From: Xebar Saram <zeltakc@gmail.com>
To: org mode <emacs-orgmode@gnu.org>
Subject: capture takes ~ 10-20 seconds to load a capture-template
Date: Sat, 15 Mar 2014 10:38:00 +0200 [thread overview]
Message-ID: <CAOQHXPrVbWeKRujtuu6QJ_i+A5y0mNw-LLPkXDKq_J=t2S_iVQ@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1617 bytes --]
Hi all
I have a weird issue i really dont know how to debug. i have managed to get
org-capture working very well to my needs. only issue is when I launch
org-capture (C-c c) and choose a capture template it takes around 10-20
seconds to load the capture-template. it happens with any capture
templeates i try. any idea whats causing this?
here is my current capture config
#+BEGIN_SRC emacs-lisp :results non
(setq org-capture-templates
(quote (
("x" "todo_nix" entry (file+headline
"~/org/files/agenda/TODO.org" "Linux")
"* %^{Description}" )
("o" "dl_movie" entry (file+headline "~/org/files/agenda/
dl.org" "Movies")
"* %^{Description} " )
("O" "dl_movie_prerelease" entry (file+headline
"~/org/files/agenda/dl.org" "Movies")
"* %x :Pre_Release: " )
("v" "dl_TV" entry (file+headline "~/org/files/agenda/dl.org"
"TV")
"* %^{Description}" )
("m" "dl_music" entry (file+headline "~/org/files/agenda/
dl.org" "Music")
"* %^{Description}" )
("h" "todo_home" entry (file+headline
"~/org/files/agenda/TODO.org" "Home")
"* %?\n%T" )
("b" "todo_shopping" entry (file+headline
"~/org/files/agenda/food.org" "shopping")
"* SHOP %^{Description} " )
;;;agenda captures
("w" "Work_short_term" entry (file+headline
"~/org/files/agenda/Research.org" "Short term Misc")
"* TODO %^{Description} " )
)))
#+END_SRC
best
Z
[-- Attachment #2: Type: text/html, Size: 2593 bytes --]
next reply other threads:[~2014-03-15 8:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-15 8:38 Xebar Saram [this message]
2014-03-15 8:42 ` capture takes ~ 10-20 seconds to load a capture-template Bastien
2014-03-15 8:57 ` Xebar Saram
2014-03-15 9:14 ` Bastien
2014-03-15 9:30 ` Xebar Saram
2014-03-17 1:16 ` Bastien
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='CAOQHXPrVbWeKRujtuu6QJ_i+A5y0mNw-LLPkXDKq_J=t2S_iVQ@mail.gmail.com' \
--to=zeltakc@gmail.com \
--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).