Re: [O] [PATCH] Prevent org-rss-headline dropping lower level headlines

2016-05-11 Thread Arun Isaac
> I mean that the HTML back-end adds data that may not be useful for the > RSS back-end. Yes, things like the tags are not useful. But, technically, they aren't wrong either. And, the alternative is to modify ox-rss so it depends less on ox-html. That is a bigger modification, not within the

Re: [O] [BUG] Noweb reference eval syntax does not work

2016-05-11 Thread Charles C. Berry
On Wed, 11 May 2016, Nicolas Goaziou wrote: Hello, "Thomas S. Dye" writes: The motivation for noweb-ref is discussed in this thread from about 5 years ago: http://thread.gmane.org/gmane.emacs.orgmode/42636/focus=42639 FWIW, I haven't used noweb-ref. Thank you for the

Re: [O] [BUG] Noweb reference eval syntax does not work

2016-05-11 Thread Samuel Wales
i use noweb-ref to concatenate different blocks. i use quick and dirty for speed. On 5/11/16, Nicolas Goaziou wrote: > Hello, > > "Thomas S. Dye" writes: > >> The motivation for noweb-ref is discussed in this thread from about 5 >> years ago: >>

[O] [PATCH 2/2] org-capture.el: Support all target file specifiction variants in Customize

