emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* capture takes ~ 10-20 seconds to load a capture-template
@ 2014-03-15  8:38 Xebar Saram
  2014-03-15  8:42 ` Bastien
  0 siblings, 1 reply; 6+ messages in thread
From: Xebar Saram @ 2014-03-15  8:38 UTC (permalink / raw)
  To: org mode

[-- 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 --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-03-17  1:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-15  8:38 capture takes ~ 10-20 seconds to load a capture-template Xebar Saram
2014-03-15  8:42 ` 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

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).