[O] bug#15164: 24.3.50; e

2013-08-23 Thread Eli Zaretskii
severity 15164 wishlist thanks From: Fabrice Niessen f...@missioncriticalit.com Date: Thu, 22 Aug 2013 23:01:06 +0200 When fontifying the whole line for headings (in Org) with a background color and an overline rule, the rule stops at the last shown character of the headline, while the

Re: [O] [BUG] org-org-export-as-org is missing a body-only argument

2013-08-23 Thread Nicolas Goaziou
Hello, Nicolas Girard girard.nico...@gmail.com writes: As title says, the function =org-org-export-as-org= from ox-org.el is missing a body-only argument. This absence messes up the call to org-export-to-buffer. Fixed. Thank you for reporting it. Regards, -- Nicolas Goaziou

[O] [BUG] [Babel] Do not try to process inline source in macro templates

2013-08-23 Thread Nicolas Girard
When a buffer contains such #+MACRO: m src_emacs-lisp[:results raw]{(do-something $1)} macro template, calling =org-babel-execute-buffer= using =C-c C-v C-b= yields if: No id found: $1 It seems to me that Babel shouldn't be looking for inline code within macro templates. Cheers, --

Re: [O] faster agenda with properties support disabled (no org-refresh-properties)

2013-08-23 Thread Daniel Clemente
So I would like to ask: is there a clean way to disable calls to org-refresh-properties? No, that would require a patch and a config variable. - Carsten I send a patch to do this. Setting this new variable to t reduced 10 seconds my agenda export time (down from 1 minute 6 seconds) as

Re: [O] clocking into an inline task before any headings

2013-08-23 Thread Carsten Dominik
On 14.8.2013, at 16:36, Myles English mylesengl...@gmail.com wrote: Hello, Are inline tasks allowed to be used before any other headings? (I hope they are.) No, they are not. Why don't you just make it a normal headline? - Carsten Starting with $ emacs -Q and with nothing more

Re: [O] [BUG] Infinite loop in org-agenda-show-new-time

2013-08-23 Thread Nick Dokos
Carsten Dominik carsten.domi...@gmail.com writes: I also do not expect negative consequences. Please apply the patch, will you? OK - patch attached. NB: there is at least one place where the wrap the call to org-move-to-column has been applied, in org.el:`org-comment-or-uncomment-region',

Re: [O] [Babel] org-babel-execute-buffer gives different results than org-babel-exp-non-block-elements

2013-08-23 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Nicolas Girard girard.nico...@gmail.com writes: `org-babel-exp-non-block-elements' and `org-babel-exp-process-buffer' could probably check if code still exists before trying to remove (and replace) it. Yeah, I don't know how much work it would

[O] Carriage return in macro

2013-08-23 Thread Timothy Aldrich
Hello all. I have a simple macro defined to simplify the inclusion of a style for odt-export. It looks like this: #+MACRO: HEADING #+ODT:text:p style-name=MyHeading$1/text:p and then to add this style to any text within the document, I simply call it like this: {{{HEADING( A really great