Re: [O] Symbol's value as variable is void: org-planning-line-re

2014-09-02 Thread Nicolas Goaziou
Hello, Jeff Kowalczyk jeff.kowalc...@gmail.com writes: Using org-mode a4a1d85 or 2df0785, I see multiple errors, including: Using M-q to fill a paragraph, error on the line at point: user-error: An element cannot be parsed line 7149 user-error: An element cannot be parsed line 7141

Re: [O] Moving my init.el to Org

2014-09-02 Thread Alan Schmitt
On 2014-09-01 23:24, Thorsten Jolitz tjol...@gmail.com writes: Thats a bug, it should be fixed now in branch tj-outorg (which should actually be faster and better than master anyway and will hopefully be merged in a few weeks or so). Great, thanks. can you test it too? Unfortunately I

Re: [O] ox-freemind.el / org-freemind.el

2014-09-02 Thread Felix Natter
Thorsten Jolitz tjol...@gmail.com writes: Felix Natter fnat...@gmx.net writes: Thorsten Jolitz tjol...@gmail.com writes: Felix Natter fnat...@gmx.net writes: hi, I am working on org-freeplane.el, a fork of org-freemind.el [1]. [1] FreeMind and Freeplane are mind mapping programs and

Re: [O] Moving my init.el to Org

2014-09-02 Thread Rainer M Krug
Oleh ohwoeo...@gmail.com writes: I know that I could use org-babel-load-file, or outshine. What are other possibilities? What are the caveats (and advantages) of both (other?) ways? I'm using a one .el file per mode approach, with around 4000 lines split into 40 files. This approach

Re: [O] navi-search-and-switch fails

2014-09-02 Thread Alan Schmitt
On 2014-09-01 20:13, Thorsten Jolitz tjol...@gmail.com writes: This whole thing is related to loading libraries and calling hooks, and its quite hard to tell whats going on there inside emacs sometimes. I guess I was unlucky since this hook issue has not happened again. I'll keep my eyes

Re: [O] progress indicator for code blocks?

2014-09-02 Thread Rainer M Krug
Thanks for this snippet - I think something along these lines should be included into org out-of-the-box. There are many cases where I simply use C-g to go back to emacs while the evaluation is still running - would your snippet still work? Rainer John Kitchin jkitc...@andrew.cmu.edu writes:

Re: [O] Moving my init.el to Org

2014-09-02 Thread Thorsten Jolitz
Alan Schmitt alan.schm...@polytechnique.org writes: On 2014-09-01 23:24, Thorsten Jolitz tjol...@gmail.com writes: Thats a bug, it should be fixed now in branch tj-outorg (which should actually be faster and better than master anyway and will hopefully be merged in a few weeks or so).

[O] [RFC] Block switches as #+HEADER: args?

2014-09-02 Thread Thorsten Jolitz
Hi List, I wrote `org-dp-toggle-headers' (https://github.com/tj64/org-dp) which allows to toggle between parameters and header-args: #+BEGIN_SRC emacs-lisp -n :cache no (+ 2 2) #+END_SRC #+HEADER: :cache no #+BEGIN_SRC emacs-lisp -n (+ 2 2) #+END_SRC and I convert sources back and forth

Re: [O] org-elements-parse-buffer and weird property drawers

2014-09-02 Thread Daimrod
Eike e...@eknet.org writes: Hello, Nicolas Goaziou writes: Eike n...@eknet.org writes: I'm playing with the functions in org-elements.el and the following effect seems strange to me: I have a few propery drawers with empty propertys, like #+BEGIN_EXAMPLE :PROPERTIES: :date:

Re: [O] [RFC] Block switches as #+HEADER: args?

2014-09-02 Thread Nicolas Goaziou
Hello, Thorsten Jolitz tjol...@gmail.com writes: and at least in the 2nd case the switches are lost, because they don't work as header args: [...] #+HEADER: -n #+BEGIN_EXAMPLE Hallo World whats up? #+END_EXAMPLE This is not valid syntax. Switches are to be put on the block line. Only

Re: [O] ox-freemind.el / org-freemind.el

2014-09-02 Thread Thorsten Jolitz
Felix Natter fnat...@gmx.net writes: So the right way for ox-freeplane.el to be accepted in org-mode is to extend or clone ox-freemind.el? Thats just a technical question, and it seems to make more sense than starting from scratch. The maintainers accept libs, doesn't matter if cloned or

Re: [O] [RFC] Block switches as #+HEADER: args?

2014-09-02 Thread Thorsten Jolitz
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Thorsten Jolitz tjol...@gmail.com writes: and at least in the 2nd case the switches are lost, because they don't work as header args: [...] #+HEADER: -n #+BEGIN_EXAMPLE Hallo World whats up? #+END_EXAMPLE This is not valid

Re: [O] [RFC] Block switches as #+HEADER: args?

2014-09-02 Thread Nicolas Goaziou
Thorsten Jolitz tjol...@gmail.com writes: Thats what I thought, but wouldn't it be nicer to treat switches and header args more uniformly here? Header arguments are for Babel consumption. Switches are not. I see no reason to treat them similarly. Otherwise custom solutions are needed to

Re: [O] org-elements-parse-buffer and weird property drawers

2014-09-02 Thread Nicolas Goaziou
Hello, Daimrod daim...@gmail.com writes: Since the change to `org-re-property' I have problems to display org files. My *Message* buffer is spammed with the following error: Error during redisplay: (jit-lock-function 1119) signaled (error No match 3 in highlight (3 (quote

