emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Charles Millar <millarc@verizon.net>
Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>
Subject: Re: bug org-capture
Date: Tue, 31 Jan 2017 22:53:00 +0100	[thread overview]
Message-ID: <87inounbgj.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <ae508035-25c7-eb7c-eb11-93150578ce95@verizon.net> (Charles Millar's message of "Tue, 31 Jan 2017 08:32:00 -0500")

Hello,

Charles Millar <millarc@verizon.net> writes:

> Until yesterday the following capture template worked. A recent fix
> may have caused another bug.
>
> (setq org-capture-templates
>
> ;;; tasks todo on a specific date, not appointments
>       (append '(("t" "Todo entries")
>         ("ts" "Scheduled" entry
>              (file+headline "/mnt/Data/ActiveFiles/Diary.org" "TODOs")
>              "* TODO %?%^{What do you want to do?} %^g %i\n SCHEDULED:
> %^{enter a timestamp}t\n\t:OTHERINFO:\n\t\t%^{Enter other pertinent
> info} %i\n\t:END:\n\t\tDate Entered %U\n"
>              :empty-lines 1)
>
> ;;; tasks todo date is nice, but not earth shattering
>         ("tt" "Target dates" entry
>          (file+headline "/mnt/Data/ActiveFiles/Diary.org" "TODOs")
>              "* TODO %?%^{What do you want to do?} %^g\n %i\
> TARGETDATE: %^{enter a timestamp}t\n\t:OTHERINFO:\n\t\t%^{Enter other
> pertinent info} %i\n\t:END:\n\t\tDate Entered %U\n"
>              :empty-lines 1)
>
> ;;; tasks with definite deadlines
>         ("td" "Deadline" entry
>              (file+headline "/mnt/Data/ActiveFiles/Diary.org" "TODOs")
>              "* TODO %?%^{What do you want to do?} %^g\n  %i\
> DEADLINE: %^{enter a timestamp}t\n\t:OTHERINFO:\n\t\t%^{Enter other
> pertinent info} %i\n\t:END:\n\t\tDate Entered %U\n"
>              :empty-lines 1)
>
> ;;; plain vanilla task todo's
>         ("tp" "PlainTODO" entry
>              (file+headline "/mnt/Data/ActiveFiles/Diary.org" "TODOs")
>              "* TODO %?%^{What do you want to do?} %i\ %^{enter
> a timestamp}t %^g\n\t:OTHERINFO:\n\t\t%^{Enter other pertinent info}
> %i\n\t:END:\n\t\tDate Entered %U\n"
>              :empty-lines 1))
>
>           org-capture-templates))
>
> I also have a capture for entering my time worked on files
>
> snip
>
>             ("s" "timeslip" table-line
>              (file "/mnt/Data/ActiveFiles/timeslips.org")
>               "\| %(org-read-date)\| %^{FileName} %i\| %^{Narrative}
> %i\| %^{Time} %i\| %^{Expense} %i"
>
> snip
>
> Today I called the capture for the TODOs "t", the sub items show up,
> however if I select "s" the capture goes to the timeslip capture.

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou

  reply	other threads:[~2017-01-31 21:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-31 13:32 bug org-capture Charles Millar
2017-01-31 21:53 ` Nicolas Goaziou [this message]
2017-02-01  0:26   ` Charles Millar

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=87inounbgj.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=millarc@verizon.net \
    /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).