From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Porter Subject: Re: Capture with org-directory not working? Date: Wed, 21 Sep 2016 06:51:20 -0500 Message-ID: <87fuotsc7b.fsf@alphapapa.net> References: <87vaxr51t3.fsf@gmail.com> <87zin2ty3f.fsf@alphapapa.net> <87vaxqts75.fsf@alphapapa.net> <9E0BD070-F074-4524-8204-8CD840CDFE8C@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46119) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmg7V-0005Qo-0D for emacs-orgmode@gnu.org; Wed, 21 Sep 2016 07:55:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmg7R-0003Sw-Us for emacs-orgmode@gnu.org; Wed, 21 Sep 2016 07:55:21 -0400 Received: from [195.159.176.226] (port=40339 helo=blaine.gmane.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmg7R-0003Px-OD for emacs-orgmode@gnu.org; Wed, 21 Sep 2016 07:55:17 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1bmg7F-0003Jc-4F for emacs-orgmode@gnu.org; Wed, 21 Sep 2016 13:55:05 +0200 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" To: emacs-orgmode@gnu.org Rainer Krug writes: > But It seems to abusing the basic idea of custom-set-variables as this > sounds as if it is used by the customise interface. What I mean is, you can use the customize interface to store your org-capture-templates. It's already set up for that. You can either edit it through the customize interface, or you can edit it directly in the init file and then evaluate the ~(custom-set-variables~ sexp manually.