emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Charles Millar <millarc@verizon.net>
To: emacs-orgmode@gnu.org
Subject: Re: org-capture-template: table lines including newline of sorts
Date: Mon, 15 Mar 2021 20:04:34 -0400	[thread overview]
Message-ID: <f81a4468-9f23-4864-23fd-47d2818cff35@verizon.net> (raw)
In-Reply-To: <87h7lccety.fsf@mat.ucm.es>

On 3/15/21 5:00 PM, Uwe Brauer wrote:
>>>> "CM" == Charles Millar <millarc@verizon.net> writes:
> 
>     > On 3/15/21 10:13 AM, Uwe Brauer wrote:
>     >>
>     >>> Hi,
>     >>> On 3/14/21 1:00 PM, TRS-80 wrote:
>     >>> You may have to escape the pipes. I did that in a similar capture template.
>     >> Can you give me an example, please?
>     >>
> 
>     > HTH
> 
>     > ("s" "timeslip" table-line
>     > (file "/mnt/Data/ActiveFiles/timeslips.org")
>     >     	          "\| %(org-read-date)\| %^{FileName} %i\|
>     >     	          %^{Narrative} %i\| %^{Time} %i\| %^{Expense} %i"
> 
> There is a ) missing, no?
> 
> I tried
> 
> ("s" "timeslip" table-line
> (file "/home/oub/timeslips.org")
>      	          "\| \| %fromname\|
>      	          :%subject\| %a \| %:date")
> 
> But I obtain bad template when executing the code
> 
My bad; I did not pay attention to a four line comment, so here it is
again, with the comment and final line for the template, etc.

(setq org-capture-template '(

. . . some capture templates

                 ("s" "timeslip" table-line
      	     (file "/mnt/Data/ActiveFiles/timeslips.org")
        ;;    	    (file "d:/ActiveFiles/timeslips.org")
     	          "\| %(org-read-date)\| %^{FileName} %i\| %^{Narrative} 
%i\| %^{Time} %i\| %^{Expense} %i"

;; Note that there is no escape and pipe after the final content input 
expansion
;; if there were a \| then an empty column is added
;; (org-read-date) added 2013-07-12; see Sacha Chua's use of same as in
;; the ledger templates below.
                  :empty-lines 1)

, , , some more capture templates

))


  reply	other threads:[~2021-03-16  0:05 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-13  7:24 org-capture-template: table lines including newline of sorts Uwe Brauer
2021-03-14 17:00 ` TRS-80
2021-03-14 20:41   ` Uwe Brauer
2021-03-21 15:01     ` Maxim Nikulin
2021-03-14 22:12   ` Charles Millar
2021-03-15 14:13     ` Uwe Brauer
2021-03-15 14:49       ` Charles Millar
2021-03-15 21:00         ` Uwe Brauer
2021-03-16  0:04           ` Charles Millar [this message]
2021-03-16  7:34             ` Uwe Brauer
2021-03-16 11:17               ` Charles Millar
2021-03-18  7:38                 ` Uwe Brauer
2021-03-19 18:15                   ` TRS-80
2021-03-14 23:28 ` David Masterson
2021-03-15 14:14   ` Uwe Brauer
2021-03-19 18:12     ` TRS-80

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f81a4468-9f23-4864-23fd-47d2818cff35@verizon.net \
    --to=millarc@verizon.net \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).