Re: [O] ob-lua

2016-08-20 Thread Thibault Marin
>> There may be a better way to do it, but it seems to work. > > In this case, `org-babel-get-header' should be replaced with > `org-babel--get-vars', per ORG-NEWS. Thanks, it is much better. >> So my question is: could this be considered for a merge? The code does >> not seem to support sessio

[O] SOLVED - Re: word-spaces in header of a captured item, but how?

2016-08-20 Thread Sharon Kimble
Nicolas Goaziou writes: > Sharon Kimble writes: > >> However when I try other capture templates I get this - >> >> Wrote /home/boudiccas/.emacs.d/org/scratch.org >> (void-variable *) in me/eval-region-and-kill-mark [2 times] >> >> Which shows this from my init file - >> >> (use-package selected

Re: [O] org-link-set-parameters missing in ELPA version

2016-08-20 Thread Rob Duncan
Hi John, My org is claiming to be version 8.3.5: Org-mode version 8.3.5 (8.3.5-elpa @ /Users/rduncan/.emacs.d/elpa/org-20160815/) Rob. On Aug 20, 2016, at 11:56 AM, John Kitchin mailto:jkitc...@andrew.cmu.edu>> wrote: that seems weird, I thought that should only be in org 9. Is that on ELPA

Re: [O] org-link-set-parameters missing in ELPA version

2016-08-20 Thread John Kitchin
that seems weird, I thought that should only be in org 9. Is that on ELPA somehow? John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.ch

[O] abbreviations of link-type "file"

2016-08-20 Thread mc
As we talk about link abbreviations, another issue might add some useful information: links of link-type "file" (e.g. "file+new-link"), if follow via an abbreviation, is not parsed correctly: The element property :path is always an empty string while the whole string ends up as the :search-opt

[O] org-link-set-parameters missing in ELPA version

2016-08-20 Thread Rob Duncan
I just installed org-mac-link version 20160808.220 from ELPA and I’m no longer able to insert links from Mail.app and other applications. It used to work… When I try to manually load org-mac-link.el I get this error message: eval-buffer: Symbol’s function definition is void: org-link-set-parame

Re: [O] How can I get multiple references to the same footnote in org table [ox-latex]

2016-08-20 Thread Kaushal Modi
Hello, I'm just bumping this email as it could have got missed. On Wed, Aug 10, 2016, 5:03 PM Kaushal Modi wrote: > Hi, > > Here is a minimum working example: > > = > | abcd | efgh[fn:1] | > | ijkl | mnop[fn:1] | > | qrst | uvwx | > | y| z | > * Footnotes > > [fn:1] Some

Re: [O] ob-lua

2016-08-20 Thread Nicolas Goaziou
Hello, Thibault Marin writes: > I was looking for lua support in source blocks and I came across this > discussion: > https://lists.gnu.org/archive/html/emacs-orgmode/2014-05/msg01149.html. It > seems that this was never merged, but I am not sure why. It looks like Bastien was waiting for a fo

Re: [O] word-spaces in header of a captured item, but how?

2016-08-20 Thread Nicolas Goaziou
Sharon Kimble writes: > However when I try other capture templates I get this - > > Wrote /home/boudiccas/.emacs.d/org/scratch.org > (void-variable *) in me/eval-region-and-kill-mark [2 times] > > Which shows this from my init file - > > (use-package selected > :defines selected-keymap > :bin

Re: [O] Should a human ever set the ID property? Should a human only ever set the CUSTOM_ID property?

2016-08-20 Thread Grant Rettke
On Thu, Aug 18, 2016 at 12:08 AM, Eric Abrahamsen wrote: > > My understanding (and I may be grokking things *incorrectly* here) is > that CUSTOM_ID is mostly useful when you expect to be to be typing the > ID itself (ie when linking to a headline), or when it's otherwise > important that the text

Re: [O] new link parameters and link abbreviations

2016-08-20 Thread mc
Yes, with pleasure: Let's put it the most simple way: 1. Here is my new-link definition: #+begin_src emacs-lisp (org-link-set-parameters "new-link" :help-echo "show new-link's help echo") #+end_src (it doesn't change matter, if there would be :follow or :store function etc.) 2. the 'toolti

Re: [O] new link parameters and link abbreviations

2016-08-20 Thread John Kitchin
that isn't a feature I have used too often. Could you post a small example that illustrates the problem? Thanks, John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @john

Re: [O] word-spaces in header of a captured item, but how?

2016-08-20 Thread Sharon Kimble
Nicolas Goaziou writes: > Hello, > > Sharon Kimble writes: > >> I have this as part of my capture templates - >> >> ("c" "Clipboard" entry (file+headline >> "/home/boudiccas/.emacs.d/org/scratch.org" "") >>"** %U %^{Head Line} %^g >> %c >>

Re: [O] word-spaces in header of a captured item, but how?

2016-08-20 Thread Nicolas Goaziou
Hello, Sharon Kimble writes: > I have this as part of my capture templates - > > ("c" "Clipboard" entry (file+headline > "/home/boudiccas/.emacs.d/org/scratch.org" "") >"** %U %^{Head Line} %^g > %c > %?") > > Which work

[O] word-spaces in header of a captured item, but how?

2016-08-20 Thread Sharon Kimble
I have this as part of my capture templates - --8<---cut here---start->8--- ("c" "Clipboard" entry (file+headline "/home/boudiccas/.emacs.d/org/scratch.org" "") "** %U %^{Head Line} %^g %c