emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Adam Porter <adam@alphapapa.net>
To: emacs-orgmode@gnu.org
Subject: Re: Capture with org-directory not working?
Date: Tue, 20 Sep 2016 12:08:14 -0500	[thread overview]
Message-ID: <87vaxqts75.fsf@alphapapa.net> (raw)
In-Reply-To: EBBA4105-3536-48BE-A370-1072E0128916@gmail.com

Rainer Krug <r.m.krug@gmail.com> writes:

> Could you please provide an example? It is not clear to me what you mean - I prefer simpler!

Sure, here's an abbreviated example of custom-set-variables from my
init.el:

#+BEGIN_SRC elisp
  (custom-set-variables
   ;; custom-set-variables was added by Custom.
   ;; If you edit it by hand, you could mess it up, so be careful.
   ;; Your init file should contain only one such instance.
   ;; If there is more than one, they won't work right.
   '(org-capture-templates
     (quote
      (("a" "Appointment" entry
        (file+datetree+prompt
         (concat org-directory "/calendar.org")
         "Calendar")
        "* %^{Description} %T %^G
  
  %U %?" :clock-in t :clock-resume t)))))
#+END_SRC

The downside is that, if you're editing them in your init file instead
of through the customize interface, you have to eval the entire
custom-set-variables to apply changes, which requires a few extra
keystrokes.

  reply	other threads:[~2016-09-20 17:08 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-19 13:46 Capture with org-directory not working? Rainer M Krug
2016-09-19 15:47 ` Nick Dokos
2016-09-20  7:25   ` Rainer M Krug
2016-09-20 15:00     ` Adam Porter
2016-09-20 16:03       ` Rainer Krug
2016-09-20 17:08         ` Adam Porter [this message]
2016-09-21  7:05           ` Rainer Krug
2016-09-21 11:51             ` Adam Porter
2016-09-21 12:49               ` Rainer M Krug
2016-11-29 19:23                 ` Alexander Vorobiev
2016-11-29 21:05                   ` Nick Dokos
2016-11-30  5:15                     ` Alexander Vorobiev
2016-11-30 16:45                       ` Nick Dokos

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=87vaxqts75.fsf@alphapapa.net \
    --to=adam@alphapapa.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).