From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xebar Saram Subject: Capture questions Date: Sun, 20 Sep 2015 14:38:47 +0300 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113a70de3d000a05202c3519 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47424) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdcxF-00086N-F5 for emacs-orgmode@gnu.org; Sun, 20 Sep 2015 07:38:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZdcxE-0004w2-8Y for emacs-orgmode@gnu.org; Sun, 20 Sep 2015 07:38:49 -0400 Received: from mail-yk0-x231.google.com ([2607:f8b0:4002:c07::231]:36322) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdcxE-0004vy-4d for emacs-orgmode@gnu.org; Sun, 20 Sep 2015 07:38:48 -0400 Received: by ykdt18 with SMTP id t18so81500928ykd.3 for ; Sun, 20 Sep 2015 04:38:47 -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 --001a113a70de3d000a05202c3519 Content-Type: text/plain; charset=UTF-8 Hi all! I finally had time to properly setup capture for orgmode and i have a few questions 1) can one define default and/or completion values for capture properties in the property drawers, in example: %^{Rating}p so that when I launch the capture and it goes through entering a specific property value I will get some defaults to choose from or a completion option? 2) can one customize the help line (the one with hints like C-c C-k to kill etc..) to include more hints? 3) im looking for a way to better insert a sub header currently my template looks like this ;;;; food simple template ("f" "food" entry (file+headline "/home/zeltak/org/files/agenda/food.org" "Inbox") "* COOK %^{Description} %^g %t %^{Time}p %^{Rating}p %^{Source}p %^{Ammount}p %^{Fav}p %^{prompt|** Ingridients} %? %^{prompt|** Preperation} " ) Note that I use %^{prompt|** Ingridients} to force a subheader, which seems to be odd. I couldn't find a better way to do that without getting lisp errors 4) can one use multikeys as capture keys such as ("xd" "nix_TD" entry (file+headline "~/org/files/agenda/TODO.org" "TODO") "* %^{Description}" ) the use of 2 keys like 'xd' doesn't seem to work here 5)can I capture and automatically refile to a specific file. In example only ask to refile to headers in a pre defined files? 6)has anyone tried using hydra for org capture (instead of dispatch), this will have nicer looks and color support etc :) is this possible? --001a113a70de3d000a05202c3519 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi all!

I finally h= ad time to properly setup capture for orgmode and i have a few questions

1) can one define default and/or completion values f= or capture properties in the property drawers, in example:

%^{Rating}p

so that when I launch the cap= ture and it goes through entering a specific property value I will get some= defaults to choose from or a completion option?

2= ) can one customize the help line (the one with hints like C-c C-k to kill = etc..) to include more hints?

3) im looking for a = way to better insert a sub header
currently my template looks lik= e this

;;;; food simple template
("= f" "food" entry (file+headline "/home/zeltak/org/files/= agenda/food.org" "Inbox")
"* COOK %^{Description} =C2=A0 %^g
%t=C2=A0
%^{Time}p
%^{Rating}p
%^{Source}p
%^{Ammoun= t}p
%^{Fav}p
%^{prompt|** Ingridients}
%?
%^{prompt|** Preperation}
"
=C2=A0)

Note that I use %^{prompt|** Ingridients} to force a subh= eader, which seems to be odd. I couldn't find a better way to do that w= ithout getting lisp errors


4) can o= ne use multikeys as capture keys such as=C2=A0
("xd" &q= uot;nix_TD" entry (file+headline "~/org/files/agenda/TODO.org&quo= t; "TODO")
=C2=A0"* =C2=A0%^{Description}" )<= /div>
the use of 2 keys like 'xd' doesn't seem to work here=

5)can I capture and automatically refile to a spe= cific file. In example only ask to refile to headers in a pre=C2=A0
defined files?

6)has anyone tried using hydra f= or org capture (instead of dispatch), this will have nicer looks and color = support etc :) is this possible?

--001a113a70de3d000a05202c3519--