Re: [O] [RFC] Block switches as #+HEADER: args?

2014-09-02 Thread Thorsten Jolitz
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Thorsten Jolitz tjol...@gmail.com writes: Thats what I thought, but wouldn't it be nicer to treat switches and header args more uniformly here? Header arguments are for Babel consumption. Switches are not. I see no reason to treat them

Re: [O] org-elements-parse-buffer and weird property drawers

2014-09-02 Thread Daimrod
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Daimrod daim...@gmail.com writes: Since the change to `org-re-property' I have problems to display org files. My *Message* buffer is spammed with the following error: Error during redisplay: (jit-lock-function 1119) signaled (error No

Re: [O] Table formula with @I

2014-09-02 Thread Charles Millar
Andrea Rossetti wrote: Loris Bennett loris.benn...@fu-berlin.de writes: In the following: | | | | | | | | |---+---+---| | 1 | 1 | 1 | #+TBLFM: @I$3=1 I expected to get a '1' just in the third column. Where am I going wrong? (apologies in advance for suggesting just a workaround

Re: [O] Command to open up any agenda file?

2014-09-02 Thread Noah Slater
Kyle, Ooh, thanks! Any way to get it so I don't have to TAB complete the leading path? Sort of how like org-iswitchb lets me just type in Fo and then tab complete to Foo.org without /Users/nslater/Documents/Org or whatever being prepended? On 1 September 2014 22:58, Kyle Meyer k...@kyleam.com

[O] Babel more verbose?

2014-09-02 Thread Gary Oberbrunner
I have an org-mode babel program/document that takes about half an hour to run (end result is a LaTeX or HTML doc with figures). It's a mix of SQL and python. (The SQL is the slow part.) I'd really like it if org-mode could tell me, while it's running, which named block it's processing. Is

Re: [O] Table formula with @I

2014-09-02 Thread Loris Bennett
Charles Millar mill...@verizon.net writes: Andrea Rossetti wrote: Loris Bennett loris.benn...@fu-berlin.de writes: In the following: | | | | | | | | |---+---+---| | 1 | 1 | 1 | #+TBLFM: @I$3=1 I expected to get a '1' just in the third column. Where am I going wrong?

Re: [O] Moving my init.el to Org

2014-09-02 Thread Rasmus
Rainer M Krug rai...@krugs.de writes: Oleh ohwoeo...@gmail.com writes: I know that I could use org-babel-load-file, or outshine. What are other possibilities? What are the caveats (and advantages) of both (other?) ways? I'm using a one .el file per mode approach, with around 4000 lines

Re: [O] Moving my init.el to Org

2014-09-02 Thread Jonathan Leech-Pepin
Hello, On 2 September 2014 08:42, Rasmus ras...@gmx.us wrote: Rainer M Krug rai...@krugs.de writes: Oleh ohwoeo...@gmail.com writes: I know that I could use org-babel-load-file, or outshine. What are other possibilities? What are the caveats (and advantages) of both (other?) ways?

[O] org-pretty-entitities t screws up clocktable formatting

2014-09-02 Thread Joost Helberg
Hi, The following piece of org-code comes out a bit crooked iff org-pretty-entities is set: * testing CLOCK: [2014-09-02 Tue 10:54]--[2014-09-02 Tue 12:42] = 1:48 CLOCK: [2014-09-02 Tue 09:02]--[2014-09-02 Tue 09:15] = 0:13 CLOCK: [2014-09-01 Mon 14:42]--[2014-09-01 Mon 16:47] = 2:05 **

Re: [O] Table formula with @I

2014-09-02 Thread Andrea Rossetti
Charles Millar mill...@verizon.net writes: I must be missing something. When I recalculate the table (update table) applying both above TBLFM's - on the line to be updated, in the TBLFM line, and in the table itself, an error is returned can't assign to hline relative reference Org-mode

Re: [O] [babel, R] Commands are not copied in the iESS buffer upon evaluation

2014-09-02 Thread Sebastien Vauban
Charles Berry wrote: Sebastien Vauban sva-news@... writes: Aaron Ecay wrote: 2014ko abuztuak 29an, Sebastien Vauban-ek idatzi zuen: Does it have something to do with `ess-eval-visibly' not being respected (whose default is `t')? Indeed, babel’s R support let-binds this variable to nil when

