Re: [O] [BUG] in last org in indentation of source blocks - confirmed with emacs -Q

2015-05-29 Thread Rainer M Krug
Just confirmed this bug with the following setup: Just load --8---cut here---start-8--- emacs -Q --8---cut here---end---8--- #+begin_src emacs-lisp (add-to-list 'load-path ~/.emacs.d/org-mode/lisp) (add-to-list

Re: [O] org-preview-latex-fragment ignores \includes in the LATEX_HEADER

2015-05-29 Thread Eric S Fraga
On Wednesday, 27 May 2015 at 15:02, Stefan Otte wrote: [...] The pdf export works flawlessly, however `org-preview-latex-fragment` seems to ignore \include{commands}, i.e., equations that use commands that are defined in commands.tex are rendered as blank/empty image. Is it the intended

Re: [O] Confusing creation of frames and windows

2015-05-29 Thread Eric S Fraga
On Thursday, 28 May 2015 at 18:08, M wrote: I'm not sure where exactly my problem comes from, but I find it quite confusing how Emacs / org-mode creates new frames or does show something in the existing frame or window. Is there a tutorial or a best-practice setup to get it easy and

Re: [O] [BUG] in last org in indentation of source blocks

2015-05-29 Thread Rainer M Krug
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, Rainer M Krug rai...@krugs.de writes: I reralised this morning that there eems to be a bug introduced in one of the last commits which causes repeted editing of source blocks to indent more each time the are edited (C-'). Original:

Re: [O] ob-sed

2015-05-29 Thread Nicolas Goaziou
Bjarte Johansen bjarte.johan...@infomedia.uib.no writes: I think I have addressed all your comments in the attached patch. Thank you. Some more comments follow. Subject: [PATCH] Org Babel now supports sed scripts You should add something like the following to your commit message: *

Re: [O] [BUG] in last org in indentation of source blocks

2015-05-29 Thread Rainer M Krug
Titus von der Malsburg malsb...@posteo.de writes: On 2015-05-28 Thu 04:49, Rainer M Krug wrote: I reralised this morning that there eems to be a bug introduced in one of the last commits which causes repeted editing of source blocks to indent more each time the are edited (C-'). Original:

[O] ox-texinfo: Xref are not typeset properly

2015-05-29 Thread Vaidheeswaran C
Nicolas, (Delayed) Thanks for your (other) fixes. I will respond to those separately. Meanwhile... This mail comes in two parts a) A bug b) A request Bug === ox-texinfo: Xref are not typeset properly See attached files. Request === (May be?) Put

Re: [O] [BUG] Radio Targets and double quotes

2015-05-29 Thread Nicolas Goaziou
Hello, thomas tho...@friendlyvillagers.com writes: I have Org-mode version 8.2.10 (8.2.10-40-gc763fa-elpa @ /home/thomas/.emacs.d/elpa/org-20150504/) You may want to switch to development version. It should be fixed there. Regards, -- Nicolas Goaziou

Re: [O] [BUG] in last org in indentation of source blocks

