Re: [O] ATTR_LATEX :options ignored for source code

2016-05-15 Thread Jeff Trull
Ah, I see... I was expecting the "option to the environment" to look like: \begin{lstlisting}[commentstyle=\bfseries] Though doing it with \lstset will produce the same result if the option is placed at the end, which it is. Thanks for your help, Jeff On Sun, May 15, 2016 at 12:33 AM, Nicolas

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

2016-05-15 Thread Feng Shu
Nicolas Goaziou writes: >> + :group 'org-latex >> + :version "24.1" > > :version "25.1" > >> + :type 'alist) I need to help to deal with it, what about just remove :type? >

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

2016-05-15 Thread Feng Shu
Nicolas Goaziou writes: > In any case, I suggest to create a new variable > `org-latex-preview-process' for that. `org-latex-preview-process' is a good idea, which make org-latex beginner easily, i will add it. > >> (org-latex-compile): Add a new optional argument: caller-info, >>

Re: [O] Bug: Write file while editing babel code block doesn't work as expected [8.3.4 (release_8.3.4-778-g8127b3 @ /usr/local/share/emacs/site-lisp/org/)]

2016-05-15 Thread Vladimir Lomov
Hello, ** Nicolas Goaziou [2016-05-15 19:03:57 +0200]: > Hello, > > Vladimir Lomov writes: > >> Correct me if I understand you wrong, but you suggest to bind ~F2~ key >> to ~org-edit-src-save~. But then this will work only in Org buffer, and >> how about LaTeX mode then. Or I should bind ~F2~ t

[O] Hope to tag a new relase in Org-mode ELPA repo

2016-05-15 Thread numbch...@gmail.com
I'm waiting for new fix in org-mode. But org-mode is still in version 8.3.4. I use org-mode elpa repo. (latest version) and my ob-lisp.el SLY support is newer than the latest tag and is in new version (9.0) Or is there some reasons that I don't know which makes the new release late? [stardiviner]

Re: [O] [BUG] Noweb reference eval syntax does not work

2016-05-15 Thread Nicolas Goaziou
Hello, Aaron Ecay writes: > I think that we can provide a replacement to noweb-ref as follows: > > * Code blocks > :PROPERTIES: > :header-args: :noweb-ref foo > :END: > > #+begin_src python > block 1 > #+end_src > #+begin_src python > block 2 > #+end_src > > * Concat > > The old way > > #+begin_

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

2016-05-15 Thread Nicolas Goaziou
Hello, "Feng Shu" writes: Thank you for this work. This looks interesting. Some comments follow. > * ox-latex.el (org-latex-pdf-process): Add a new config > method, :fetcher. At this point, I think we should instead separate compiler for LaTeX preview from compiler for full LaTeX export. It pr

Re: [O] Bug: Write file while editing babel code block doesn't work as expected [8.3.4 (release_8.3.4-778-g8127b3 @ /usr/local/share/emacs/site-lisp/org/)]

2016-05-15 Thread Nicolas Goaziou
Hello, Vladimir Lomov writes: > Correct me if I understand you wrong, but you suggest to bind ~F2~ key > to ~org-edit-src-save~. But then this will work only in Org buffer, and > how about LaTeX mode then. Or I should bind ~F2~ to something like that: > (global-set-key [f2] > (if (functionp or

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

2016-05-15 Thread Feng Shu
"Feng Shu" writes: v4 patch, add some minor change based v3 >From 010baf028bb6dbb706f5abb9f99de0552235f2af Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Sat, 14 May 2016 22:42:53 +0800 Subject: [PATCH] New feature: Use dvisvgm to preview latex formular Tester should set like below: (setq

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

2016-05-15 Thread Feng Shu
"Feng Shu" writes: Version 4 patch, minor change based v3 >From 010baf028bb6dbb706f5abb9f99de0552235f2af Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Sat, 14 May 2016 22:42:53 +0800 Subject: [PATCH] New feature: Use dvisvgm to preview latex formular Tester should set like below: (setq or

Re: [O] Bug: Write file while editing babel code block doesn't work as expected [8.3.4 (release_8.3.4-778-g8127b3 @ /usr/local/share/emacs/site-lisp/org/)]

2016-05-15 Thread Vladimir Lomov
Hello, ** Nicolas Goaziou [2016-05-15 09:40:03 +0200]: > Hello, > > Vladimir Lomov writes: > >> I have small example that worked before the commit, please see attached >> Org document. > > While it's true this worked before, I don't consider it to be > a regression. There was no guarantee that

Re: [O] Bug: Write file while editing babel code block doesn't work as expected [8.3.4 (release_8.3.4-778-g8127b3 @ /usr/local/share/emacs/site-lisp/org/)]

2016-05-15 Thread Nicolas Goaziou
Hello, Vladimir Lomov writes: > I have small example that worked before the commit, please see attached > Org document. While it's true this worked before, I don't consider it to be a regression. There was no guarantee that `save-buffer' would save the source buffer. In fact, I think instrument

[O] org-agenda repeated tasks showing multiple times

2016-05-15 Thread Paul Harper
Hello, I am getting the following in my org-agenda everyday with repeated tasks. "Sunday 15 May 2016 schedule: Sched.16x: Backup KeepassX Local schedule: Sched.16x: PC Backup to External Drive schedule: Sched.16x: Review Weekly schedule: Sched.16x: Backup KeepassX Local S

Re: [O] ATTR_LATEX :options ignored for source code

2016-05-15 Thread Nicolas Goaziou
Hello, Jeff Trull writes: > According to the manual users can supply #+ATTR_LATEX: :options ... prior > to a source section and the options present will be supplied to the > environment (lstlistings in my case). I find that this does not work - > regardless of settings, no options are supplied