Re: [O] Babel more verbose?

2014-09-02 Thread John Kitchin
Try this: #+BEGIN_SRC emacs-lisp (defadvice org-babel-execute-src-block (around progress nil activate) create a buffer indicating what is running (let ((code-block (org-element-property :name (org-element-at-point))) (cb (current-buffer))) (split-window-below) (other-window

Re: [O] progress indicator for code blocks?

2014-09-02 Thread John Kitchin
No, it does not seem to work for me. C-g kills the current evaluation for me. Rainer M Krug rai...@krugs.de writes: Thanks for this snippet - I think something along these lines should be included into org out-of-the-box. There are many cases where I simply use C-g to go back to emacs while

Re: [O] Babel more verbose?

2014-09-02 Thread Nick Dokos
John Kitchin jkitc...@andrew.cmu.edu writes: Try this: #+BEGIN_SRC emacs-lisp (defadvice org-babel-execute-src-block (around progress nil activate) create a buffer indicating what is running (let ((code-block (org-element-property :name (org-element-at-point))) (cb

Re: [O] Babel more verbose?

2014-09-02 Thread David Wagle
It sounds like perhaps the issue is code blocks with a long run-time that may or may not fail or hang in some way? If that's the case, the solution is probably simply breaking up your code blocks into smaller bits of code so that you more easily follow what's happening. If the code is

Re: [O] Getting lots of Emacs crashes

2014-09-02 Thread Richard Lawrence
Hi Noah, Noah Slater nsla...@apache.org writes: I'm getting a lot of Emacs crashes recently using Org. Is there any way I can help to debug why this is happening? What version of Org are you using? What happens when Emacs crashes? Best, Richard

Re: [O] Command to open up any agenda file?

2014-09-02 Thread Kyle Meyer
Noah Slater nsla...@apache.org wrote: Kyle, Ooh, thanks! Any way to get it so I don't have to TAB complete the leading path? Sort of how like org-iswitchb lets me just type in Fo and then tab complete to Foo.org without /Users/nslater/Documents/Org or whatever being prepended? Does turning

[O] Store links under cursor

2014-09-02 Thread Carlos Pita
Hi all, there are occasions, v.g. when reading a gnus article, when I don't want to store a link to the article itself (which is the behavior of C-c l) but some link that is part of the article instead. I use to read rss through gwene and many times I want to link the url for the full post, while

[O] Follow mode to also narrow buffer

2014-09-02 Thread casedeck
Hi all, apologies if this was asked before, I couldn't find it. I would like, when using Follow mode in the agenda view, to have the other buffer (opened through Follow) be immediately narrowed to the current subtree (through function org-narrow-to-subtree). So, the Follow-mode would not show

Re: [O] Symbol's value as variable is void: org-planning-line-re

