Re: [O] Some thought about `org-latex-pdf-process-alist', was Re: (V9) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-21 Thread Feng Shu
> It is different, 3 runs of latex as example: > > if we don't deal with %latex place-hold in process commands, > #+latex_compiler is useless, we need to define pdf process > in org-latex-pdf-process-alist, > >"pdflatex-pdflatex-pdflatex" "xelatex-xelatex-xelatex" > "lualatex-lualatex-lualat

[O] Some thought about `org-latex-pdf-process-alist', was Re: (V9) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-21 Thread Feng Shu
> Hi Feng, > > Thanks for the patches. > > "Feng Shu" writes: > >> 1. org-latex-pdf-process -> org-latex-pdf-default-process >> 2. Add new variable org-latex-pdf-process-alist > > What do you have in mind? I assume it’s something more than just ripping > out the :type part of org-latex-pdf-pro

[O] bug org-list-send-list

2016-05-21 Thread Charles Millar
Using the following on LMDE 2 GNU Emacs 24.4.1 (x86_64-pc-linux-gnu, GTK+ Version 3.14.5) of 2015-03-07 on trouble, modified by Debian Org-mode version 8.3.4 (release_8.3.4-833-g2ed5e6 @ /usr/local/share/emacs/site-lisp/org-mode/lisp/) I have (require 'ox-latex) in my .emacs.d/init.el The fo

Re: [O] exporting documents w/ babel results w/o evaluating babel blocks

2016-05-21 Thread Nick Dokos
"Charles C. Berry" writes: > On Fri, 20 May 2016, Nick Dokos wrote: > >> Ken Mankoff writes: >> > [deleted discussion of `org-export-babel-evaluate' settings] > >> >> With ":exports results" and o-e-b-e set to nil, I get no evaluation on >> export, but I get both code and results in the output.

[O] Some functions not being autoloaded in ELPA Org-mode

2016-05-21 Thread Alex
As an example, see `orgtbl-mode'. While this function has an autoload cookie, it is not being autoloaded in the org-autoloads.el file. However this function's autoload form is in org-loaddefs.el. Is org-autoloads.el not being updated correctly?

Re: [O] Bug: orgtbl-self-insert-command does not overwrite whitespace [8.3.4 (8.3.4-50-g83e373-elpa @ /home/alex/.emacs.d/elpa/org-20160509/)]

2016-05-21 Thread Alex
Hello, Nicolas Goaziou writes: > Hello, > > Alex G writes: > >> Oh, it seems like backspace works fine in text modes like >> fundamental-mode and message-mode, but not prog-derived modes. I'd say >> that's another bug. >> >> A git bisect says that this commit by Bastien Guerry is the culprit: >

Re: [O] latex newcommand in org

2016-05-21 Thread Marcin Borkowski
On 2016-05-21, at 13:00, Eric S Fraga wrote: > On Friday, 20 May 2016 at 23:45, Doyley, Marvin M. wrote: >> Eric’s suggestion works like a charm with the following modification >> #+latex_header:\newenvironment{response}{\color{red}}{\ignorespacesafterend} > > Excellent and the modification make

Re: [O] (V9) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-21 Thread Rasmus
Hi Feng, Thanks for the patches. "Feng Shu" writes: > 1. org-latex-pdf-process -> org-latex-pdf-default-process > 2. Add new variable org-latex-pdf-process-alist What do you have in mind? I assume it’s something more than just ripping out the :type part of org-latex-pdf-process. > 3. Add #+

Re: [O] Bug: orgtbl-self-insert-command does not overwrite whitespace [8.3.4 (8.3.4-50-g83e373-elpa @ /home/alex/.emacs.d/elpa/org-20160509/)]

2016-05-21 Thread Nicolas Goaziou
Hello, Alex G writes: > Oh, it seems like backspace works fine in text modes like > fundamental-mode and message-mode, but not prog-derived modes. I'd say > that's another bug. > > A git bisect says that this commit by Bastien Guerry is the culprit: > f0a64ab3b5c46c8c7b1c838de2ed20511357e43d Fi

Re: [O] (V9) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-21 Thread Feng Shu
Nicolas Goaziou writes: > Hello, > > "Feng Shu" writes: > >> From e18b7a4430ff90d6bcb828e3898ef25c61aba4bd Mon Sep 17 00:00:00 2001 >> From: Feng Shu >> Date: Tue, 17 May 2016 21:24:35 +0800 >> Subject: [PATCH] New feature: Use dvisvgm to preview latex formular > > It looks good. I applied it w

Re: [O] Bug: org links do not work in some latex files [8.3.4 (8.3.4-34-gacfd41-elpaplus @ /home/oub/.emacs.d/elpa/org-plus-contrib-20160411/)]

2016-05-21 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> Ok, but one link worked with this function. > Sheer luck. `org-open-at-point' behaviour is undefined in non-Org > buffers. Note that, however, `org-open-at-point' wouldn't open the > second link e

Re: [O] latex newcommand in org

2016-05-21 Thread Eric S Fraga
On Friday, 20 May 2016 at 23:45, Doyley, Marvin M. wrote: > Eric’s suggestion works like a charm with the following modification > #+latex_header:\newenvironment{response}{\color{red}}{\ignorespacesafterend} Excellent and the modification makes sense for your use case. -- : Professor Eric S Frag

[O] Bug: Error upon HTML export of LaTeX source code [8.3.4 (release_8.3.4-831-gbf93e1 @ /home/dominik/.emacs.d/org-mode/lisp/)]

2016-05-21 Thread Dominik Schrempf
Hello, I try to export a fontified LaTeX source code listing with HTML export. It boils down to an error that is thrown upon execution of the following function during HTML export: (org-html-fontify-code "\\begin{tabular}{@{} l @{}}\n\\hline\nno leading space\n\\hline\n\\end{tabular}\n" "lat

Re: [O] Bug: org links do not work in some latex files [8.3.4 (8.3.4-34-gacfd41-elpaplus @ /home/oub/.emacs.d/elpa/org-plus-contrib-20160411/)]

2016-05-21 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > Ok, but one link worked with this function. Sheer luck. `org-open-at-point' behaviour is undefined in non-Org buffers. Note that, however, `org-open-at-point' wouldn't open the second link even in an Org buffer because it is located within a LaTeX environment. Org do

Re: [O] (V9) [PATCH] New feature: Use dvisvgm to preview latex formular

2016-05-21 Thread Nicolas Goaziou
Hello, "Feng Shu" writes: > From e18b7a4430ff90d6bcb828e3898ef25c61aba4bd Mon Sep 17 00:00:00 2001 > From: Feng Shu > Date: Tue, 17 May 2016 21:24:35 +0800 > Subject: [PATCH] New feature: Use dvisvgm to preview latex formular It looks good. I applied it with minor tweak to docstrings. I also m

Re: [O] Bug: org links do not work in some latex files [8.3.4 (8.3.4-34-gacfd41-elpaplus @ /home/oub/.emacs.d/elpa/org-plus-contrib-20160411/)]

2016-05-21 Thread Uwe Brauer
> Hello, > Uwe Brauer writes: > `org-open-at-point' in an Org function, which is meant to be called in > an Org buffer. IIUC, you are calling it from a LaTeX buffer. Ok, but one link worked with this function. > `org-open-at-point-global' provides sloppy Org link (and tim