Re: [O] Problems with capture and lisp code

2016-01-25 Thread Holst Thomas (DGS-EC/ESE4)
Hello Nicolas, thank you for the pointer. I will try that and report. Right now I remap C-c C-k in org-capture-mode. That works for the moment, but I'm not satisfied yet. Regards Thomas Holst Nicholas writes: > Hello, > > Thomas Holst writes: > > > Is there another way to execute lisp cod

Re: [O] Problems with capture and lisp code

2016-01-25 Thread Nicolas Goaziou
Hello, Thomas Holst writes: > Is there another way to execute lisp code when capture buffer is killed > with C-c C-k? I think `org-capture-after-finalize-hook' should be run nonetheless. Regards, -- Nicolas Goaziou

Re: [O] Problems with capture and lisp code

2016-01-21 Thread Thomas Holst
Hi Nicolas, · Nicolas Goaziou wrote: > Hello, > > Thomas Holst writes: > >> for my work flow I would like to set up a capture template based on the >> ideas described in: >> >> http://www.jboecker.de/2010/04/14/general-reference-filing-with-org-mode.html#sec-5 >> >> The original is based on rem

Re: [O] Problems with capture and lisp code

2016-01-21 Thread Nicolas Goaziou
Hello, Thomas Holst writes: > for my work flow I would like to set up a capture template based on the > ideas described in: > > http://www.jboecker.de/2010/04/14/general-reference-filing-with-org-mode.html#sec-5 > > The original is based on remember but I want to use capture. The > principle is

[O] Problems with capture and lisp code

2016-01-21 Thread Thomas Holst
Hi, for my work flow I would like to set up a capture template based on the ideas described in: http://www.jboecker.de/2010/04/14/general-reference-filing-with-org-mode.html#sec-5 The original is based on remember but I want to use capture. The principle is as follows: In the capture template r

Re: [O] Problems with capture

2015-12-08 Thread Thomas Holst
Hi Nicolas, replying to myself :-), I dug a little deeper into this. · Thomas Holst wrote: > Hi Nicolas, > · Nicolas Goaziou wrote: >> Thomas Holst writes: > >> [...snip...] > > after a git-pull the first error (about cache) is gone. The second error > still is there: > >>> condition-case:

Re: [O] Problems with capture

2015-12-08 Thread Thomas Holst
Hi Nicolas, · Nicolas Goaziou wrote: > Thomas Holst writes: > [...snip...] after a git-pull the first error (about cache) is gone. The second error still is there: >> condition-case: Capture template `hr': Invalid table line specification >> "III-1" The table which was inserted looks like

Re: [O] Problems with capture

2015-12-07 Thread Nicolas Goaziou
Hello, Thomas Holst writes: > I have a little trouble with capture. First here is the setup for one of > my capture templates: > > #+begin_src emacs-lisp > (setq org-capture-templates > '( > ;; ... > ("hr" "Rechnung erfassen" table-line (file+function > "~/git/org-priv/Uni

[O] Problems with capture

2015-12-07 Thread Thomas Holst
Hello org-moders, I have a little trouble with capture. First here is the setup for one of my capture templates: #+begin_src emacs-lisp (setq org-capture-templates '( ;; ... ("hr" "Rechnung erfassen" table-line (file+function "~/git/org-priv/Univ_Beih.org" th:capure-find-op

Re: [O] Problems with capture in tables

2011-05-05 Thread Thomas Holst
Hi Aankhen, thanks for your answer. · Aankhen wrote: > Hi, > > On Wed, May 4, 2011 at 12:55, Thomas Holst wrote: >> I am trying to put a line into a table via org capture. >> >> My org file looks like this: >> [snip] >> >> My capture template looks like this: >> #+begin_src emacs-lisp >> (setq

Re: [O] Problems with capture in tables

2011-05-05 Thread Aankhen
Hi, On Wed, May 4, 2011 at 12:55, Thomas Holst wrote: > I am trying to put a line into a table via org capture. > > My org file looks like this: > [snip] > > My capture template looks like this: > #+begin_src emacs-lisp > (setq org-capture-templates >      '(("x" "Testing" table-line >       (fil

[O] Problems with capture in tables

2011-05-04 Thread Thomas Holst
Hello, I am trying to put a line into a table via org capture. My org file looks like this: #+begin_src org * Heading 1 #+TBLNAME: Testing | | date| weight | BMI | |---+-++--| | # | <2011-05-02 Mo> | 85 | 24.8 | | # | <2011-05-03 Di> |