mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-05 11:45:52 +00:00
org-mobile: Silence byte-compiler
This commit is contained in:
parent
bed17f1bb5
commit
1f76dd1fe1
@ -308,11 +308,9 @@ Also exclude files matching `org-mobile-files-exclude-regexp'."
|
||||
This will create the index file, copy all agenda files there, and also
|
||||
create all custom agenda views, for upload to the mobile phone."
|
||||
(interactive)
|
||||
(let* ((agenda-base-name org-agenda-buffer-name)
|
||||
(agenda-this-name (or org-agenda-this-buffer-name agenda-base-name))
|
||||
(org-agenda-buffer-name "*SUMO*")
|
||||
(org-agenda-tag-filter org-agenda-tag-filter)
|
||||
(org-agenda-redo-command org-agenda-redo-command))
|
||||
(let ((org-agenda-buffer-name "*SUMO*")
|
||||
(org-agenda-tag-filter org-agenda-tag-filter)
|
||||
(org-agenda-redo-command org-agenda-redo-command))
|
||||
(save-excursion
|
||||
(save-restriction
|
||||
(save-window-excursion
|
||||
|
Loading…
Reference in New Issue
Block a user