2014-09-02 Thread Jeff Kowalczyk
Nicolas Goaziou mail at nicolasgoaziou.fr writes: Jeff Kowalczyk jeff.kowalczyk at gmail.com writes: Using org-mode a4a1d85 or 2df0785, I see multiple errors, including: Using M-q to fill a paragraph, error on the line at point: user-error: An element cannot be parsed line 7149

Re: [O] Store links under cursor

2014-09-02 Thread Carlos Pita
Well I've done (part of) my homework and found out that: * By default gnus uses shr (simple html renderer) for washing html parts * The function shr-copy-url (bound to u) will copy the url under point to the kill ring. * The url is stored as a text property: (get-text-property (point)

Re: [O] Babel more verbose?

2014-09-02 Thread Grant Rettke
I am curious about how to get more reporting when tangling is occurring because I would like to narrow down what parts of my document are slow to tangle so that I can refactor them and speed it up. Grant Rettke | ACM, ASA, FSF g...@wisdomandwonder.com | http://www.wisdomandwonder.com/ “Wisdom

Re: [O] Babel more verbose?

2014-09-02 Thread John Kitchin
Nick Dokos ndo...@gmail.com writes: I found a message is not sufficient because I get another message from running the code block that looks like: Wrote /var/folders/5q/lllv2yf95hg_n6h6kjttbmdwgn/T/babel-27354lYd/ob-input-27354uxF and it obscures the first message so you cannot tell what is

[O] Please help with a filter

2014-09-02 Thread Rafael
I want that the result of exporting to markdown the following two blocks be identical: #+begin_src org #+BEGIN_MARKDOWN div class=sage script type=text/x-sage2+3/script /div #+END_MARKDOWN #+BEGIN_SRC sage 2+3 #+END_SRC #+end_src I have tried the following, which seems

Re: [O] org-elements-parse-buffer and weird property drawers

2014-09-02 Thread Will Monroe
Hello, I'm not as adept at troubleshooting as others on this list, but I believe I've encountered this problem as well. After updating my org-mode version this morning, I opened some of my org files and encountered some strange display behaviors: - The TODO keywords did not seem to have the

Re: [O] Symbol's value as variable is void: org-planning-line-re

2014-09-02 Thread Nicolas Goaziou
Jeff Kowalczyk jeff.kowalc...@gmail.com writes: Nicolas Goaziou mail at nicolasgoaziou.fr writes: Jeff Kowalczyk jeff.kowalczyk at gmail.com writes: Using org-mode a4a1d85 or 2df0785, I see multiple errors, including: Using M-q to fill a paragraph, error on the line at point:

[O] help

2014-09-02 Thread Moritz Kiefer
help

Re: [O] Symbol's value as variable is void: org-planning-line-re

2014-09-02 Thread Jeff Kowalczyk
Nicolas Goaziou mail at nicolasgoaziou.fr writes: `org-planning-line-re' is a defconst defined in org.el. It looks like a mixed installation. It's possible, how do I confirm? M-x org-version might tell you. You can also try to make autoloads. You are correct, there is a discrepancy

Re: [O] Symbol's value as variable is void: org-planning-line-re

2014-09-02 Thread Nick Dokos
Jeff Kowalczyk jeff.kowalc...@gmail.com writes: Nicolas Goaziou mail at nicolasgoaziou.fr writes: `org-planning-line-re' is a defconst defined in org.el. It looks like a mixed installation. It's possible, how do I confirm? M-x org-version might tell you. You can also try to make

Re: [O] Marking items done in the past

2014-09-02 Thread Fletcher Charest
Hi, Have you made any progress? I am also interested. FC On Fri, Aug 22, 2014 at 12:40 AM, Noah Slater nsla...@apache.org wrote: I have posted this to StackOverflow, if someone wants to grab the karma: http://stackoverflow.com/questions/25437069/ On 18 August 2014 02:52, Noah Slater

[O] org-agenda

2014-09-02 Thread David Arroyo Menendez
Hello, I've a recurrent little problem, with a light TODO.org org-agenda is fast, but every year or so, I need create a new TODO.org, because is so slow. More people with this problem? Some solution? Thanks in advance.

Re: [O] Getting lots of Emacs crashes

