* org-agenda-redo: a feature or a bug?
@ 2014-08-16 2:25 Marcin Borkowski
0 siblings, 0 replies; only message in thread
From: Marcin Borkowski @ 2014-08-16 2:25 UTC (permalink / raw)
To: Org-mode mailing list
Hello,
here's an excerpt from org-agenda.el:
(org-defkey org-agenda-mode-map "r" 'org-agenda-redo)
(org-defkey org-agenda-mode-map "g" (lambda () (interactive)
(org-agenda-redo t)))
And here from the manual:
10.5 Commands in the agenda buffer
==================================
[...]
`g (`org-agenda-redo')'
Same as `r'.
So... really the same? (But see below.)
And here again from org-agenda.el:
(defun org-agenda-redo (&optional all)
"Rebuild possibly ALL agenda view(s) in the current buffer."
[...])
However, the `all' argument seems not to be used anywhere except for
two places, where it is (unless (eq all t) ...) (two times). It seems
to me that unless the (undocumented)
`org-agenda-overriding-cmd-arguments' variable somehow influences the
redoing of one or all views (and it seems not to), there is a bug.
WDYT?
--
Marcin Borkowski
room B3-46, phone no +48 61 829 5375
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Adam Mickiewicz University
--
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Adam Mickiewicz University
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-16 2:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-16 2:25 org-agenda-redo: a feature or a bug? Marcin Borkowski
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).