emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* TODO keyword highlighting for headings with properties broken
@ 2014-09-03 17:33 Erik Hetzner
  2014-09-03 17:58 ` Nicolas Goaziou
  0 siblings, 1 reply; 12+ messages in thread
From: Erik Hetzner @ 2014-09-03 17:33 UTC (permalink / raw)
  To: org-mode mailing list

Hi,

Highlighting of TODO keywords for headings with properties in my org
files seems to have broken since I upgraded to org 20140901 (via org
mode ELPA). Rolling back to 20140825 fixes the problem. Here is a
sample file I tested after loading the new org-mode using emacs -Q:

* TODO foo
  :PROPERTIES:
  :bar:      baz
  :END:

If you remove the properties, the TODO highlights correctly.

best, Erik

-- 
Sent from my free software system <http://fsf.org/>.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: TODO keyword highlighting for headings with properties broken
  2014-09-03 17:33 TODO keyword highlighting for headings with properties broken Erik Hetzner
@ 2014-09-03 17:58 ` Nicolas Goaziou
  2014-09-03 19:23   ` Will Monroe
                     ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Nicolas Goaziou @ 2014-09-03 17:58 UTC (permalink / raw)
  To: Erik Hetzner; +Cc: org-mode mailing list

Hello,

Erik Hetzner <egh@e6h.org> writes:

> Highlighting of TODO keywords for headings with properties in my org
> files seems to have broken since I upgraded to org 20140901 (via org
> mode ELPA). Rolling back to 20140825 fixes the problem. Here is a
> sample file I tested after loading the new org-mode using emacs -Q:
>
> * TODO foo
>   :PROPERTIES:
>   :bar:      baz
>   :END:
>
> If you remove the properties, the TODO highlights correctly.

I think I fixed it yesterday. Please update if you can.


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: TODO keyword highlighting for headings with properties broken
  2014-09-03 17:58 ` Nicolas Goaziou
@ 2014-09-03 19:23   ` Will Monroe
  2014-09-03 19:29   ` wtm
  2014-09-04 17:04   ` Erik Hetzner
  2 siblings, 0 replies; 12+ messages in thread
From: Will Monroe @ 2014-09-03 19:23 UTC (permalink / raw)
  To: org-mode mailing list

Hello,

I encountered the same problem but I update org via elpa.  Has the fix been applied to org in elpa as well?

Will

Nicolas Goaziou writes:

> Hello,
>
> Erik Hetzner <egh@e6h.org> writes:
>
>> Highlighting of TODO keywords for headings with properties in my org
>> files seems to have broken since I upgraded to org 20140901 (via org
>> mode ELPA). Rolling back to 20140825 fixes the problem. Here is a
>> sample file I tested after loading the new org-mode using emacs -Q:
>>
>> * TODO foo
>>   :PROPERTIES:
>>   :bar:      baz
>>   :END:
>>
>> If you remove the properties, the TODO highlights correctly.
>
> I think I fixed it yesterday. Please update if you can.
>
>
> Regards,

-- 
Sent with my mu4e

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: TODO keyword highlighting for headings with properties broken
  2014-09-03 17:58 ` Nicolas Goaziou
  2014-09-03 19:23   ` Will Monroe
@ 2014-09-03 19:29   ` wtm
  2014-09-03 19:46     ` Nicolas Goaziou
  2014-09-04 17:04   ` Erik Hetzner
  2 siblings, 1 reply; 12+ messages in thread
From: wtm @ 2014-09-03 19:29 UTC (permalink / raw)
  To: Erik Hetzner, org-mode mailing list

