yqrashawn / bitbar-plugin-agenda

display org-agenda in bitbar(menu bar)
http://yqrashawn.com/2017/11/25/org-agenda-bitbar-plugin
3 stars 0 forks source link

Examples #1

Closed reesmanp closed 4 years ago

reesmanp commented 5 years ago

Please give an example of the todos.txt file that we are supposed to write.

yqrashawn commented 5 years ago

It's the default export by org-agenda.

org-agenda-custom-commands

("B" "Todo"
           ((tags "OFFICE/TODO" nil)
            (tags "HOME/TODO" nil)
            (tags "MISC/TODO" nil))
           nil
           ("~/agendas/work/todos.txt"))

example todo.txt

Headlines with TAGS match: OFFICE/TODO
  gltflmvviewer:TODO gravity :OFFICE:
  gltflmvviewer:TODO check unecessary shader :OFFICE:
  bimtransPaaS:TODO [#C] add dashboard :OFFICE:

==========
Headlines with TAGS match: HOME/TODO
  gtd:        TODO finish Chapter 4 :HOME::HOME:
  gtd:        TODO clojure spec :HOME::
  queue:      TODO post about app swtiching on macos :HOME:
  queue:      TODO post about GokuRakuJoudo :HOME:
  queue:      TODO post about using emacs with goku :HOME:
  queue:      TODO goku, multiple profile support :HOME:
  karabiner-configurator:TODO [#B] check out [[https://github.com/stuartsierra/component][component]] :HOME:
  karabiner-configurator:TODO [#B] check out spec or schema :HOME:

==========
Headlines with TAGS match: MISC/TODO