Re: [O] Math formatting in HTML export - The Org Manual

2014-10-14 Thread Eric S Fraga
Have a look at the following variable and note the SNIPPET argument: ,[ C-h v org-latex-packages-alist RET ] | org-latex-packages-alist is a variable defined in `org.el'. | Its value is (("" "xcolor") | ("" "tikz") | ("" "listings") | ("version=3" "mhchem") | ("" "amsmath" t)) | | Origina

[O] What about a TOC export filter?

2014-10-14 Thread Thorsten Jolitz
Hi List, in a derived backend it would be OK to let the parent backend (html) export the TOC, but I need to post-process the exported html (wrap it in extra code). Since I did not find suitable functionality for this, I use a kind of workaround: 1. disable default with option toc:nil 2. p

Re: [O] export to odt: error in style.xml

2014-10-14 Thread Rasmus
Hi, Achim Gratz writes: > Rasmus writes: >>> Could you please rebase or cherry-pick your changes onto the >>> then-current master before committing them? >> However, can you please elaborate on what exactly I did wrong? I have >> checked for the following to understand your criticism: >> >> 1

Re: [O] Sharing: Agenda skip function to remove future-scheduled items

2014-10-14 Thread Sebastien Vauban
James Harkins wrote: > [...] I realized that I didn't want to see items that are scheduled > for the future, because this is my agenda view for "what tasks are > available right now." For example, if I have a task to update my grade > sheet, it doesn't make sense to do that before I've taught the >

[O] [ob-R] table variable passing broken

2014-10-14 Thread Andreas Leha
Hi all, There seems to be a bug in table passing as variables now using the tangle-friendly version of passing variables. Here is an example (I get an error also with emacs -Q): --8<---cut here---start->8--- * test #+name: testtab | variable | di

[O] [RFC] Change property drawer syntax

2014-10-14 Thread Nicolas Goaziou
Hello, As discussed previously, I would like to modify property drawers syntax. The change is simple: they must be located right after a headline and its planning line, if any. Therefore the following cases are valid * Headline :PROPERTIES: :KEY: value :END: * Headline SCHED

Re: [O] [RFC] Change property drawer syntax

2014-10-14 Thread Andreas Leha
Hi Nicolas, My only 'concern' is that it looks awkward or at least unfamiliar when the property drawer is closed (which it is always in my documents). I guess than it would change from *** Call XXX :PROPERTIES:... <2014-10-16 Thu 13:00-14:00> to *** Call XXX <2014-10-16

Re: [O] [RFC] Change property drawer syntax

2014-10-14 Thread Nicolas Goaziou
Hello, Andreas Leha writes: > My only 'concern' is that it looks awkward or at least unfamiliar when the > property drawer is closed (which it is always in my documents). > > I guess than it would change from > > *** Call XXX > :PROPERTIES:... > <2014-10-16 Thu 13:00-14:00> > > t

[O] etc/ORG-NEWS not updated for one year

2014-10-14 Thread Glenn Morris
etc/ORG-NEWS in emacs-24 has not been updated for ~ one year. If you are going to update it, please do so before thie Friday.

Re: [O] [RFC] Change property drawer syntax

2014-10-14 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > As discussed previously, I would like to modify property drawers syntax. > The change is simple: they must be located right after a headline and > its planning line, if any. Therefore the following cases are valid > > * Headline > :PROPERTIES: > :KE

Re: [O] [RFC] Change property drawer syntax

2014-10-14 Thread Michael Brand
Hi Nicolas On Tue, Oct 14, 2014 at 4:42 PM, Nicolas Goaziou wrote: > As discussed previously, I would like to modify property drawers syntax. > The change is simple: they must be located right after a headline and > its planning line, if any. Therefore the following cases are valid > > * Headl

Re: [O] [ob-R] table variable passing broken

2014-10-14 Thread Charles Berry
Andreas Leha med.uni-goettingen.de> writes: > > Hi all, > > There seems to be a bug in table passing as variables now using the > tangle-friendly version of passing variables. > > Here is an example (I get an error also with emacs -Q): > > --8<---cut here---start--

Re: [O] etc/ORG-NEWS not updated for one year

2014-10-14 Thread Bastien
Glenn Morris writes: > etc/ORG-NEWS in emacs-24 has not been updated for ~ one year. > > If you are going to update it, please do so before thie Friday. I will have a look, thanks. There has been no major release since one year, so don't expect major updates. -- Bastien

Re: [O] Math formatting in HTML export - The Org Manual

2014-10-14 Thread Joseph Vidal-Rosset
Thanks Eric. I have tested this solution that works with imagemagick and html export. I have added these lines in my init.el : ; Include the latex-exporter (require 'ox-latex) ;; Add minted to the defaults packages to include when exporting. ;(add-to-list 'org-latex-packages-alist '("" "minted"))

Re: [O] Math formatting in HTML export - The Org Manual

2014-10-14 Thread Nick Dokos
Joseph Vidal-Rosset writes: > Thanks Eric. > > I have tested this solution that works with imagemagick and html export. I > have added these lines in my init.el : > > ; Include the latex-exporter > (require 'ox-latex) > ;; Add minted to the defaults packages to include when exporting. > ;(add-to

[O] [PATCH] contrib/lisp/org-velocity: Fix failure for big window

2014-10-14 Thread Marco Wahl
Hi list, hi Paul, thanks for your org-velocity contribution! I just discovered org-velocity and immediately liked it. I found a bug which might not have occurred in the past since the monitors were smaller. The bug shows up when the number of lines of the match window exceeds the number of avai

Re: [O] [ob-R] table variable passing broken

2014-10-14 Thread Andreas Leha
Charles Berry writes: > Andreas Leha med.uni-goettingen.de> writes: > >> >> Hi all, >> >> There seems to be a bug in table passing as variables now using the >> tangle-friendly version of passing variables. >> >> Here is an example (I get an error also with emacs -Q): >> >> --8<--

Re: [O] Math formatting in HTML export - The Org Manual

2014-10-14 Thread Eric S Fraga
On Tuesday, 14 Oct 2014 at 19:23, Joseph Vidal-Rosset wrote: [...] > But now it does not work in my Gnus if I want to include some png images of > proofs... I have to deleted these "dangerous lines"... Sorry, I missed this the first time around. What does gnus have to do with this? You were ta

[O] Bug: `org-capture-templates' file+headline target does not accept string variable [8.2.10 (8.2.10-elpa @ c:/Users/louis/AppData/Roaming/.emacs.d/elpa/org-20141013/)]

