Re: [O] Bug: bug&fix for org-compile-file on Windows

2016-12-11 Thread Nicolas Goaziou
Hello, Mirko Vukovic writes: > I was not able to preview latex fragments using > org-toggle-latex-fragment (C-c C-x C-l) > > I traced the problem to the (shell-command ...) in org-compile-file > during the dvipng step. > > The problem was in the formatting of the destination file (the -o switch)

Re: [O] Multiple underscores crash org latex export; other exporters survive

2016-12-11 Thread Nicolas Goaziou
Hello, Scott Randby writes: > It seems odd to me that Org would see multiple subscripts as being > really one subscript. It doesn't. LaTeX does. Org clearly translates a_b_c as two consecutive subscript components. Then LaTeX visually merges them. > I realize that Org is not a front-end to LaT

Re: [O] Multiple underscores crash org latex export; other exporters survive

2016-12-11 Thread Scott Randby
On 12/10/2016 07:05 PM, Nicolas Goaziou wrote: > Hello, > > Scott Randby writes: > >> First, a_b_c and a_bc give nearly identical results when processed >> except that the spacing between letters in the subscript coming from >> a_b_c is wider than that in the subscript coming from a_bc. The spac

[O] Bug: bug&fix for org-compile-file on Windows

2016-12-11 Thread Mirko Vukovic
To: emacs-orgmode@gnu.org Subject: Bug: bug&fix for org-compile-file on Windows [9.0.1 (release_9.0.1-8-g25a97f.dirty @ c:/Users/977315/.emacs.d/elisp/org/)] From: Mirko Vukovic --text follows this line-- Remember to cover the basics, that is, what you expected to happen and what in fact did happ

Re: [O] Bug: Can't not export source block [9.0.1 (9.0.1-elpa @ /Users/user/.emacs.d/elpa/org-20161118/)]

2016-12-11 Thread Jiajian Huang
Thanks for you reply. Reinstalling does not help until I follow http://emacs.stackexchange.com/questions/28441/org-mode-9-unable-to-eval-code-blocks , remove all *.elc in the org directory and byte-compile all again. Best regards, Ivan On Mon, Dec 12, 2016 at 5:34 AM, Nicolas Goaziou wrote: > H

Re: [O] org-depend: dependencies between TODO entries in different files

2016-12-11 Thread Christophe Schockaert
Carsten Dominik writes: > Hi, > > I can take a look at that. Unless Nicolas already is working on it, of > course. > > [...] Is anyone besides Karl using it regularly? I don't want to > break anything by changing it. Hi Carsten, I started to use it a few months ago, and I am using it more an

Re: [O] Bug: Can't not export source block [9.0.1 (9.0.1-elpa @ /Users/user/.emacs.d/elpa/org-20161118/)]

2016-12-11 Thread Nicolas Goaziou
Hello, Jiajian Huang writes: > After update to org 9.0, the source code block can't no longer be exported > and > org alerts an error. > > The minimal config I use is > > (package-initialize) > > (setq debug-on-error t > debug-on-signal nil > debug-on-quit nil) > > (require 'org) > >

Re: [O] buffer local org-src-preserve-indentation not respected

2016-12-11 Thread David Dynerman
Dear Nicolas, Nicolas Goaziou writes: > Fixed (hopefully) this time. Thank you for the feedback. It's working wonderfully now - thank you very much. David

[O] Bug: Can't not export source block [9.0.1 (9.0.1-elpa @ /Users/user/.emacs.d/elpa/org-20161118/)]

2016-12-11 Thread Jiajian Huang
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. ---

Re: [O] setting a custom flag for src blocks

2016-12-11 Thread Matt Price
Huh. This is pretty cool, Charles. But I think it will be a little hard for me to implement for lectures, since I really need to quickly write up slides in the half-hour before class... So, instead, I rewrote org-reveal-src-block to do the work for me. I've just written a blog post -- for some re