Re: [O] org-export-select-tags

2012-07-10 Thread SW
Nick Dokos nicholas.dokos at hp.com writes: Apparently the (old) latex exporter still shows symptoms of that disease. Note btw, that the buggy behavior is confined to the old exporter: the new exporter DTRT with or without the empty line. I've seen some mention of this new exporter. Where

[O] [Accepted] org-clock: Customizable variable syntax fix

2012-07-10 Thread Bastien Guerry
Patch 1343 (http://patchwork.newartisans.com/patch/1343/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1338356138-18503-1-git-send-email-vsync%40quadium.net%3E Here is the original message containing the patch: Content-Type:

Re: [O] org-export-select-tags

2012-07-10 Thread Jambunathan K
I've seen some mention of this new exporter. Where can I find out more? Is it included in 7.8.11 yet, or still being tested? 0. Checkout from git 1. Add contrib/lisp to load-path 2. Visit Org file. M-x org-export-dispatch RET 3. Migrate your existing settings in to the new exporter by

[O] [PATCH] Translate refs to rc also in remote references

2012-07-10 Thread Jose E. Marchesi
Hi all. Just a tiny patch making org-table-convert-refs-to-rc to transform the coordinates found in remote references into normalised @n$y. This is part of some work I am doing with remotes and which I will be sending to the list soon: namely to update the remotes when the structure of some

Re: [O] Exporting to groff, now in org-export.el ...

2012-07-10 Thread Luis Anaya
suvayu ali fatkasuvayu+li...@gmail.com writes: Hi This looks beautiful! Now it's up to Nicolas to comment whether he would Yeah, it works! I'm amazed that it does :) like any other changes in the code. I think the backend is now looking pretty mature, and all in a few days work! Great

Re: [O] Manual does not list :results output graphics as babel header arg

2012-07-10 Thread Thomas S. Dye
John Hendy jw.he...@gmail.com writes: On Mon, Jul 9, 2012 at 7:35 PM, Thomas S. Dye t...@tsdye.com wrote: John Hendy jw.he...@gmail.com writes: I have typically outputted graphics from R via tikzDevice manually, but gave my first whirl to just including things via the :file argument in my

Re: [O] Exporting to FreeMind - opened in FreeMind failed

2012-07-10 Thread Manish
On Mon, Jul 9, 2012 at 10:16 PM, Csanyi Pal wrote: Nick Dokos writes: Csanyi Pal wrote: [snip] Well, I suspect that none of us here is a freemind expert (I know I'm not), with the possible exception of Lennart Borgman, the author of org-freemind.el. So the main question is: is this a bug

Re: [O] Manual does not list :results output graphics as babel header arg

2012-07-10 Thread John Hendy
On Tue, Jul 10, 2012 at 10:19 AM, Thomas S. Dye t...@tsdye.com wrote: John Hendy jw.he...@gmail.com writes: On Mon, Jul 9, 2012 at 7:35 PM, Thomas S. Dye t...@tsdye.com wrote: John Hendy jw.he...@gmail.com writes: I have typically outputted graphics from R via tikzDevice manually, but gave

[O] [PATCH] Re: Manual does not list :results output graphics as babel header arg

2012-07-10 Thread Thomas S. Dye
Aloha all, The attached patch changes the link to the languages supported by babel from a directory listing to the Worg page that uses a table to link to the language-specific documentation pages. It was suggested by John Hendy. All the best, Tom From 0438f0ae1e23321dbacd0666119205985959433e

[O] Problem with org-babel and shell scripts

2012-07-10 Thread John Wiegley
I have a shell block in my todo.txt which I've been using for generating some reports for about a year. I just tried C-c C-c in that shell block today, and got the following: --8---cut here---start-8--- Debugger entered--Lisp error: (void-variable

Re: [O] org-export-select-tags

2012-07-10 Thread Achim Gratz
SW writes: Library is file /usr/share/emacs/23.2/site-lisp/org-mode/org-install.elc That is a completely borked installation (not your fault quite likely), org-install.el should never be byte-compiled. I see Sebastien is the package maintainer, it would be nice if this (and actually a few other

Re: [O] Problem with org-babel and shell scripts

2012-07-10 Thread Nick Dokos
John Wiegley jo...@newartisans.com wrote: I have a shell block in my todo.txt which I've been using for generating some reports for about a year. I just tried C-c C-c in that shell block today, and got the following: Debugger entered--Lisp error: (void-variable org-current-export-file)

[O] [Accepted] Re: Manual does not list :results output graphics as babel header arg

2012-07-10 Thread Bastien Guerry
Patch 1363 (http://patchwork.newartisans.com/patch/1363/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3Cm1obnnk036.fsf_-_%40tsdye.com%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

[O] Manual issue: C-c a binding used in manual but it is not set by org-mode

2012-07-10 Thread Vagn Johansen
In several places the C-c a prefix is used as part of documenting a command. These key combos do not work unless C-c a has been set to org-agenda. If you search the manual for C-c a you will not find 1.3 Activation where it suggests configuring (global-set-key \C-ca 'org-agenda) Note the

Re: [O] [PATCH] Translate refs to rc also in remote references

2012-07-10 Thread Bastien
Hi Jose, jema...@gnu.org (Jose E. Marchesi) writes: Just a tiny patch making org-table-convert-refs-to-rc to transform the coordinates found in remote references into normalised @n$y. This is part of some work I am doing with remotes and which I will be sending to the list soon: namely to

Re: [O] Problem with org-babel and shell scripts

2012-07-10 Thread Bastien
Hi John, John Wiegley jo...@newartisans.com writes: I have a shell block in my todo.txt which I've been using for generating some reports for about a year. I just tried C-c C-c in that shell block today, and got the following: I've pushed a fix for this. Thanks, -- Bastien

[O] [dev] Org inline src block not being triggered in org-export.el

2012-07-10 Thread Luis Anaya
I'm testing inline source and nothing is being printed. Nothing is happening. No errors, no messages, no nothing. Definition to the corret inline-src-block function is in the definition list. But it does not seems that is executing at all. So, what am I doing wrong? :) -- org mode source -- *

Re: [O] [dev] Org inline src block not being triggered in org-export.el

2012-07-10 Thread Eric Schulte
Luis Anaya papoan...@hotmail.com writes: I'm testing inline source and nothing is being printed. Nothing is happening. No errors, no messages, no nothing. Definition to the corret inline-src-block function is in the definition list. But it does not seems that is executing at all. So, what

Re: [O] Org inline src block not being triggered in org-export.el

2012-07-10 Thread Luis Anaya
Eric Schulte eric.schu...@gmx.com writes: Hi: Luis Anaya papoan...@hotmail.com writes: In all of your code blocks, the code you've written doesn't cause any output or return values, so there is nothing for the inline code blocks to return. Oh... . . Well, this is embarrasing...