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

2016-05-22 Thread Feng Shu
> This is mixing together org-latex-packages-alist, org-latex-pdf-process > and org-latex-document-class, org-latex-default-class, > org-koma-letter-default-class etc, and latexmk/carara into one (modulus > typos). IMO, it introduces too much dependency and convolution. Take > :valid-class; Whe

[O] PATCH: ox: Starting source code export at non-zero (-n value)

2016-05-22 Thread Brian Carlson
On 2016-05-20 16:48, Nicolas Goaziou wrote: The code is written with the following design: -n is the same as -n 1 : The functionality is unchanged +n is the same as +n 1 : The functionality is unchanged -n X will "reset" and start new code block starting at line X +n X will "add" X t

Re: [O] add some babel supports (PHP, Lua, Redis)

2016-05-22 Thread numbch...@gmail.com
I modified most part of my files. - There are some places I can't improve because I'm not good at elisp. (maybe other people can improve it later) Like ob-redis.el implement ob-sql style configuration. and ob-lua.el make use of lua-mode's running process. - I guess ob-php.el is the only one

Re: [O] bug org-list-send-list

2016-05-22 Thread Charles Millar
Hi Nick, On 05/22/2016 07:17 PM, Nicolas Goaziou wrote: Hello, Charles Millar writes: The following radio table is in LaTeX major mode and orgstruct minotr mode per the manual. % BEGIN RECEIVE ORGLST radioTableTest % END RECEIVE ORGLST radioTableTest \begin{comment} #+ORGLST: SEND radioTabl

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-22 Thread Nicolas Goaziou
Hello, Alex writes: > Thank you for the fixes. However, the fix in 4914f89 does not work for > me. When I run it (type backspace) in a graphical Emacs I get: > > user-error: This key has no function outside tables > > When I run it in a terminal Emacs the command is not rebound at all. > > Repla

Re: [O] bug org-list-send-list

2016-05-22 Thread Nicolas Goaziou
Hello, Charles Millar writes: > The following radio table is in LaTeX major mode and orgstruct minotr > mode per the manual. > > % BEGIN RECEIVE ORGLST radioTableTest > % END RECEIVE ORGLST radioTableTest > \begin{comment} > #+ORGLST: SEND radioTableTest org-list-to-latex > - Something to send

Re: [O] [ox-publish, patch] More flexible sitemaps

2016-05-22 Thread Nicolas Goaziou
Hello, Rasmus writes: > I've long wanted to use ox to auto-generate something that looks like a > blog index. > > This patch makes ox sitemaps a bit more flexible. For instance, it would > allow me to use something like this for ‘:sitemap-file-entry-format’, > > :sitemap-file-entry-format "

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

2016-05-22 Thread Charles C. Berry
John and Nick, Comments in line below. TL;DR: Org babel headers give excellent control over what gets run, when it gets run, and how. Users should use them. Don't reset `org-export-babel-evaluate'. Chuck On Sun, 22 May 2016, John Hendy wrote: On Fri, May 20, 2016 at 4:20 PM, Charles C. Berr

Re: [O] [PATCH] add port switch for postgresql support in ob-sql.el

2016-05-22 Thread Nicolas Goaziou
Hello, Justin Kirby writes: > I added a port switch for postgresql in ob-sql.el Thank you for the patch. Some comments follow. > I have attached a simple patch to fix this and have verified it works > for me. I would have loved to add some tests, but I ran into some > problems: > > 1) I could

