From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Schmitt Subject: Re: Moving my init.el to Org Date: Mon, 01 Sep 2014 22:27:42 +0200 Message-ID: References: <20140831103706.549dc45b@aga-netbook> <87oav1582f.fsf@gmail.com> <87tx4svjda.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOYCq-0002r7-Ib for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 16:28:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XOYCj-0008J6-2x for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 16:28:04 -0400 Received: from mx1.polytechnique.org ([129.104.30.34]:48357) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XOYCi-0008Iw-SV for emacs-orgmode@gnu.org; Mon, 01 Sep 2014 16:27:57 -0400 In-Reply-To: <87tx4svjda.fsf@gmail.com> (Thorsten Jolitz's message of "Sun, 31 Aug 2014 16:12:01 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Thorsten Jolitz Cc: emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hello Thorsten, I gave this a try, and here are some observations. On 2014-08-31 16:12, Thorsten Jolitz writes: > on your src-blocks before conversion, as an alternative, like this > > ,---- > | (org-dp-toggle-headers &optional 'header) > `---- > > to avoid losing the src-block header-args during conversion.=20 I don't use headers in that file so I skipped that step. > 2. Call 'outorg-convert-org-to-outshine' just once, its only for the > initial conversion. Then you have an outshine file that you convert to > org occasionally with the usual 'outorg-edit-as-org'. As it's not interactive, I had to evaluate it. The only thing I then saw is the reply "nil". I searched for a created buffer and I found it, but the results are surprising. With this small input file: * test ** test2 #+begin_src emacs-lisp (+ 2 2) #+end_src I got this output ;; * test ;; #+header:=20 ;; #+header: ** test2 ;; #+begin_src emacs-lisp ;; (+ 2 2) ;; #+end_src Alan =2D-=20 OpenPGP Key ID : 040D0A3B4ED2E5C7 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBCgAGBQJUBNbKAAoJEAQNCjtO0uXHuOUIALflc5YS03ZMFwYzQ0sfs61l 2OypL0IjVkqfjusjHf+l5lW9Xnf0G5iba2z187+UqL67sBIUnCCbtP9z0WOZeS8p u0hsZWJfEr83ESUQO+3Jf2MRb3w55W/XvCqAHKChM3AiiCRyAY+pp/+gm5PTbFNr AuzteviuaVYfra394hYs4QiDyVivSoTpWTSelSTFLFTu2LF76lR1orzEn80geOkt kQXbXemgkXaHkuhpm9e6JL+oEpr7kaW54mhusPD3exKi/gTD5lQKEBQvF77JKyJd Rsgvk/qBx6uqElgU1m/S71MBlCZWWWjwNQGbcGJPjUiQK8LOoYS5nM5QnsNxr8Y= =wUZE -----END PGP SIGNATURE----- --=-=-=--