Re: [O] Replacing property-name hangs Emacs

2014-07-19 Thread Thorsten Jolitz
Thorsten Jolitz tjol...@gmail.com writes: Hi List, seems to be an Org problem: when doing query-replace or replace-string on the name of a headline property, Emacs hangs with 100pc CPU and I have to restart. MWE and emacs -Q not possible, sorry, I tried... PS Org-mode version

Re: [O] Emacs with Org 8?

2014-07-19 Thread SabreWolfy
Nicolas Richard theonewiththeevillook at yahoo.fr writes: snip Alternatively you can update to Org 8 via elpa. (M-x list-packages). snip Thanks :) I really wanted to move to Org 8, but I'd been putting off upgrading for months, as I thought it was a complicated procedure, which would take a lot

[O] [BUG] in org-element (was Re: Replacing property-name hangs Emacs)

2014-07-19 Thread Thorsten Jolitz
Thorsten Jolitz tjol...@gmail.com writes: This turned out to be an Org-mode bug. Org-mode version 8.3beta (release_8.3beta-44-g05be57 @ /usr/share/emacs/24.3/lisp/org/lisp/) GNU Emacs 24.3.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.12.2) of 2014-06-11 on

Re: [O] Emacs with Org 8?

2014-07-19 Thread Nick Dokos
SabreWolfy sabrewo...@gmail.com writes: Nicolas Richard theonewiththeevillook at yahoo.fr writes: snip Alternatively you can update to Org 8 via elpa. (M-x list-packages). snip Thanks :) I really wanted to move to Org 8, but I'd been putting off upgrading for months, as I thought it was a

[O] export to latex without labels

2014-07-19 Thread Salome =?iso-8859-1?Q?S=F6dergran
Hello experts, I've been fiddling around for a while now with the following problem: When I export something from org to latex I get plenty of \labels that I never refer to. I'd like to get rid of all those labels. I found some code [1] that uses a hook that does not work in orgmode anymore.

Re: [O] still seeing semi-regular lockups

2014-07-19 Thread York Zhao
FWIW, I'm still getting regular lockups with the cache. I'll dig into it further when I have time. I'm still being locked up from time to time, maybe less than before I guess. What I said was that I never got the deadly problem of Lisp nesting exceeds `max-lisp-eval-depth, and the fix had been

Re: [O] export to latex without labels

2014-07-19 Thread Eric Abrahamsen
Salome Södergran\ salome.soederg...@gmx.ch writes: Hello experts, I've been fiddling around for a while now with the following problem: When I export something from org to latex I get plenty of \labels that I never refer to. I'd like to get rid of all those labels. I found some code [1]

Re: [O] export to latex without labels

2014-07-19 Thread Eric Abrahamsen
Eric Abrahamsen e...@ericabrahamsen.net writes: Salome Södergran\ salome.soederg...@gmx.ch writes: Hello experts, I've been fiddling around for a while now with the following problem: When I export something from org to latex I get plenty of \labels that I never refer to. I'd like to get

Re: [O] export to latex without labels

2014-07-19 Thread Nick Dokos
Eric Abrahamsen e...@ericabrahamsen.net writes: Salome Södergran\ salome.soederg...@gmx.ch writes: Hello experts, I've been fiddling around for a while now with the following problem: When I export something from org to latex I get plenty of \labels that I never refer to. I'd like to get

[O] Help with export filter?

2014-07-19 Thread Thomas S. Dye
Aloha all, Inspired by discussions and code on the mailing list, I managed to cobble together the headline filter below. It works in that the pdf output from LaTeX export is exactly what I want. I'm thrilled! It has one unwanted side effect. In the tex file, a headline tagged with either

Re: [O] export to latex without labels

2014-07-19 Thread Salome Soedergran
Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net writes: The error message is telling you that the wrong number of arguments were passed to your filter function. If you look at the doctoring of org-export-filter-final-output-functions, you'll see that functions in this filter are passed three

Re: [O] export to latex without labels

2014-07-19 Thread Eric Abrahamsen
Salome Soedergran salome.soederg...@gmx.ch writes: Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net writes: The error message is telling you that the wrong number of arguments were passed to your filter function. If you look at the doctoring of org-export-filter-final-output-functions,