Re: [O] Bug: When exporting to PDF an Org file where multiple footnotes share the same definition, only the first footnote is clickable [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/or

2016-05-22 Thread Rasmus
Nicolas Goaziou writes: > Rasmus writes: > >> Could we inject labels in all footnotes? If so we could simply use >> >>\textsuperscript{\ref{FN-LABEL}} >> >> In place of >> >>\footnotemark[FN-GUESS]{} >> >> It seems \footref of scrextend.sty has some extra robustness built into it >> but

Re: [O] #+language and case

2016-05-22 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Rasmus writes: > >> I just pushed a patch (d07fafed4af9d22044870ae909f0bb82b1412eb6) that >> makes the ox-html insensitive to the usage of case of the #+language >> keyword value. >> >> I realize this might be design, as ox-latex is done in the same way. But

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

2016-05-22 Thread John Hendy
On Fri, May 20, 2016 at 4:20 PM, Charles C. Berry wrote: > 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 co

[O] Why does the clocking format in the mode line string look like this?

2016-05-22 Thread Trevor Murphy
Hey, list! When I clock into a task, I get a nice notification in my mode line. Except there's always been this one thing that confuses me. With an effort property on the task, the mode line looks like this: [0:00/0:30] (the task headline) But with no effort property set, the mode line look

[O] [PATCH] Place `org-clock-heading' outside clock time.

2016-05-22 Thread Trevor Murphy
* org-clock.el (org-clock-get-clock-string): When `org-clock-effort' is nil, arrange the format string components separately, similar to how they are arranged when o-c-e is not-nil. --- lisp/org-clock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-clock.el b/li

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-22 Thread Nicolas Goaziou
Hello, Uwe Brauer writes: > Ok, I could clone the git rep of org and then try to merge your > modification into ELPA, it is just that function you changed? That one and `org-open-at-point'. > BTW I see that org is also in the trunk of Emacs master (25.1.5) which I > use, is org master the same

Re: [O] #+language and case

2016-05-22 Thread Nicolas Goaziou
Hello, Rasmus writes: > I just pushed a patch (d07fafed4af9d22044870ae909f0bb82b1412eb6) that > makes the ox-html insensitive to the usage of case of the #+language > keyword value. > > I realize this might be design, as ox-latex is done in the same way. But > I don’t see any reason for Org to

Re: [O] Bug: check that org-element--cache-sync-keys is non-nil before clrhash [8.3.4 (8.3.4-42-gae73c7-elpa @ /home/mah/.emacs.d/elpa/org-20160425/)]

2016-05-22 Thread Mark A . Hershberger
> Could you investigate about how this happens in your case? I removed [gnus-alias-use-identity](https://www.emacswiki.org/emacs/GnusAlias) and the problem went away. I'm guessing it is because some sort of race condition when I reply to a message. I would gues that org-mode is invoked when t

[O] error: org-meta-return release_8.3.4.zip

2016-05-22 Thread Mambo Levis
Hi, 1.) By testing org-mode release_8.3.4.zip from (  http://orgmode.org/cgit.cgi/org-mode.git/) without compile it in emacs 25.1.50.1 an error is shown when typing M-RET to add a new heading/item (see attached backtrace). I am using the minimal configuration suggested in the manual. -

[O] org agenda persistent mark

2016-05-22 Thread Jesse Johnson
Hello! When I enable persistent marks while performing bulk actions in org-agenda, the marks are always lost after the bulk action. Any idea why? I am using org (elpa version 20160516) in upstream emacs (compiled 2015-12-22). Thanks. Jesse

Re: [O] add some babel supports (PHP, Lua, Redis)

2016-05-22 Thread Rasmus
Hi, Thanks for your patches. Sorry about the delay. I was hoping that someone with more ob knowledge would step in. Please find some comments below. I think some more work is needed before your libraries are "numbch...@gmail.com" writes: > From 2589d4e7d28016fb515d2131cbd9ff52797e50eb Mon

Re: [O] Org insert different hour than current time

2016-05-22 Thread Mambo Levis
> Hi, > > 1. When I insert date and time format (C-u C-c .) the hour display in emacs > calendar is the same as my > system hour. Nonetheless, > org-mode insert a different hour (it adds automatically 3 hours) > FWIW, everything is working fine here. But I don't understand what "the hour display

Re: [O] Starting source code export at non-zero (-n value)

2016-05-22 Thread Brian Carlson
On 2016-05-20 16:48, Nicolas Goaziou wrote: Hello, Brian Carlson writes: Hello other org mode aficionados! (I apologize for the errant email I send a minute ago. ) From 6b4db0a978cc3492f0d0ac7e29008de6846fbe4a Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Mon, 16 May 2016 10:58:

Re: [O] #+language and case

2016-05-22 Thread Eric S Fraga
On Sunday, 22 May 2016 at 13:44, Rasmus wrote: > Hi, > > I just pushed a patch (d07fafed4af9d22044870ae909f0bb82b1412eb6) that > makes the ox-html insensitive to the usage of case of the #+language > keyword value. > > I realize this might be design, as ox-latex is done in the same way. But > I do

[O] #+language and case

2016-05-22 Thread Rasmus
Hi, I just pushed a patch (d07fafed4af9d22044870ae909f0bb82b1412eb6) that makes the ox-html insensitive to the usage of case of the #+language keyword value. I realize this might be design, as ox-latex is done in the same way. But I don’t see any reason for Org to have an opinion on the case of

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

2016-05-22 Thread Rasmus
Hi Feng, Thanks for the detailed explanation. "Feng Shu" writes: > #+BEGIN_SRC emacs-lisp > (setq org-latex-pdf-process-alist > '(("pdflatex-pdflatex-pdflatex" > :commands ("pdflatex -interaction nonstopmode -output-directory %o > %f" > "pdflatex -interaction