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
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
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,
--
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
>> 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
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
>
>
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
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
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
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
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
11 matches
Mail list logo