Merge branch 'maint'
This commit is contained in:
commit
e103ad8ae1
|
@ -3349,7 +3349,7 @@ the agenda to write."
|
|||
(rename-buffer org-agenda-write-buffer-name t)
|
||||
(set-buffer-modified-p nil)
|
||||
(insert bs)
|
||||
(org-agenda-remove-marked-text 'org-filtered)
|
||||
(org-agenda-remove-marked-text 'invisible 'org-filtered)
|
||||
(run-hooks 'org-agenda-before-write-hook)
|
||||
(cond
|
||||
((org-bound-and-true-p org-mobile-creating-agendas)
|
||||
|
|
|
@ -896,7 +896,9 @@ This function assumes major mode for current buffer is
|
|||
(buffer-substring
|
||||
(point) (progn (outline-next-heading) (point)))))))))
|
||||
(forward-line)))))
|
||||
'icalendar t '(:ascii-charset utf-8 :ascii-links-to-notes nil))))
|
||||
'icalendar t
|
||||
'(:ascii-charset utf-8 :ascii-links-to-notes nil
|
||||
:icalendar-include-todo all))))
|
||||
(with-temp-file file
|
||||
(insert
|
||||
(org-icalendar--vcalendar
|
||||
|
|
Loading…
Reference in New Issue