Bladeren bron

Agenda: Add new skip conditions to choose menu.

Carsten Dominik 16 jaren geleden
bovenliggende
commit
a599bca287
2 gewijzigde bestanden met toevoegingen van 6 en 1 verwijderingen
  1. 3 0
      lisp/ChangeLog
  2. 3 1
      lisp/org-agenda.el

+ 3 - 0
lisp/ChangeLog

@@ -1,5 +1,8 @@
 2009-02-10  Carsten Dominik  <carsten.dominik@gmail.com>
 
+	* org-agenda.el (org-agenda-custom-commands-local-options): Add
+	timestamp and nottimestamp to the chooe menu.
+
 	* org.el (org-save-all-org-buffers): Moved here from org-agenda.el.
 	(org-revert-all-org-buffers): New command.
 

+ 3 - 1
lisp/org-agenda.el

@@ -219,7 +219,9 @@ you can \"misuse\" it to also add other text to the header.  However,
 			     (const :tag "scheduled" 'scheduled)
 			     (const :tag "not scheduled" 'notscheduled)
 			     (const :tag "deadline" 'deadline)
-			     (const :tag "no deadline" 'notdeadline))))))
+			     (const :tag "no deadline" 'notdeadline)
+			     (const :tag "timestamp" 'timestamp)
+			     (const :tag "no timestamp" 'nottimestamp))))))
 	    (list :tag "Non-standard skipping condition"
 		  :value (org-agenda-skip-function)
 		  (const org-agenda-skip-function)