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
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
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
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
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
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:
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
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
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
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
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
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> |
12 matches
Mail list logo