From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xebar Saram Subject: Re: Capture template creates multiple property drawers, help needed Date: Sat, 1 Oct 2016 18:55:58 +0300 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=94eb2c19e6ae30d126053dcfbfde Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35472) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqMdt-00021u-FY for emacs-orgmode@gnu.org; Sat, 01 Oct 2016 11:56:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bqMds-00007H-Im for emacs-orgmode@gnu.org; Sat, 01 Oct 2016 11:56:01 -0400 Received: from mail-yb0-x22a.google.com ([2607:f8b0:4002:c09::22a]:36370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bqMds-000073-Ec for emacs-orgmode@gnu.org; Sat, 01 Oct 2016 11:56:00 -0400 Received: by mail-yb0-x22a.google.com with SMTP id z8so37703994ybh.3 for ; Sat, 01 Oct 2016 08:55:59 -0700 (PDT) In-Reply-To: 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: Philip Hudson Cc: emacs orgmode-mailinglist --94eb2c19e6ae30d126053dcfbfde Content-Type: text/plain; charset=UTF-8 thx phil i now remember why i indented the sub headers. i use a init.el file thats an org file (that is i tangle my setting.org) into settings.el at startup thus the above capture you kindly shared: #+BEGIN_SRC emacs-lisp :results none ** TODO Finalize %?%^{item} SCHEDULED: <%(my-next-next-working-day)> *** TODO Process %\1 SCHEDULED: <%(my-next-working-day)> **** TODO Prepare %\1 SCHEDULED: %t #+END_SRC will break the actual lisp code blocks. Does anyone know how to get around in org lisp code blocks in an org config? best Z --94eb2c19e6ae30d126053dcfbfde Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
thx phil

i now remember why i indented = the =C2=A0sub headers. i use a init.el file thats an org file (that is i ta= ngle my setting.org) into settings.el at= startup
thus the above capture you kindly shared:

=
=C2=A0#+BEGIN_SRC emacs-li= sp =C2=A0:results none

=C2=A0 ** TODO Finalize %?%^{item}
=C2=A0 =C2=A0 =C2=A0SCHEDULED: <%(= my-next-next-working-day)>
=C2=A0 *** TODO Process %\1
=C2=A0 =C2=A0 =C2=A0SCHEDUL= ED: <%(my-next-working-day)>
=C2=A0 **** TODO Prepare %\1
=C2=A0 =C2=A0 =C2=A0= =C2=A0SCHEDULED: %t
#+END_SRC
will break the actual lisp code blocks.

Does anyone know how to get around in org lisp code blocks in an org con= fig?

best

Z
--94eb2c19e6ae30d126053dcfbfde--