Re: [O] Org Protocol error, does not recognize template

2017-06-10 Thread Samuel W. Flint
> Samuel W Flint writes: SF> Hello, I have an issue with org-protocol at the moment. If SF> using new-style links, one of my templates is not recognized. SF> If I try the following link: SF> org-protocol://capture?template=b=FlintFam.org+Home=http%3A%2F%2Fflintfam.org

[O] Org Protocol error, does not recognize template

2017-06-10 Thread Samuel W. Flint
Hello, I have an issue with org-protocol at the moment. If using new-style links, one of my templates is not recognized. If I try the following link: org-protocol://capture?template=b=FlintFam.org+Home=http%3A%2F%2Fflintfam.org I get an error: *ERROR*: Capture template ‘b’: nil What can I do

Re: [O] Add ob-sclang.el for sclang Org-mode babel support in contrib/

2017-06-10 Thread numbch...@gmail.com
Yeah, I have used to contrib to org-mode, but need to sign FSF papers spend my time, and I don't know how. So I decide to move code in `contrib/`. When I back home, I will try to sign FSF papers, because I have time and fixed location. If I move code into `contrib/`, do I need to do more in this

Re: [O] Custom keymaps on org blocks

2017-06-10 Thread John Kitchin
In case anyone would like to try this themselves, I documented what I tried here: http://kitchingroup.cheme.cmu.edu/blog/2017/06/10/Adding-keymaps-to-src-blocks-via-org-font-lock-hook/ John --- Professor John Kitchin Doherty Hall A207F Department of Chemical

Re: [O] org to static site?

2017-06-10 Thread Scott Randby
On 06/10/2017 05:21 AM, Nicolas Goaziou wrote: > Hello, > > Scott Randby writes: > >> On 06/05/2017 05:16 PM, Nick Dokos wrote: > >>> Can this paragraph please be added to >>> http://orgmode.org/worg/org-quotes.html? >>> It certainly added a smile to my day. >> >> Sure, it

Re: [O] How to export LaTeX amsmath align bmatrix to ODT?

2017-06-10 Thread edgar
On 2017-06-10 04:54, ed...@openmail.cc wrote: Hello, I have been making progress with my export procedure to ODT. I would like to know if someone knows how to export the following LaTeX block to ODT correctly: \[\begin{align} \begin{bmatrix} a = 1 & b=2 \\ c=3 & d = 4 \end{bmatrix}

[O] How to export LaTeX amsmath align bmatrix to ODT?

2017-06-10 Thread edgar
Hello, I have been making progress with my export procedure to ODT. I would like to know if someone knows how to export the following LaTeX block to ODT correctly: \[\begin{align} \begin{bmatrix} a = 1 & b=2 \\ c=3 & d = 4 \end{bmatrix} \end{align}\] \[\begin{align} a = & 1 + 2 + 3 + 4

Re: [O] Custom keymaps on org blocks

2017-06-10 Thread John Kitchin
Nicolas Goaziou writes: > Hello, > > John Kitchin writes: > >> On the other hand, there are times when I am working on a document that has >> a lot of short code blocks, e.g. for lecture notes or blog posts, where it >> is sufficiently tedious to me to switch in and out

Re: [O] order of evaluation upon export: macros are evaluated too soon

2017-06-10 Thread Eric S Fraga
(Nicolas, forgot to send this to the list so apologies if you get this twice) On Thursday, 8 Jun 2017 at 12:36, Nicolas Goaziou wrote: > Macros are expanded prior to Babel code evaluation—they can make nice > shortcuts for long Babel calls—so they have to obey to the same rules as > Babel code

Re: [O] org to static site?

2017-06-10 Thread Nicolas Goaziou
Hello, Scott Randby writes: > On 06/05/2017 05:16 PM, Nick Dokos wrote: >> Can this paragraph please be added to >> http://orgmode.org/worg/org-quotes.html? >> It certainly added a smile to my day. > > Sure, it can be added. I'm glad you liked it. I added it. Thank you.

Re: [O] Custom keymaps on org blocks

2017-06-10 Thread Nicolas Goaziou
Hello, John Kitchin writes: > On the other hand, there are times when I am working on a document that has > a lot of short code blocks, e.g. for lecture notes or blog posts, where it > is sufficiently tedious to me to switch in and out of the special edit mode > that I

Re: [O] Add ob-sclang.el for sclang Org-mode babel support in contrib/

2017-06-10 Thread Nicolas Goaziou
Hello, "numbch...@gmail.com" writes: > Here is my branch > https://github.com/stardiviner/org-mode/tree/feature/ob-sclang > Merge this branch? Thank you for your work. I'd like to refrain more packages to contrib, unless the intent is to eventually merge them into core

Re: [O] Moving and resetting attachments

2017-06-10 Thread Nicolas Goaziou
Hello, Florian Lindner writes: > Ok, my new version is here. It should be able to replace > org-attach-set-directory Thank you. Comments follow. > Some questions about the code > > * Is that the correct way to deal with a boolean prefix arg? I'm not > interested in the