emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Nicolas Goaziou
Subject: Re: [O] [Bug] Hanging multiple TAG lines in setup file
Date: Sat, 01 Nov 2014 11:55:29 +0100

Hello,

Kyle Meyer <address@hidden> 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



reply via email to

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