0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 02:32:53 +00:00
This commit is contained in:
Carsten Dominik 2009-11-26 07:05:19 +01:00
parent 3efede0ddf
commit c98716af61
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2009-11-26 Carsten Dominik <carsten.dominik@gmail.com>
* org-agenda.el (org-agenda-filter-by-tag): Use char argument from
parameter list.
2009-11-25 Carsten Dominik <carsten.dominik@gmail.com>
* org-latex.el (org-export-latex-parse-global)

View file

@ -5130,7 +5130,7 @@ to switch to narrowing."
(effort-prompt "")
(inhibit-read-only t)
(current org-agenda-filter)
char a n tag)
a n tag)
(unless char
(message
"%s by tag [%s ], [TAB], %s[/]:off, [+-]:narrow, [>=<?]:effort: "