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

[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 '

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 :

[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: :

[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

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.

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 <m...@nicolasgoaziou.fr> wrote: > Hello, h...@protonmail.com writes: > Hi, > > With the latest release

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

Re: [O] [PATCH] support insert link without write result to :file link

2018-03-27 Thread Nicolas Goaziou
Hello, stardiviner writes: > I added this patch to handle posted question case. > > This will improve Org-mode links with org-babel resulta lot. Make > Org-mode can insert link as user want at many places. > > Hope can be merged. Thank you. However, before thinking about

Re: [O] [PATCH v2 0/3] org-sbe fixes

2018-03-27 Thread Nicolas Goaziou
Hello, Vladimir Panteleev writes: > On 2018-03-26 21:42, Nicolas Goaziou wrote: >> I'm talking about call_foo() syntax. I see no fundamental difference >> between (org-sbe-v2 "func" ...) and call_func(...). > > Sorry, how do you invoke call_func from lisp, or a table

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

2018-03-27 Thread Daniel Kraus
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, Daniel