[-- Attachment #1: Type: text/plain, Size: 876 bytes --]

Hello,

I experienced the same problem.  Has the fix been applied to org in ELPA?
It was not clear from my reading of earlier emails on this topic if the fix
had been applied there or elsewhere.

Thanks,

Will


On Wed, Sep 3, 2014 at 12:58 PM, Nicolas Goaziou <mail@nicolasgoaziou.fr>
wrote:

> Hello,
>
> Erik Hetzner <egh@e6h.org> writes:
>
> > Highlighting of TODO keywords for headings with properties in my org
> > files seems to have broken since I upgraded to org 20140901 (via org
> > mode ELPA). Rolling back to 20140825 fixes the problem. Here is a
> > sample file I tested after loading the new org-mode using emacs -Q:
> >
> > * TODO foo
> >   :PROPERTIES:
> >   :bar:      baz
> >   :END:
> >
> > If you remove the properties, the TODO highlights correctly.
>
> I think I fixed it yesterday. Please update if you can.
>
>
> Regards,
>
> --
> Nicolas Goaziou
>
>

[-- Attachment #2: Type: text/html, Size: 1440 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: TODO keyword highlighting for headings with properties broken
  2014-09-03 19:29   ` wtm
@ 2014-09-03 19:46     ` Nicolas Goaziou
  2014-09-03 21:16       ` wtm
  0 siblings, 1 reply; 12+ messages in thread
From: Nicolas Goaziou @ 2014-09-03 19:46 UTC (permalink / raw)
  To: wtm; +Cc: Erik Hetzner, org-mode mailing list

Hello,

wtm <wtmonroe.ls@gmail.com> writes:

> I experienced the same problem.  Has the fix been applied to org in ELPA?
> It was not clear from my reading of earlier emails on this topic if the fix
> had been applied there or elsewhere.

I applied it on maint, so it should go to ELPA soon.  When applied,
`org-property-re' should be:

  "^\\(?4:[ 	]*\\)\\(?1::\\(?2:.*?\\):\\)\\(?:\\(?3:$\\)\\|[ 	]+\\(?3:.*?\\)\\)\\(?5:[ 	]*\\)$"


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: TODO keyword highlighting for headings with properties broken
  2014-09-03 19:46     ` Nicolas Goaziou
@ 2014-09-03 21:16       ` wtm
  2014-09-04  0:00         ` Bruno Bigras
  0 siblings, 1 reply; 12+ messages in thread
From: wtm @ 2014-09-03 21:16 UTC (permalink / raw)
  To: wtm, Erik Hetzner, org-mode mailing list

[-- Attachment #1: Type: text/plain, Size: 759 bytes --]

Thanks, Nicolas.  ELPA seems to update every seven days and the last update
appears to have been on Monday, September 1st.  Hopefully, it will be
incorporated by 9/08!


On Wed, Sep 3, 2014 at 2:46 PM, Nicolas Goaziou <mail@nicolasgoaziou.fr>
wrote:

> Hello,
>
> wtm <wtmonroe.ls@gmail.com> writes:
>
> > I experienced the same problem.  Has the fix been applied to org in ELPA?
> > It was not clear from my reading of earlier emails on this topic if the
> fix
> > had been applied there or elsewhere.
>
> I applied it on maint, so it should go to ELPA soon.  When applied,
> `org-property-re' should be:
>
>   "^\\(?4:[     ]*\\)\\(?1::\\(?2:.*?\\):\\)\\(?:\\(?3:$\\)\\|[
>  ]+\\(?3:.*?\\)\\)\\(?5:[        ]*\\)$"
>
>
> Regards,
>
> --
> Nicolas Goaziou
>

