mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-25 07:27:57 +00:00
Allow tagstodo searches for MobielOrg
Patch by Thomas Jost
This commit is contained in:
parent
a66c1a3609
commit
d080c9f6be
@ -1,5 +1,8 @@
|
||||
2009-12-03 Carsten Dominik <carsten.dominik@gmail.com>
|
||||
|
||||
* org-mobile.el (org-mobile-sumo-agenda-command): Allow tagstodo
|
||||
searches.
|
||||
|
||||
* org-clock.el (org-clock-select-task): Convert integer to
|
||||
character for XEmacs.
|
||||
|
||||
|
@ -468,7 +468,7 @@ The table of checksums is written to the file mobile-checksums."
|
||||
((memq (nth 2 e) '(todo-tree tags-tree occur-tree))
|
||||
;; These are trees, not really agenda commands
|
||||
)
|
||||
((memq (nth 2 e) '(agenda alltodo todo tags))
|
||||
((memq (nth 2 e) '(agenda alltodo todo tags tagstodo))
|
||||
;; a normal command
|
||||
(setq key (car e) desc (nth 1 e) type (nth 2 e) match (nth 3 e)
|
||||
settings (nth 4 e))
|
||||
|
Loading…
Reference in New Issue
Block a user