Przeglądaj źródła

Merge branch 'maint'

Nicolas Goaziou 9 lat temu
rodzic
commit
e103ad8ae1
2 zmienionych plików z 4 dodań i 2 usunięć
  1. 1 1
      lisp/org-agenda.el
  2. 3 1
      lisp/ox-icalendar.el

+ 1 - 1
lisp/org-agenda.el

@@ -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)

+ 3 - 1
lisp/ox-icalendar.el

@@ -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