0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-23 10:10:44 +00:00
org-mode/lisp
Carsten Dominik 0c29415de8 iCalendar export: Fix problem with match data.
Harri Kiiskinen writes:

> There is an elusive bug in the ICal export functions. To
> demonstrate it, open this file, allow for the use of the local
> variable, and run 'org-export-icalendar-this-file'. What I get is
> the message "Wrong type argument: stringp, nil"
>
> -----------------------------
> #+FILETAGS: test
> * TODO header
>
> # Local Variables:
> # org-use-tag-inheritance: "^[t]"
> # End:
> -----------------------------
>
> Now, the funny thing is, that if you change the filetag from
> "test" to "est", close the file, and open it again, the file will
> be exported fine! It seems, that if the filetag does match the
> regular expression in org-use-tag-inheritance, then the result is
> error.

This bug was due to a missing save-match-data around a call to
org-get-tags-at.  However, when studying this bug it turned out
that explicitly checking for the archive tag is not needed,
because we already have a call to `org-agenda-skip' in the same
loop.
2009-05-16 16:05:50 +02:00
..
ChangeLog iCalendar export: Fix problem with match data. 2009-05-16 16:05:50 +02:00
ChangeLog.01 Split ChangeLog file into parts. 2008-05-08 08:16:38 +02:00
org-agenda.el Agenda: Fix bug with time of day for clocking lines 2009-05-14 14:24:17 +02:00
org-archive.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-ascii.el ASCII Export: Implement export to buffer 2009-05-04 18:26:42 +02:00
org-attach.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-bbdb.el Keep compiler happy 2009-05-10 09:16:30 +02:00
org-bibtex.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-clock.el Clock history: Second try to get fontification right. 2009-05-05 14:44:05 +02:00
org-colview-xemacs.el XEmacs: Fix bug in column view 2009-05-04 05:26:42 +02:00
org-colview.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-compat.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-docbook.el Fix typos 2009-05-04 22:26:41 +02:00
org-exp.el Macros: Use semicolon as argument separator 2009-05-15 16:20:52 +02:00
org-faces.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-feed.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-footnote.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-gnus.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-html.el HTML export: Add XML declaration 2009-05-15 09:21:46 +02:00
org-icalendar.el iCalendar export: Fix problem with match data. 2009-05-16 16:05:50 +02:00
org-id.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-info.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-inlinetask.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-irc.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-jsinfo.el HTML export: Fix Safari validation issues 2009-05-04 21:04:38 +02:00
org-latex.el LaTeX export: Fix bug in removal of TODO keywords 2009-05-14 10:20:04 +02:00
org-list.el Lists: Fix bug with lists at the end of a file 2009-05-14 14:46:41 +02:00
org-mac-message.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-macs.el LaTeX fragments: Better error message when latex/dvipng unavailable 2009-04-30 22:52:42 +02:00
org-mew.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-mhe.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-mouse.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-plot.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-protocol.el org-protocol: Remove dependency on url.el 2009-04-23 06:45:00 +02:00
org-publish.el Publishing: Allow to publish the Org source file 2009-05-14 09:33:00 +02:00
org-remember.el Remember: Force selection of a valid template 2009-05-04 16:06:33 +02:00
org-rmail.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-table.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-timer.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-vm.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-w3m.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-wl.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org-xoxo.el Push version number to 6.26trans 2009-04-22 09:08:13 +02:00
org.el Refile: New hook 2009-05-14 14:51:42 +02:00