[O] bug#15164: 24.3.50; e

2013-08-23 Thread Eli Zaretskii
severity 15164 wishlist thanks > From: "Fabrice Niessen" > 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 background color g

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

2013-08-23 Thread Nicolas Goaziou
Hello, Nicolas Girard 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] [Babel] org-babel-execute-buffer gives different results than org-babel-exp-non-block-elements

2013-08-23 Thread Nicolas Goaziou
Nicolas Girard 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 represent but it seems much > more appropriate that my hack-is

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 secon

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 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 than a > >

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

2013-08-23 Thread Carsten Dominik
On 14.8.2013, at 17:45, Nick Dokos wrote: > Matt Lundin writes: > >> Nick Dokos writes: >> >>> >>> I haven't been able to work on the problem, but assuming that your >>> diagnosis above is correct, perhaps the thing to do is to bind >>> buffeer-invisibility-spec to nil inside org-move-to-co

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

2013-08-23 Thread Nick Dokos
Carsten Dominik 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', presumably for exactly th

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 writes: > Nicolas Girard 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 represent but it seems much

[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:$1 and then to add this style to any text within the document, I simply call it like this: {{{HEADING( A really great headline )}}} This is all fine... Unti

Re: [O] org-export-section-number-format does not work

2013-08-23 Thread Jisang Yoo
On Tue, Jul 9, 2013 at 5:35 AM, Nicolas Goaziou wrote: > > Hello, > > Jisang Yoo writes: > > > (setq org-html-format-headline-function 'my-org-html-format-headline) > > (defun my-org-html-format-headline (todo todo-type priority text tags) > > "Returns foo." > > "foo") > > > > results in wron