2014-10-14 Thread Louis Chan
Having a template inside `org-capture-templates`, which uses the file+headline target, with a string variable as its third argument (the node headline), makes the command `org-capture` fail (specifically, when selecting this particular template that uses this target). The heading I have chosen, "Ta

Re: [O] [RFC] Change property drawer syntax

2014-10-14 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: > Sounds like fun! Here's maybe a bug. In this test case: > > * Here's something > ** Second level >:PROPERTIES: >:ID: 06b778b5-72a5-45b5-aea6-2d0fef0fd24b >:END: Good catch. Fixed, thank you. Regards, -- Nicolas Goaziou

Re: [O] [RFC] Change property drawer syntax

2014-10-14 Thread Nicolas Goaziou
Hello, Michael Brand writes: > What about legacy multi line plain timestamp and planning info: > > * Yearly meeting > <2013-09-22 Sun> > <2014-10-19 Sun> > SCHEDULED: <2015-01-01 Thu> Add next plain timestamp. > :PROPERTIES: > :KEY: value > :END: Thi

Re: [O] [PATCH] org-capture-place-item better alignment for new lists.

2014-10-14 Thread Nicolas Goaziou
Hello, Andrew Burgess writes: > I've revised the patch (below) so that I now use org-indent-line to > establish the best indentation if we're starting a new list, this has > resulted in slightly more churn, but hopefully not too much. Thanks. I applied it. Note that you needed to add "TINYCHAN

