ox-icalendar.el (org-icalendar--combine-files): Fix typo
* ox-icalendar.el (org-icalendar--combine-files): Fix typo. This typo prevented correct export of agenda views to .ics files.
This commit is contained in:
parent
04226b1c2d
commit
a25fd6353e
|
@ -971,7 +971,7 @@ files to build the calendar from."
|
|||
(lambda (m-list dummy)
|
||||
(mapc (lambda (m)
|
||||
(org-entry-put
|
||||
m "ICALENDAR_MARK" "t"))
|
||||
m "ICALENDAR-MARK" "t"))
|
||||
m-list))
|
||||
(sort marks '>))
|
||||
org-export-before-processing-hook)))
|
||||
|
|
Loading…
Reference in New Issue