* [Bug] Hanging multiple TAG lines in setup file
@ 2014-10-30 17:46 Kyle Meyer
2014-11-01 10:55 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Kyle Meyer @ 2014-10-30 17:46 UTC (permalink / raw)
To: Org-mode
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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Bug] Hanging multiple TAG lines in setup file
2014-10-30 17:46 [Bug] Hanging multiple TAG lines in setup file Kyle Meyer
@ 2014-11-01 10:55 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2014-11-01 10:55 UTC (permalink / raw)
To: Kyle Meyer; +Cc: Org-mode
Hello,
Kyle Meyer <kyle@kyleam.com> writes:
> 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
> `----
This should be fixed. Thank you for reporting it.
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-01 10:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-30 17:46 [Bug] Hanging multiple TAG lines in setup file Kyle Meyer
2014-11-01 10:55 ` Nicolas Goaziou
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).