Re: [O] "COMMENT" keyword not properly documented in the manual

2017-01-09 Thread Alain . Cochard
Hi, and thanks for the feedback. Nicolas Goaziou writes on Mon 9 Jan 2017 00:51: > > Unaware that "COMMENT" was a specific org string, [...] > > I had used it at the beginning of a headline, resulting in biased tag > > and string searches ('C-c a m' or 'C-c a s'). (I was unlucky: the > >

[O] Latex export error: There's no line here to end, with an image with a caption

2017-01-09 Thread Takeshi Teshima
Hi all, A happy new year! I have a problem with org-export-to-latex. # What happens ## [1] When I try to export an org-mode file **that contains a figure with a caption** with `#+OPTIONS: \n:t`, (See minimal example files) to a pdf via latex-export, the exported latex file doesn't

[O] org-collector not working

2017-01-09 Thread Malte Deiseroth
Hello The org-collector seems to be broken. I followed the instructions on: http://orgmode.org/worg/org-contrib/org-collector.html Instead of: #+BEGIN: propview :id "december" :conds ((string= spendtype "food")) :cols (ITEM amount) | "ITEM" | "amount" |

[O] Error when =(stata . t)= added to =org-babel-do-load-languages= in an attempt to evaluate Stata code in org-mode

2017-01-09 Thread Daniel Guinea
Hello, I have built the latest Emacs 26.0.50.1 on a Debian OS 8 (Jessie) that uses Linux version 3.14.5. Then I installed org-mode version 9.0.3. I want to use the proprietary data analysis and statistical software Stata version 14. I have checked that it runs alright within Emacs thanks to ESS

[O] Can a code block be evaluated in multiple sessions

2017-01-09 Thread Jack Li
Hi, Can anyone tell me if a code block can be evaluated in multiple sessions? In this toy example I provide, function "f1" is defined in the first block, and I want to use "f1" in both the second block (session a) and the third block (session b). #+BEGIN_SRC R f1 <- function(x,y,z) x+y+z

Re: [O] REPEAT_TO_STATE file-wide property is not working

2017-01-09 Thread Young-whan
Can you show me M-x emacs-version M-x org-version Please? On Mon, Jan 9, 2017 at 2:48 PM, Nicolas Goaziou wrote: > Hello, > > Young-whan writes: > > > Yes, I did and in case, I've relaunched emacs, reload the buffer, etc. > > Nothing is

Re: [O] publishing subtrees

2017-01-09 Thread Joon Ro
> thank you, Joon, that is extremely helpful. Do you have a publishing setup in > which you use this function? It looks like it would have to be rewritten > somewhat to accept the parameters (plist filename pub-dir); I am either too > tired or twoo stupid (or both! ) figure it out quickly, so if

Re: [O] publishing subtrees

2017-01-09 Thread Matt Price
On Sun, Jan 8, 2017 at 9:48 PM, Joon Ro wrote: > > In my course repositories, I have all my lecture notes in one file, and > all my assignments in another. So they have the form > > > > * Lecture 1 > > ** Slide 1 > > ** Slide 2 > > * Lecture 2 ... > > > > * Assignment 1 > >

Re: [O] HTML export for math markup

2017-01-09 Thread Lawrence Bottorff
org-html-with-latex is t and org-export-with-latex is also t. I don't have a org-html-format-latex, or at least nothing comes up with C-h v org-html-format-latex. Also, how does edebug work as you, Nick, described? On Mon, Jan 9, 2017 at 7:13 PM, Lawrence Bottorff wrote: >

Re: [O] HTML export for math markup

2017-01-09 Thread Lawrence Bottorff
This is the entirety of my header section. I'm sure there are redundancies etc. But again, the clean vanilla of Emacs 25.1.1 and org-mode 9.0.2 is defaulting to producing png's. #+TITLE: \zwnj^{147}Pm SAGA #+AUTHOR: 147Pm #+EMAIL: borg...@sdf.org # date ... will set (change) each time (if

[O] [feature request] more informative error message when calling an undefined src block

2017-01-09 Thread Eric S Fraga
Hello all, I have been trying to track down a nil link on export [1]. I have been bisecting a long document. As part of this, I commented out a src block used elsewhere in the document. The error trace [abridged] I get upon export is: Debugger entered--Lisp error: (wrong-type-argument consp

Re: [O] HTML export for math markup

2017-01-09 Thread Nick Dokos
Lawrence Bottorff writes: > The default behavior with a plain vanilla installation is, indeed, to use png > files and create the > ltximg subdirectory. It's not a huge problem, but I'd prefer it not doing > that; instead, using MathJax. > Anyone know how to switch this

Re: [O] REPEAT_TO_STATE file-wide property is not working

2017-01-09 Thread Nicolas Goaziou
Hello, Young-whan writes: > Yes, I did and in case, I've relaunched emacs, reload the buffer, etc. > Nothing is working. Maybe you have a mixed installation. I cannot reproduce your problem here, with the following buffer #+property: repeat_to_state repeat #+TODO:

[O] callback function on async export?

2017-01-09 Thread John Kitchin
Is there some way to get a call back function, or trigger a function when the async export completes? -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu

Re: [O] HTML export for math markup

2017-01-09 Thread Thierry Banel
Le 09/01/2017 16:28, Lawrence Bottorff a écrit : I've got an org file with Latex math markup, e.g. $x_2/y^3$. When I export this to HTML, it produces png files for each markup and puts them in a subfolder ltximg. Is there any way to skip

Re: [O] spee-up table refresh

2017-01-09 Thread Thierry Banel
Le 09/01/2017 00:24, Nicolas Goaziou a écrit : > Note that recalculating a table is inherently quadratic. Well, on the test-case your change made recalculation linear (which is good): | rows | seconds | |---+-| | 1000 | 1.5 | | 1 | 13 | | 2 | 25 | | 3 |

Re: [O] excluding whole trees on export when subtrees have "select" tags present

2017-01-09 Thread Eric S Fraga
On Monday, 9 Jan 2017 at 15:46, John Kitchin wrote: > Based on the docstrings for org-export-select-tags and > org-export-exclude-tags, this looks expected. > > It does not look possible to exclude a heading and include a subheading > under it. It is possible to include a heading and exclude some

Re: [O] REPEAT_TO_STATE file-wide property is not working

2017-01-09 Thread Young-whan
Yes, I did and in case, I've relaunched emacs, reload the buffer, etc. Nothing is working. On Mon, Jan 9, 2017 at 9:30 AM, Nicolas Goaziou wrote: > Hello, > > Young-whan writes: > > > I've tried "org-use-property-inheritance", but the property > >

Re: [O] HTML export for math markup

2017-01-09 Thread Lawrence Bottorff
The default behavior with a plain vanilla installation is, indeed, to use png files and create the ltximg subdirectory. It's not a huge problem, but I'd prefer it not doing that; instead, using MathJax. Anyone know how to switch this behavior? On Mon, Jan 9, 2017 at 12:30 PM, Nick Dokos

Re: [O] HTML export for math markup

2017-01-09 Thread Nicolas Goaziou
Hello, Lawrence Bottorff writes: > I've got an org file with Latex math markup, e.g. $x_2/y^3$. When I export > this to HTML, it produces png files for each markup and puts them in a > subfolder ltximg. Is there any way to skip this translating to pictures and > just use

Re: [O] REPEAT_TO_STATE file-wide property is not working

2017-01-09 Thread Nicolas Goaziou
Hello, Young-whan writes: > I've tried "org-use-property-inheritance", but the property > of REPEAT_TO_STATE in the file scoping does not work at all. > > I wonder if it is a bug in the org-mode or there is another step I have to > enable Did you refresh set-up (C-c C-c

Re: [O] HTML export for math markup

2017-01-09 Thread Nick Dokos
Lawrence Bottorff writes: > I've got an org file with Latex math markup, e.g. $x_2/y^3$. When I export > this to HTML, it produces png > files for each markup and puts them in a subfolder ltximg. Is there any way > to skip this translating to > pictures and just use MathJax

Re: [O] excluding whole trees on export when subtrees have "select" tags present

2017-01-09 Thread John Kitchin
Based on the docstrings for org-export-select-tags and org-export-exclude-tags, this looks expected. It does not look possible to exclude a heading and include a subheading under it. It is possible to include a heading and exclude some subheadings though you need a wanted tag in the parent, and

[O] HTML export for math markup

2017-01-09 Thread Lawrence Bottorff
I've got an org file with Latex math markup, e.g. $x_2/y^3$. When I export this to HTML, it produces png files for each markup and puts them in a subfolder ltximg. Is there any way to skip this translating to pictures and just use MathJax directly. I've seen this

Re: [O] Org mode clockview links failing with spaces

2017-01-09 Thread Shawn Way
A pop up window appears asking the question: No match - Create this as a new heading? Shawn Way, PE -Original Message- From: Nicolas Goaziou [mailto:m...@nicolasgoaziou.fr] Sent: Saturday, January 07, 2017 9:00 AM To: Shawn Way Cc: emacs-orgmode@gnu.org Subject: Re:

Re: [O] [patch] adding :prologue and :epilogue parameters for Maxima src blocks

2017-01-09 Thread Eric S Fraga
On Sunday, 8 Jan 2017 at 23:39, Nicolas Goaziou wrote: > Applied. Thank you. Thanks. -- : Eric S Fraga (0xFFFCF67D), Emacs 26.0.50.1, Org release_9.0.2-104-gf5b7de signature.asc Description: PGP signature

[O] excluding whole trees on export when subtrees have "select" tags present

2017-01-09 Thread Eric S Fraga
Hello all, In this very minimal example, #+begin_src org ,#+select_tags: wanted ,* headline :notwanted: some text ,** subhead :wanted: more text #+end_src exporting exports the whole

Re: [O] [PATCH] ox-koma-letter.el: Add support for fromurl variable

2017-01-09 Thread Rasmus
Hi Grant, Thanks for the patch. Grant Rettke writes: > I want to use the fromurl variable in KOMA so I copied how the phone > variable works. > > The next change that I want to make is to include the description for > the fromurl like this: > >