2016-05-11 Thread Phil Hudson
>From 9ca987e6580ef633c961bf2023813d8544a0d36b Mon Sep 17 00:00:00 2001 From: Phil Hudson Date: Wed, 11 May 2016 22:49:01 +0100 Subject: [PATCH 2/2] org-capture.el: Support all target file specifiction variants in Customize * lisp/org-capture.el (`org-capture-templates'):

[O] [PATCH 1/2] org-agenda.el: Fix `org-agenda-bulk-custom-functions' supported Customize type

2016-05-11 Thread Phil Hudson
>From 256cf1f854e902de392a325ec4b9c8204fb84a21 Mon Sep 17 00:00:00 2001 From: Phil Hudson Date: Wed, 11 May 2016 15:34:12 +0100 Subject: [PATCH 1/2] org-agenda.el: Fix `org-agenda-bulk-custom-functions' supported Customize type * org-agenda.el

Re: [O] [BUG] Noweb reference eval syntax does not work

2016-05-11 Thread Nicolas Goaziou
Hello, "Thomas S. Dye" writes: > The motivation for noweb-ref is discussed in this thread from about 5 > years ago: > http://thread.gmane.org/gmane.emacs.orgmode/42636/focus=42639 > > FWIW, I haven't used noweb-ref. Thank you for the pointers. It seems that :noweb-ref is here

Re: [O] Bug: Write file while editing babel code block doesn't work as expected [8.3.4 (release_8.3.4-778-g8127b3 @ /usr/local/share/emacs/site-lisp/org/)]

2016-05-11 Thread Nicolas Goaziou
Hello, David Dynerman writes: > When visiting an org-babel code block in a dedicated window (C-c ' in > the block), I would like to manually save the buffer to a file by calling > write-file (C-x C-w) > > However, this doesn't work - it prompts you for a filename, as

Re: [O] Strange interactions between org-indent-mode and other overlays, including show-paren-mode

2016-05-11 Thread Kaushal Modi
What's the recipe to consistently recreate the issue you are seeing with emacs -Q? 1. emacs -Q 2. ?? 3. The insertion and/or removal of the dynamic overlays (paren highlights, beacons, etc.) results in a temporary loss of indentation of the line in question. On Wed, May 11, 2016 at 12:43 AM

Re: [O] [PATCH] org-agenda.el: Fix `org-agenda-bulk-custom-functions' supported Customize type

2016-05-11 Thread Nicolas Goaziou
Hello, Phil Hudson writes: > Hope this is all correct now. If it is, I'll do the next, somewhat > bigger patch tomorrow. If not, please feed back on what I need to do > differently. It is correct. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] looking for a variable which allows formatting the agenda clock report

2016-05-11 Thread Rainer Stengele
Am 11.05.2016 um 18:22 schrieb Marco Wahl: > Hi Rainer, > I could not find a variable which allows formatting the clock report that is created in the org agenda by "v R". Any quick pointer to such one or other ideas? >>> >>> org-agenda-clockreport-parameter-plist > >> Thanks

Re: [O] second line for author field in org-mode to latex?

2016-05-11 Thread Sharon Kimble
Rasmus writes: > Sharon Kimble writes: > >> How can I have a second line for the author field in an org-mode export >> to latex please? For example - >> >> #+AUTHOR: Sharon >> #+AUTHOR2: Kimble > > Maybe? > > #+title: test > #+author: sharon\\ > >

Re: [O] eval code snippet before tangling config file

2016-05-11 Thread Stig Brautaset
"Charles C. Berry" writes: > On Wed, 11 May 2016, Stig Brautaset wrote: >> >> I'm trying to evaluate a line of shell code and put its output into a >> snippet that will be tangled to a file. My best attempt so far: [...] > Try `<>'. > > See (info "(org) Noweb

Re: [O] org-ref breaks org-repair-export-blocks

2016-05-11 Thread John Kitchin
What seems to be happening is those blocks are no longer special block, but instead an export-block. If you change special-block to export block, then it works for me with org-ref loaded. I don't know why (or even how) org-ref would be changing that though. On Wed, May 11, 2016 at 12:26 PM,

[O] org-ref breaks org-repair-export-blocks

2016-05-11 Thread Julien Cubizolles
Consider the following --8<---cut here---start->8--- #+BEGIN_SRC elisp (require 'package) (setq package-archives '(("ELPA" . "http://tromey.com/elpa/;) ("melpa" . "http://melpa.milkbox.net/packages/;) ("gnu" .

Re: [O] looking for a variable which allows formatting the agenda clock report

2016-05-11 Thread Marco Wahl
Hi Rainer, >>> I could not find a variable which allows formatting the clock report >>> that is created in the org agenda by "v R". >>> Any quick pointer to such one or other ideas? >> >> org-agenda-clockreport-parameter-plist > Thanks Marco, > > now my question is how can I extract the category

Re: [O] second line for author field in org-mode to latex?

2016-05-11 Thread Roger Mason
Hi Sharon, Sharon Kimble writes: > How can I have a second line for the author field in an org-mode export > to latex please? For example - > > #+AUTHOR: Sharon > #+AUTHOR2: Kimble > > But that doesn't work. I tried "#+AUTHOR: Sharon \n Kimble" but that > doesn't

Re: [O] eval code snippet before tangling config file

2016-05-11 Thread Charles C. Berry
On Wed, 11 May 2016, Stig Brautaset wrote: Hi, I'm trying to evaluate a line of shell code and put its output into a snippet that will be tangled to a file. My best attempt so far: #+NAME: hostname #+BEGIN_SRC sh hostname -s #+END_SRC #+BEGIN_SRC conf :tangle

[O] [PATCH] org-agenda.el: Fix `org-agenda-bulk-custom-functions' supported Customize type

2016-05-11 Thread Phil Hudson
Hope this is all correct now. If it is, I'll do the next, somewhat bigger patch tomorrow. If not, please feed back on what I need to do differently. Just to reiterate: I have signed the FSF papers, so I didn't include the cookie about the change being tiny, which I read the instructions as saying

Re: [O] Annotating org exporters

2016-05-11 Thread Richard Lawrence
Hi Sebastian and all, Sebastian Fischmeister writes: > I'm still undecided between a regex replace and org-entities. Is there > a straightforward way to define own directives for orgmode to then > support something like the following? > > #+LaTeX_EXPORT:

Re: [O] looking for a variable which allows formatting the agenda clock report

2016-05-11 Thread Rainer Stengele
Am 11.05.2016 um 14:18 schrieb Marco Wahl: Hi! I could not find a variable which allows formatting the clock report that is created in the org agenda by "v R". Any quick pointer to such one or other ideas? org-agenda-clockreport-parameter-plist Quick, Thanks Marco, now my question is

Re: [O] second line for author field in org-mode to latex?

2016-05-11 Thread Rasmus
Sharon Kimble writes: > How can I have a second line for the author field in an org-mode export > to latex please? For example - > > #+AUTHOR: Sharon > #+AUTHOR2: Kimble Maybe? #+title: test #+author: sharon\\ #+author: kimble Hope it helps, Rasmus -- Slaa

[O] eval code snippet before tangling config file

2016-05-11 Thread Stig Brautaset
Hi, I'm trying to evaluate a line of shell code and put its output into a snippet that will be tangled to a file. My best attempt so far: #+NAME: hostname #+BEGIN_SRC sh hostname -s #+END_SRC #+BEGIN_SRC conf :tangle /usr/local/etc/leafnode/config :noweb tangle expire = 20

[O] second line for author field in org-mode to latex?

2016-05-11 Thread Sharon Kimble
How can I have a second line for the author field in an org-mode export to latex please? For example - --8<---cut here---start->8--- #+AUTHOR: Sharon #+AUTHOR2: Kimble --8<---cut here---end--->8--- But that doesn't work. I

Re: [O] looking for a variable which allows formatting the agenda clock report

2016-05-11 Thread Marco Wahl
Hi! > I could not find a variable which allows formatting the clock report > that is created in the org agenda by "v R". > Any quick pointer to such one or other ideas? org-agenda-clockreport-parameter-plist Quick, -- Marco Wahl GPG: 0x49010A040A3AE6F2

[O] looking for a variable which allows formatting the agenda clock report

2016-05-11 Thread Rainer Stengele
Hi, I could not find a variable which allows formatting the clock report that is created in the org agenda by "v R". Any quick pointer to such one or other ideas? Kind regards, Rainer Stengele

Re: [O] Bug: missing header argument does not work any longer causing Gnuplot to misinterpret data [8.3.4 (8.3.4-47-gaf853d-elpaplus @ c:/Users/harald/AppData/Roaming/.emacs.d/elpa/org-plus-contrib-20

2016-05-11 Thread Eric S Fraga
On Tuesday, 10 May 2016 at 18:55, Harald Sanftmann wrote: > Hi! > > I have some org-tables which contain empty fields. I specified > :missing "?" to get the right results. When I try to plot them with > Gnuplot the empty fields are not exported as '?' but just as empty > strings ''. Gnuplot

Re: [O] Annotating org exporters

2016-05-11 Thread Rasmus
Sebastian Fischmeister writes: >> >> This sounds a bit like org-entities. I use this together with cdlatex for > >> quickly inserting such things. >> >> Try to type \Rightarrow and type C-c C-x \ >> Also try to export to text (non-unicode). You will get the desired

Re: [O] Bug: Write file while editing babel code block doesn't work as expected [8.3.4 (release_8.3.4-778-g8127b3 @ /usr/local/share/emacs/site-lisp/org/)]

2016-05-11 Thread Phil Hudson
On Wed, 11 May 2016 at 12:44:17 am BST, David Dynerman wrote: > I would like to manually save the buffer to a file by calling > write-file (C-x C-w) Would `write-region' not be what you want? -- Phil Hudson http://hudson-it.ddns.net @UWascalWabbit

Re: [O] Bug: clock in generates bad drawer [8.3.4 (8.3.4-47-gaf853d-elpa @ /home/carlos/.emacs.d/elpa/org-20160502/)]

2016-05-11 Thread Carlos Noguera
excellent. Thanks. Carlos On Tue, May 10, 2016 at 11:10 PM Nicolas Goaziou wrote: > Hello, > > Carlos Noguera writes: > > > FYI, I just discovered that the behaviour happens if "Org Clock Into > > Drawer" option in "Org Clock