[-- Attachment #2: Type: text/html, Size: 1295 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: TODO keyword highlighting for headings with properties broken
  2014-09-03 21:16       ` wtm
@ 2014-09-04  0:00         ` Bruno Bigras
  2014-09-04  0:56           ` Trevor Murphy
  0 siblings, 1 reply; 12+ messages in thread
From: Bruno Bigras @ 2014-09-04  0:00 UTC (permalink / raw)
  To: wtm; +Cc: Erik Hetzner, org-mode mailing list

It would be nice if the ELPA package could be updated faster than that
in cases like this. I guess a couple of people must now have a broken
org-mode unless they switched to git like I did.

2014-09-03 17:16 GMT-04:00 wtm <wtmonroe.ls@gmail.com>:
> Thanks, Nicolas.  ELPA seems to update every seven days and the last update
> appears to have been on Monday, September 1st.  Hopefully, it will be
> incorporated by 9/08!
>
>
> On Wed, Sep 3, 2014 at 2:46 PM, Nicolas Goaziou <mail@nicolasgoaziou.fr>
> wrote:
>>
>> Hello,
>>
>> wtm <wtmonroe.ls@gmail.com> writes:
>>
>> > I experienced the same problem.  Has the fix been applied to org in
>> > ELPA?
>> > It was not clear from my reading of earlier emails on this topic if the
>> > fix
>> > had been applied there or elsewhere.
>>
>> I applied it on maint, so it should go to ELPA soon.  When applied,
>> `org-property-re' should be:
>>
>>   "^\\(?4:[     ]*\\)\\(?1::\\(?2:.*?\\):\\)\\(?:\\(?3:$\\)\\|[
>> ]+\\(?3:.*?\\)\\)\\(?5:[        ]*\\)$"
>>
>>
>> Regards,
>>
>> --
>> Nicolas Goaziou
>
>

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: TODO keyword highlighting for headings with properties broken
  2014-09-04  0:00         ` Bruno Bigras
@ 2014-09-04  0:56           ` Trevor Murphy
  2014-09-04  2:30             ` wtm
  0 siblings, 1 reply; 12+ messages in thread
From: Trevor Murphy @ 2014-09-04  0:56 UTC (permalink / raw)
  To: emacs-orgmode

Bruno Bigras <bigras.bruno@gmail.com> writes:

> It would be nice if the ELPA package could be updated faster 
> than that in cases like this. I guess a couple of people must 
> now have a broken org-mode unless they switched to git like I 
> did. 

Chiming in with an alternative that I was pleased to discover - 
https://elpa.gnu.org/packages/org.html.  For those who want an 
easy way to roll back to the 8/25 snapshot. 

--
Trevor Murphy
GnuPG Key: 0x83881C0A

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: TODO keyword highlighting for headings with properties broken
  2014-09-04  0:56           ` Trevor Murphy
@ 2014-09-04  2:30             ` wtm
  2014-09-04 17:01               ` Erik Hetzner
  0 siblings, 1 reply; 12+ messages in thread
From: wtm @ 2014-09-04  2:30 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 946 bytes --]

Trevor,

Thanks so much for mentioning this.  I considered using these to roll back
to 8/25 but I wasn't sure how much performance I would lose if I  used the
.el files instead of the compiled .elc versions.  Or perhaps my assumption
is incorrect?  Is it ok to just byte-compile all of the .el files
manually?  I'm still very new to org-mode so please forgive my ignorance.

Will


On Wed, Sep 3, 2014 at 7:56 PM, Trevor Murphy <trevor.m.murphy@gmail.com>
wrote:

> Bruno Bigras <bigras.bruno@gmail.com> writes:
>
>  It would be nice if the ELPA package could be updated faster than that in
>> cases like this. I guess a couple of people must now have a broken org-mode
>> unless they switched to git like I did.
>>
>
> Chiming in with an alternative that I was pleased to discover -
> https://elpa.gnu.org/packages/org.html.  For those who want an easy way
> to roll back to the 8/25 snapshot.
> --
> Trevor Murphy
> GnuPG Key: 0x83881C0A
>
>
>