2014-09-02 Thread David Arroyo Menendez
Noah Slater nsla...@apache.org writes: Hello, I'm getting a lot of Emacs crashes recently using Org. Is there any way I can help to debug why this is happening? Thanks, You can open Emacs with --debug-init and take a look to *Messages* Good luck.

Re: [O] [PATCH] make orgtbl-ascii-plot easier to install

2014-09-02 Thread Thierry Banel
Le 29/08/2014 11:54, Nicolas Goaziou a écrit : Patch applied (with tiny changes to comments formatting, and a few trailing whitespaces). Here is a patch for the info doc. I added a few lines in the Org-Plot page. Regards Thierry From 96155719a26614f1abed7370ddd81f7238767597 Mon Sep 17

[O] Normalizing tags

2014-09-02 Thread Brett Witty
Hi, Has anyone made a module to normalize tags across your entire setup? That is if you have Blog and blog as tags, then you fix it as one or the other, or hint and tip tags being collapsed. If not, would people be interested in that? BrettW

Re: [O] org-agenda

2014-09-02 Thread Jorge A. Alfaro-Murillo
David Arroyo Menendez writes: I've a recurrent little problem, with a light TODO.org org-agenda is fast, but every year or so, I need create a new TODO.org, because is so slow. More people with this problem? Some solution? I keep an archive file, so I get things out of my agenda files

Re: [O] Bug: Cannot set header-args :includes with multiple includes [8.2.7 (8.2.7-4-g880362-elpa at /home/will/.emacs.d/elpa/org-20140616/)]

2014-09-02 Thread Will Everett
Will Everett will at spings.net writes: I believe the :includes header argument is incorrectly parsing lists of includes for c++. This snippet: #+BEGIN_SRC C++ :includes cstdio iostream using namespace std; printf(Hello ); cout world; #+END_SRC produces a compiler error: warning:

Re: [O] Marking items done in the past

2014-09-02 Thread Jorge A. Alfaro-Murillo
Fletcher Charest writes: Have you made any progress? I am also interested. Me too. On 18 August 2014 02:52, Noah Slater nsla...@apache.org wrote: I have a number of habits set up that I regularly fill in the day after the activity was done. Is there a way to mark an item as done (in a way

[O] [Babel] Source block highlighting in Beamer ...

2014-09-02 Thread aditya siram
Hi all, How do I get code on my beamer slides to print with color and highlighting? I'm doing the standard: #+BEGIN_SRC blah #+END_SRC but all my source blocks come out the same. Thanks! -deech

[O] Help with org-lookup-all

2014-09-02 Thread Alan L Tyree
I feel so dumb! I have this expession attached to a table: (org-lookup-all $1 '(remote(payments,@2$4..@$4)) '(remote(payments,@2$2..@$2))) It is returning the right list of numbers since I can examine them with (nth n How do I add the list up? I keep getting #ERROR or obviously wrong

Re: [O] Please help with a filter

2014-09-02 Thread Charles Berry
Rafael rvf0068 at gmail.com writes: I want that the result of exporting to markdown the following two blocks be identical: Rafael, You probably want a derived backend taking 'md as the parent. You want to tool up a src-block transcoder. Look at org-html-src-block (which is what

Re: [O] Babel more verbose?

2014-09-02 Thread Nick Dokos
John Kitchin jkitc...@andrew.cmu.edu writes: I found a message is not sufficient because I get another message from running the code block that looks like: Wrote /var/folders/5q/lllv2yf95hg_n6h6kjttbmdwgn/T/babel-27354lYd/ob-input-27354uxF and it obscures the first message so you

Re: [O] progress indicator for code blocks?

2014-09-02 Thread Nick Dokos
John Kitchin jkitc...@andrew.cmu.edu writes: No, it does not seem to work for me. C-g kills the current evaluation for me. Rainer M Krug rai...@krugs.de writes: Thanks for this snippet - I think something along these lines should be included into org out-of-the-box. There are many cases

Re: [O] Help with org-lookup-all

2014-09-02 Thread Nick Dokos
Alan L Tyree alanty...@gmail.com writes: I feel so dumb! I have this expession attached to a table: (org-lookup-all $1 '(remote(payments,@2$4..@$4)) '(remote(payments,@2$2..@$2))) It is returning the right list of numbers since I can examine them with (nth n How do I add the list