2015-05-29 Thread Rainer M Krug
t...@tsdye.com (Thomas S. Dye) writes: Titus von der Malsburg malsb...@posteo.de writes: I can’t reproduce the second indent but I think it’s a bug that there is any indentation at all. The documentation of `org-edit-special' (C-x ') says: Call a special editor for the element at point.

Re: [O] [BUG] in last org in indentation of source blocks

2015-05-29 Thread Nicolas Goaziou
Hello, Rainer M Krug rai...@krugs.de writes: I reralised this morning that there eems to be a bug introduced in one of the last commits which causes repeted editing of source blocks to indent more each time the are edited (C-'). Original: , | #+begin_src sh | echo 2 | #+end_src

Re: [O] [BUG] Radio Targets and double quotes

2015-05-29 Thread thomas
Hi Nicolas, I have Org-mode version 8.2.10 (8.2.10-40-gc763fa-elpa @ /home/thomas/.emacs.d/elpa/org-20150504/) org-export-with-smart-quotes is set to t. The error goes away when org-export-with-smart-quotes is not true. M-x org-reload (sorry, I do not know how C-u org-reload could work)

[O] ox-texinfo: Link to dedicated to target doesn't work

2015-05-29 Thread Vaidheeswaran C
ox-texinfo: Link to dedicated to target doesn't work See the attached .org and .texi file. bug-texinfo.org Description: Lotus Organizer \input texinfo@c -*- texinfo -*- @c %**start of header @setfilename ./bug-texinfo.info @settitle bug-texinfo @documentencoding UTF-8 @documentlanguage en

Re: [O] ox-texinfo: Xref are not typeset properly

2015-05-29 Thread Vaidheeswaran C
Thanks for the fixes. I am test driving the ox-texinfo exporter. So the list is likely to get more bug reports from me. On Friday 29 May 2015 03:03 PM, Nicolas Goaziou wrote: Hello, Vaidheeswaran C vaidheeswaran.chinnar...@gmail.com writes: Bug === ox-texinfo: Xref are not typeset

[O] org-use-property-inheritance not working?

2015-05-29 Thread Rainer M Krug
Consider this example: I enable property inheritance with (setq org-use-property-inheritance t) --8---cut here---start-8--- #+PROPERTY: header-args :tangle-mode (identity #o444) #+PROPERTY: header-args+ :eval no-export #+PROPERTY: header-args:R :session

Re: [O] ox-latex: includegraphics should quote filenames

2015-05-29 Thread Vaidheeswaran C
On Tuesday 26 May 2015 02:32 PM, Andreas Leha wrote: Hi Vaidheeswaran, Vaidheeswaran C vaidheeswaran.chinnar...@gmail.com writes: In: [[./emacs-24.5.1-startup-screen-annotated.png]] Buggy Out: \includegraphics[width=.9\linewidth]{./emacs-24.5.1-startup-screen-annotated.png}

Re: [O] ox-latex: includegraphics should quote filenames

2015-05-29 Thread Rasmus
Vaidheeswaran C vaidheeswaran.chinnar...@gmail.com writes: ox-latex export must work out of the box (when it can)! Currently inline images (that have dots in their names) are not exporting correctly. No it musen't. There's explicit cases where you have to add configuration. The most

Re: [O] Bug: Org export to latex produces incorrect table [8.3beta (release_8.3beta-1157-g8ddb84 @ /home/malsburg/usr/share/emacs/site-lisp/org/)]

2015-05-29 Thread Nicolas Goaziou
Titus von der Malsburg malsb...@posteo.de writes: On 2015-05-24 Sun 10:09, Thomas S. Dye wrote: Titus von der Malsburg malsb...@posteo.de writes: On 2015-05-24 Sun 08:36, Thomas S. Dye wrote: Titus von der Malsburg malsb...@posteo.de writes: You got the result of rownames(x), which is

Re: [O] ox-texinfo: Xref are not typeset properly

2015-05-29 Thread Nicolas Goaziou
Hello, Vaidheeswaran C vaidheeswaran.chinnar...@gmail.com writes: Bug === ox-texinfo: Xref are not typeset properly See attached files. Fixed in 0ed99a4c8cccde1d7f5e190feda54558c1ff4188. Thank you. Request === (May be?) Put *Org INFO Texinfo Output* in

Re: [O] ox-latex: includegraphics should quote filenames

2015-05-29 Thread Vaidheeswaran C
On Friday 29 May 2015 03:39 PM, Rasmus wrote: Okay, I'm adding grffile as it also support spaces in filenames. Now this example works: Thanks. Works for me.

Re: [O] ox-latex: includegraphics should quote filenames

2015-05-29 Thread Rasmus
Rasmus ras...@gmx.us writes: Vaidheeswaran C vaidheeswaran.chinnar...@gmail.com writes: ox-latex export must work out of the box (when it can)! Currently inline images (that have dots in their names) are not exporting correctly. If someone fixes this bug (one way or the other), I will be

Re: [O] ox-latex: includegraphics should quote filenames

2015-05-29 Thread Rasmus
Vaidheeswaran C vaidheeswaran.chinnar...@gmail.com writes: ox-latex export must work out of the box (when it can)! Currently inline images (that have dots in their names) are not exporting correctly. If someone fixes this bug (one way or the other), I will be most grateful! Actually, does

Re: [O] ob-sed

2015-05-29 Thread Bjarte Johansen
I think I have addressed all of your comments except I didn’t understand the comment about the spaces. Are there two spaces extra or do you want me to introduce two spaces somewhere? I have attached the updated patch. Regards, Bjarte 0001-Org-Babel-now-supports-sed-scripts.patch

Re: [O] [BUG] Radio Targets and double quotes

2015-05-29 Thread thomas
Nicolas, thank you. - thomas On 29.05.2015 09:31, Nicolas Goaziou wrote: Hello, thomas tho...@friendlyvillagers.com writes: I have Org-mode version 8.2.10 (8.2.10-40-gc763fa-elpa @ /home/thomas/.emacs.d/elpa/org-20150504/) You may want to switch to development version. It should be fixed

Re: [O] ox-texinfo: Link to dedicated to target doesn't work

2015-05-29 Thread Nicolas Goaziou
Hello, Vaidheeswaran C vaidheeswaran.chinnar...@gmail.com writes: ox-texinfo: Link to dedicated to target doesn't work The behaviour is correct here. You are inserting a link to a target without a description. As in any export back-end, Org tries to associate it to a number, in this case,

[O] Add #+subtitle to org-document-info-keyword?

2015-05-29 Thread Rasmus
Hi, Would it be OK to add #+subtitle to org-document-info-keyword? To get the same face as other keywords in that list. Recall that it's a keyword that only exists in a subset of the export backends. Thanks, Rasmus -- One thing that is clear: it's all down hill from here

Re: [O] Add #+subtitle to org-document-info-keyword?

2015-05-29 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: Would it be OK to add #+subtitle to org-document-info-keyword? To get the same face as other keywords in that list. That variable doesn't exist anymore. Regards, -- Nicolas Goaziou

Re: [O] Bug: Org export to latex produces incorrect table [8.3beta (release_8.3beta-1157-g8ddb84 @ /home/malsburg/usr/share/emacs/site-lisp/org/)]

2015-05-29 Thread Charles C. Berry
On Fri, 29 May 2015, Nicolas Goaziou wrote: Titus von der Malsburg malsb...@posteo.de writes: On 2015-05-24 Sun 10:09, Thomas S. Dye wrote: Titus von der Malsburg malsb...@posteo.de writes: On 2015-05-24 Sun 08:36, Thomas S. Dye wrote: Titus von der Malsburg malsb...@posteo.de writes:

Re: [O] Bug: Org export to latex produces incorrect table [8.3beta (release_8.3beta-1157-g8ddb84 @ /home/malsburg/usr/share/emacs/site-lisp/org/)]

2015-05-29 Thread Titus von der Malsburg
On 2015-05-29 Fri 11:09, Charles C. Berry wrote: On Fri, 29 May 2015, Nicolas Goaziou wrote: Titus von der Malsburg malsb...@posteo.de writes: On 2015-05-24 Sun 10:09, Thomas S. Dye wrote: Titus von der Malsburg malsb...@posteo.de writes: On 2015-05-24 Sun 08:36, Thomas S. Dye wrote:

Re: [O] ob-sed

2015-05-29 Thread Suvayu Ali
Hi Bjarte, On Fri, May 29, 2015 at 03:32:51PM +0200, Bjarte Johansen wrote: +(defun org-babel-execute:sed (body params) + Execute a block of sed code with Org Babel. +BODY is the source inside a sed source block and PARAMS is an +association list over the source block configurations.

Re: [O] Bug: Org export to latex produces incorrect table [8.3beta (release_8.3beta-1157-g8ddb84 @ /home/malsburg/usr/share/emacs/site-lisp/org/)]

2015-05-29 Thread Sebastien Vauban
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Titus von der Malsburg malsb...@posteo.de writes: On 2015-05-24 Sun 10:09, Thomas S. Dye wrote: Titus von der Malsburg malsb...@posteo.de writes: On 2015-05-24 Sun 08:36, Thomas S. Dye wrote: Titus von der Malsburg malsb...@posteo.de writes:

Re: [O] Help needed on delegating some maintainance tasks (was: Org maintainance)

2015-05-29 Thread Leo Ufimtsev
If you send out this email again next year when I have graduated from university, I'd be down with helping out with things ^_^. - Original Message - From: Robert Klein rokl...@roklein.de To: Bastien b...@gnu.org Cc: emacs-orgmode@gnu.org Sent: Saturday, May 23, 2015 2:56:32 PM

Re: [O] Bug: Non buffer-local org-not-done-heading-regexp breaks TODO dependencies under certain circumstances [8.3beta (release_8.3beta-1178-g317886 @ /opt/local/share/emacs/site-lisp/org/)]

2015-05-29 Thread Nicolas Goaziou
Hello, Alexander Borkowski ale...@opus-b.com writes: I did some tracking down and I think this comes from the fact that variable org-not-done-heading-regexp is not buffer-local. It probably should be as both lines 4800 and 4803 in org.el are: (make-variable-buffer-local

Re: [O] org-use-property-inheritance not working?

2015-05-29 Thread Nicolas Goaziou
Hello, Charles C. Berry ccbe...@ucsd.edu writes: On Fri, 29 May 2015, Rainer M Krug wrote: Is this to be expected? I always thought, that the properties are hierarchical, and that the ones from the lower levels / headers are used as well? I would have thought this, too. Property

[O] [Bug] ~Verbatim~ in headlines breaks LaTeX

2015-05-29 Thread Titus von der Malsburg
#+BEGIN_EXAMPLE * The variable ~JAVA_HOME~ … #+END_EXAMPLE Exporting this to LaTeX and then compiling to PDF, produces the following error: ! Missing $ inserted. inserted text $ l.35 \section{The variable \verb~JAVA_HOME~} Apparently, \verb is not allow in command

Re: [O] ox-texinfo: Link to dedicated to target doesn't work

2015-05-29 Thread Vaidheeswaran C
On Friday 29 May 2015 09:26 PM, Nicolas Goaziou wrote: Hello, Vaidheeswaran C vaidheeswaran.chinnar...@gmail.com writes: ox-texinfo: Link to dedicated to target doesn't work The behaviour is correct here. You are inserting a link to a target without a description. As in any export

Re: [O] [Bug] ~Verbatim~ in headlines breaks LaTeX

2015-05-29 Thread Nick Dokos
Titus von der Malsburg malsb...@posteo.de writes: #+BEGIN_EXAMPLE * The variable ~JAVA_HOME~ #+END_EXAMPLE Exporting this to LaTeX and then compiling to PDF, produces the following error: ! Missing $ inserted. inserted text $ l.35 \section{The variable

Re: [O] [Bug] ~Verbatim~ in headlines breaks LaTeX

2015-05-29 Thread Titus von der Malsburg
On 2015-05-29 Fri 21:32, Nick Dokos wrote: Titus von der Malsburg malsb...@posteo.de writes: #+BEGIN_EXAMPLE * The variable ~JAVA_HOME~ #+END_EXAMPLE Exporting this to LaTeX and then compiling to PDF, produces the following error: ! Missing $ inserted. inserted text

[O] org-preview-latex-fragment on Retina display?

2015-05-29 Thread Adam Sneller
Recently, I upgraded to a macbook pro with retina display, and now all my latex previews in org-mode are... fuzzy. These are generated with org-preview-latex-fragment command, using dvipng. Is there a setting I can change to up-res these? Maybe something in org.el? Thanks, -Adam

Re: [O] Bug: Org export to latex produces incorrect table [8.3beta (release_8.3beta-1157-g8ddb84 @ /home/malsburg/usr/share/emacs/site-lisp/org/)]

2015-05-29 Thread Thomas S. Dye
Titus von der Malsburg malsb...@posteo.de writes: I would add a note about this in the documentation but, correct me if I’m wrong, the whole “:results table“-thing isn’t yet described in the documentation. Is that correct? Not sure what you mean by :results table thing. The header argument

Re: [O] org-use-property-inheritance not working?

2015-05-29 Thread Charles C. Berry
On Fri, 29 May 2015, Rainer M Krug wrote: Consider this example: I enable property inheritance with (setq org-use-property-inheritance t) But it does not matter. See the docstring for `org-entry-get'. The setting used in `org-babel-view-src-block-info' for INHERIT is `t'. I believe there

Re: [O] org-preview-latex-fragment on Retina display?

2015-05-29 Thread Nick Dokos
Adam Sneller a...@earth2adam.com writes: Recently, I upgraded to a macbook pro with retina display, and now all my latex previews in org-mode are... fuzzy. These are generated with org-preview-latex-fragment command, using dvipng. What happens if you produce a PDF document from LaTeX? Is it

[O] ReadTheOrg HTML theme

2015-05-29 Thread Fabrice Niessen
Hello, Just for your information, I've now allowed up to 3 levels in the TOC (left sidebar) instead of 2. See https://github.com/fniessen/org-html-themes for more information on how to use the ReadTheOrg CSS theme in your exports. Best regards, Fabrice PS- I'll give a 1:30 course on Org mode 8

[O] Bug: Non buffer-local org-not-done-heading-regexp breaks TODO dependencies under certain circumstances [8.3beta (release_8.3beta-1178-g317886 @ /opt/local/share/emacs/site-lisp/org/)]

2015-05-29 Thread Alexander Borkowski
Hi all, I experimented a bit with per-file TODO keywords and noticed that under certain circumstances TODO dependencies are broken. A minimal example to reproduce the problem I encountered (under emacs -q) would be as follows: - Enable TODO dependencies, i.e. eval (setq