[-- Attachment #2: Type: text/html, Size: 1610 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: TODO keyword highlighting for headings with properties broken
  2014-09-04  2:30             ` wtm
@ 2014-09-04 17:01               ` Erik Hetzner
  2014-09-04 19:59                 ` wtm
  0 siblings, 1 reply; 12+ messages in thread
From: Erik Hetzner @ 2014-09-04 17:01 UTC (permalink / raw)
  To: wtm; +Cc: emacs-orgmode

At Wed, 3 Sep 2014 21:30:11 -0500,
wtm wrote:
> 
> Trevor,
> 
> Thanks so much for mentioning this. I considered using these to roll
> back to 8/25 but I wasn't sure how much performance I would lose if
> I used the .el files instead of the compiled .elc versions. Or
> perhaps my assumption is incorrect? Is it ok to just byte-compile
> all of the .el files manually? I'm still very new to org-mode so
> please forgive my ignorance.

Hi Will,

You can install those packages using M-x package-install-file and you
will get a byte-compiled version.

best, Erik

-- 
Sent from my free software system <http://fsf.org/>.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: TODO keyword highlighting for headings with properties broken
  2014-09-03 17:58 ` Nicolas Goaziou
  2014-09-03 19:23   ` Will Monroe
  2014-09-03 19:29   ` wtm
@ 2014-09-04 17:04   ` Erik Hetzner
  2 siblings, 0 replies; 12+ messages in thread
From: Erik Hetzner @ 2014-09-04 17:04 UTC (permalink / raw)
  To: Nicolas Goaziou, org-mode mailing list

Hi Nicholas,

At Wed, 03 Sep 2014 19:58:58 +0200,
Nicolas Goaziou wrote:
> 
> Hello,
> 
> Erik Hetzner <egh@e6h.org> writes:
> 
> > Highlighting of TODO keywords for headings with properties in my org
> > files seems to have broken since I upgraded to org 20140901 (via org
> > mode ELPA). Rolling back to 20140825 fixes the problem. Here is a
> > sample file I tested after loading the new org-mode using emacs -Q:
> >
> > * TODO foo
> >   :PROPERTIES:
> >   :bar:      baz
> >   :END:
> >
> > If you remove the properties, the TODO highlights correctly.
> 
> I think I fixed it yesterday. Please update if you can.

Just for the record, this problem seems to have caused some stray
`nil`s to be inserted in my entries.

best, Erik

-- 
Sent from my free software system <http://fsf.org/>.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: TODO keyword highlighting for headings with properties broken
  2014-09-04 17:01               ` Erik Hetzner
@ 2014-09-04 19:59                 ` wtm
  0 siblings, 0 replies; 12+ messages in thread
From: wtm @ 2014-09-04 19:59 UTC (permalink / raw)
  Cc: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 909 bytes --]

Erik,

Thank you!  I just tried this out and it worked perfectly.  This is a very
useful command.  With Emacs, it always seems like it's not whether I can do
something but how!

Will


On Thu, Sep 4, 2014 at 12:01 PM, Erik Hetzner <egh@e6h.org> wrote:

> At Wed, 3 Sep 2014 21:30:11 -0500,
> wtm wrote:
> >
> > Trevor,
> >
> > Thanks so much for mentioning this. I considered using these to roll
> > back to 8/25 but I wasn't sure how much performance I would lose if
> > I used the .el files instead of the compiled .elc versions. Or
> > perhaps my assumption is incorrect? Is it ok to just byte-compile
> > all of the .el files manually? I'm still very new to org-mode so
> > please forgive my ignorance.
>
> Hi Will,
>
> You can install those packages using M-x package-install-file and you
> will get a byte-compiled version.
>
> best, Erik
>
> --
> Sent from my free software system <http://fsf.org/>.
>

[-- Attachment #2: Type: text/html, Size: 1470 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-09-04 19:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-03 17:33 TODO keyword highlighting for headings with properties broken Erik Hetzner
2014-09-03 17:58 ` Nicolas Goaziou
2014-09-03 19:23   ` Will Monroe
2014-09-03 19:29   ` wtm
2014-09-03 19:46     ` Nicolas Goaziou
2014-09-03 21:16       ` wtm
2014-09-04  0:00         ` Bruno Bigras
2014-09-04  0:56           ` Trevor Murphy
2014-09-04  2:30             ` wtm
2014-09-04 17:01               ` Erik Hetzner
2014-09-04 19:59                 ` wtm
2014-09-04 17:04   ` Erik Hetzner

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).