emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [Bug] Hanging multiple TAG lines in setup file


From: Kyle Meyer
Subject: [O] [Bug] Hanging multiple TAG lines in setup file
Date: Thu, 30 Oct 2014 13:46:00 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Hello,

I'm experiencing a second issue that seems to be introduced by commit
61a241f ('Rewrite setup keywords initialization'). Starting Emacs (24.4)
with 'emacs -Q' and with no additional setup besides loading Org, I see
the following behavior.

Opening test-good.org works as usual.

,---- setup-good.org
| #+TAGS: tag1 tag2
| #+TAGS: tag3 tag4
`----
,---- test-good.org
| #+setupfile: setup-good.org
|
| * heading 1
`----

Opening test-bad.org hangs indefinitely.

,---- setup-bad.org
| #+TAGS: tag1 tag2
| #+TAGS: tag3 tag4
| #+TAGS: tag5 tag6
`----
,---- test-bad.org
| #+setupfile: setup-bad.org
|
| * heading 1
`----

--
Kyle



reply via email to

[Prev in Thread] Current Thread [Next in Thread]