Re: [O] Bug: `org-capture-templates' file+headline target does not accept string variable [8.2.10 (8.2.10-elpa @ c:/Users/louis/AppData/Roaming/.emacs.d/elpa/org-20141013/)]

2014-10-14 Thread Nicolas Goaziou
Hello, Louis Chan writes: > Having a template inside `org-capture-templates`, which uses the > file+headline target, with a string variable as its third argument (the > node headline), makes the command `org-capture` fail (specifically, when > selecting this particular template that uses this ta

Re: [O] [PATCH] key-binding for all plotting styles

2014-10-14 Thread Thierry Banel
Here is the updated patch. To see the result: - cd to org-mode tree root - make info - launch Emacs - C-u C-h i doc/org RET - search for "Org-Plot" chapter Regards Thierry Le 13/10/2014 18:24, Nicolas Goaziou a écrit : > > Some comments follow. > ... > > It should be > > @kbd{M-x org-plot/gnu

Re: [O] [PATCH] key-binding for all plotting styles

2014-10-14 Thread Nicolas Goaziou
Hello, Thierry Banel writes: > Here is the updated patch. [...] >> BTW is-it ASCII-art or ascii-art? > Changed to capitals. __ _ _ / \ _ __ _ __ | (_) ___ __| | / _ \ | '_ \| '_ \| | |/ _ \/ _` | / ___ \| |_) | |_) | | | __/ (_| |_ /_/ \_\ .__/

Re: [O] [PATCH] key-binding for all plotting styles

2014-10-14 Thread Thierry Banel
Le 14/10/2014 23:08, Nicolas Goaziou a écrit : > __ _ _ >/ \ _ __ _ __ | (_) ___ __| | > / _ \ | '_ \| '_ \| | |/ _ \/ _` | > / ___ \| |_) | |_) | | | __/ (_| |_ > /_/ \_\ .__/| .__/|_|_|\___|\__,_(_) > |_| |_| > > >

Re: [O] org-export-format-source-code-or-example: End of Buffer

2014-10-14 Thread Mishal Awadah
Hi Bastien, According to Andreas, this is an org-mode issue: https://answers.launchpad.net/python-mode/+question/248031 Thanks, Mish On Fri, Apr 18, 2014 at 7:57 AM, Bastien wrote: > Hi Mishal, > > Mishal Awadah writes: > > > I added the sample code that generates the error for me on > > > ht

[O] How to change a link?

2014-10-14 Thread Marcin Borkowski
Hi list, assume that I have a link object (e.g., I'm in the ellipsis part of this: (org-element-map (org-element-parse-buffer 'object) 'link (lambda (elt) ... )) What I want to do is this: 1. check whether it is an internal link, and 2. if it is, change it so that it points to the analogous pl

Re: [O] Sharing: Agenda skip function to remove future-scheduled items

2014-10-14 Thread James Harkins
Sebastien Vauban writes: > I use the following (tricky) settings, which should do what you have in > mind, if I'm not mistaken: > > #+begin_src emacs-lisp > ;; Don't show scheduled entries in the global `todo' list. > (setq org-agenda-todo-ignore-scheduled 'future) > > ;; Don't show ent

Re: [O] [RFC] Change property drawer syntax

2014-10-14 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > As discussed previously, I would like to modify property drawers syntax. > The change is simple: they must be located right after a headline and > its planning line, if any. Therefore the following cases are valid Is there any chance this has messed up file-

Re: [O] Math formatting in HTML export - The Org Manual

2014-10-14 Thread Joseph Vidal-Rosset
2014-10-14 19:51 GMT+02:00 Nick Dokos : > I don't know why you need minted (I have not followed the conversation), > but to use minted you *need* -shell-escape: minted requires running an > external program (pygments), but tex does not like doing that for > security reasons - the -shell-escape opt

Re: [O] Math formatting in HTML export - The Org Manual

2014-10-14 Thread Joseph Vidal-Rosset
2014-10-14 21:09 GMT+02:00 Eric S Fraga : > > But now it does not work in my Gnus if I want to include some png images > of > > proofs... I have to deleted these "dangerous lines"... > > Sorry, I missed this the first time around. What does gnus have to do > with this? You were talking about exp