[O] maybe typo in orgmode manual

2018-03-27 Thread Буковская Агнесса
Hello! Maybe there is typo in orgmode manual: https://orgmode.org/org.html#capture-protocol > To use this feature, add a bookmark with an arbitrary name, e.g. ‘Org: > capture’ and enter this as ‘Location’: > > javascript:location.href='org-protocol://template=x'+ > '&url='+encodeURICompone

[O] [PATCH 1/1] ob-clojure.el: Add :ns to specify evaluation namespace

2018-03-27 Thread roberthambrock
From: Robert Hambrock * lisp/ob-clojure.el (org-babel-execute:clojure): Implement :ns. --- lisp/ob-clojure.el | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lisp/ob-clojure.el b/lisp/ob-clojure.el index 890f60ada..b8c5c6375 100644 --- a/lisp/ob-clojure.el +++ b/lisp/

[O] Exponential numbers in latex table export

2018-03-27 Thread Günter Lichtenberg
Hi I have a document with many automatically generated tables that contain numbers in exponential Format, e.g. 2e09. When I export the tables to LaTeX and pdf I get something like 2 (-09) in the pdf, if there is no character after the number in the table Minimal Example: |--| | 1.

[O] [PATCH 0/1] ob-clojure.el: Add :ns to specify evaluation namespace

2018-03-27 Thread roberthambrock
From: Robert Hambrock Dear Org maintainer, this patch implements namespace specification for Clojure source blocks, necessary in Org files with Clojure source blocks segregated from their applicable namespace declaration (Clojure source file, REPL declaration, or another source block). As I w

Re: [O] LaTeX export filter

2018-03-27 Thread Vikas Rawal
> > > >> >>> (while (string-match >>> "\\(<\\([0-9]+\\)cid\\([0-9]+\\)?>[[:blank:]]*\\([^&]+\\)\\)" row) >> >> Could it be that you need to change the last + to *? >> Haven't tried it, mind you. >> -- > > That does not change the result. Still pick only two. > > Vikas >

Re: [O] LaTeX export filter

2018-03-27 Thread Vikas Rawal
> >> >> >>> (while (string-match "\\(<\\([0-9]+\\)cid\\([0-9]+\\)?>[[:blank:]]*\\([^&]+\\)\\)" row) >>> >>> Could it be that you need to change the last + to *? >>> Haven't tried it, mind you. >>> -- >> > > The problem is in this part of the code: > > (while (string-ma

[O] problems with attach after moving files

2018-03-27 Thread kevinbanjo
hi, I moved my org and data/ files to another machine and now when I go to open an attachment I can't do it with org-attach open. I can however hit enter on the heading like a link and it opens dired which then allows me to select it. Any idea why this no longer works?

Re: [O] folding columns/rows in tables

2018-03-27 Thread Julien Cubizolles
Nicolas Goaziou writes: > Hello, > > Julien Cubizolles writes: > >> I have some long tables with wide cells that are not easy to scroll >> through. It would be convenient to fold some columns or rows. Has >> someone managed it ? > > This is `C-c ' in master (for columns). That is so great ! Tha

Re: [O] folding columns/rows in tables

2018-03-27 Thread Nicolas Goaziou
Hello, Julien Cubizolles writes: > I have some long tables with wide cells that are not easy to scroll > through. It would be convenient to fold some columns or rows. Has > someone managed it ? This is `C-c ' in master (for columns). Regards, -- Nicolas Goaziou

Re: [O] preview embedded latex fragments error with my settings

2018-03-27 Thread Alan Schmitt
According to the log, you need to configure the export to use xelatex. The error using xelatex is at this point, where it seems you should not use math-mode: l.86 $\LaTeX $ Do you have this in your code? Did you try removing the enclosing $? Best, Alan -- OpenPGP Key ID : 040D0A3

[O] folding columns/rows in tables

2018-03-27 Thread Julien Cubizolles
I have some long tables with wide cells that are not easy to scroll through. It would be convenient to fold some columns or rows. Has someone managed it ? Julien.

Re: [O] preview embedded latex fragments error with my settings

2018-03-27 Thread stardiviner
After run command, got error outputthe following output: (I'm trying to make those settings buffer-local and can be toggled by a minor mode, so this can be separate with default setting, and enabled when needed) #+begin_src shell :eval no latex /tmp/orgtexhCLnu9.tex #+end_src #+RESULTS: : T

[O] [SOLVED] let org-git-link.el suport Magit related buffers

2018-03-27 Thread stardiviner
Thanks for your suggestion. This is great. On 03/27/2018 02:04 PM, Daniel Kraus wrote: Hi! stardiviner writes: I hope can combine Org-mode links with Magit through `org-git-link.el`. [...] Is there anyone want to or can implement this? There is https://github.com/magit/orgit Cheers, Da

Re: [O] #+bind options ignored during async export

2018-03-27 Thread Julien Cubizolles
Nicolas Goaziou writes: > Hello, > > Julien Cubizolles writes: > I don't think it is related. Maybe `org-export-allow-bind-keywords' is > nil in your async configuration. You're right, it was nil. When it is set, #+BIND: works as expected. Thanks. Julien.

Re: [O] Temporary delay like --2d does not work correctly.

2018-03-27 Thread hhkg
Things got good on my side with 9.1.9 in org-plus-contrib-20180327. Thanks a lot for your great help, Nicolas! Thanks, hhkg On Tue, Mar 27, 2018 at 5:51 AM, Nicolas Goaziou wrote: > Hello, h...@protonmail.com writes: > Hi, > > With the latest release, --2d > not work corre

Re: [O] preview embedded latex fragments error with my settings

2018-03-27 Thread Alan Schmitt
On 2018-03-27 08:57, stardiviner writes: > I have divsvgm program on my arch linuxsystem. And "/tmp/orgtexhClnu9.dvi" > does > not exist, it is not produced. Only "/tmp/orgtexhClnu9.tex" and > "/tmp/orgtexhClnu9.log" two file. What does the log file say? There will probably be a hint about what