From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xebar Saram Subject: capture takes ~ 10-20 seconds to load a capture-template Date: Sat, 15 Mar 2014 10:38:00 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d0444ea999ebe6504f4a11a72 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOk6V-0001Vg-Gq for emacs-orgmode@gnu.org; Sat, 15 Mar 2014 04:38:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOk6T-000603-Mr for emacs-orgmode@gnu.org; Sat, 15 Mar 2014 04:38:03 -0400 Received: from mail-oa0-x235.google.com ([2607:f8b0:4003:c02::235]:39476) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOk6T-0005zP-EQ for emacs-orgmode@gnu.org; Sat, 15 Mar 2014 04:38:01 -0400 Received: by mail-oa0-f53.google.com with SMTP id j17so3708826oag.12 for ; Sat, 15 Mar 2014 01:38:00 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org mode --f46d0444ea999ebe6504f4a11a72 Content-Type: text/plain; charset=ISO-8859-1 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 --f46d0444ea999ebe6504f4a11a72 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi all

I have a weird issue i really do= nt know how to debug. i have managed to get org-capture working very well t= o my needs. only issue is when I launch org-capture (C-c c) and choose a ca= pture template it takes around 10-20 seconds to load the capture-template. = it happens with any capture templeates i try. =A0any idea whats causing thi= s?
here is my current capture config

#+BEGI= N_SRC emacs-lisp :results non
=A0 (setq org-capture-templates
=A0 =A0 =A0 =A0 (quote ( =A0 =A0 =A0 =A0 =A0=A0
=A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 ("x" "todo_nix" entry (file+hea= dline "~/org/files/agenda/TODO.org" "Linux")
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0"* =A0%^{Description}" )<= /div>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ("o" "dl_movie&quo= t; entry (file+headline "~/org/files/agenda/= dl.org" "Movies")
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0"* =A0%^{Description} =A0"= ; )
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ("O" "dl_movie= _prerelease" entry (file+headline "~/org/files/agenda/dl.org" "Movies")
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0"* =A0%x :Pre_Release: " = )
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ("v" "dl_TV"= ; entry (file+headline "~/org/files/agenda/d= l.org" "TV")
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0"* =A0%^{Description}" )<= /div>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ("m" "dl_music&quo= t; entry (file+headline "~/org/files/agenda/= dl.org" "Music")
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0"* =A0%^{Description}" )<= /div>
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ("h" "todo_home&qu= ot; entry (file+headline "~/org/files/agenda/TODO.org" "Home= ")
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0"* =A0 %?\n%T&quo= t; )
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ("b" "todo_shopping&quo= t; entry (file+headline "~/org/files/agenda/food.org" "shopping")
=A0 =A0 =A0 =A0 =A0 = =A0 =A0 =A0 =A0"* SHOP =A0%^{Description} " )
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 ;;;agenda captures
=A0 =A0 = =A0 =A0 =A0 =A0 =A0 =A0 ("w" "Work_short_term" entry (f= ile+headline "~/org/files/agenda/Research.org" "Short term M= isc")
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0"* TODO =A0%^{= Description} " )

=A0 )))
#+END_SRC

<= div>


best

<= div>Z
--f46d0444ea999ebe6504f4a11a72--