Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-04 Thread Erik Hetzner
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/.



Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-04 Thread Erik Hetzner
Hi Nicholas,

At Wed, 03 Sep 2014 19:58:58 +0200,
Nicolas Goaziou wrote:
 
 Hello,
 
 Erik Hetzner e...@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/.



Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-04 Thread wtm
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 e...@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/.



Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-04 Thread Will Monroe
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 e...@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



[O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread Erik Hetzner
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/.



Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread Nicolas Goaziou
Hello,

Erik Hetzner e...@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



Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread wtm
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 m...@nicolasgoaziou.fr
wrote:

 Hello,

 Erik Hetzner e...@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




Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread Nicolas Goaziou
Hello,

wtm wtmonroe...@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



Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread wtm
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 m...@nicolasgoaziou.fr
wrote:

 Hello,

 wtm wtmonroe...@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



Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread Bruno Bigras
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...@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 m...@nicolasgoaziou.fr
 wrote:

 Hello,

 wtm wtmonroe...@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





Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread Trevor Murphy

Bruno Bigras bigras.br...@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




Re: [O] TODO keyword highlighting for headings with properties broken

2014-09-03 Thread wtm
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.mur...@gmail.com
wrote:

 Bruno Bigras bigras.br...@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