From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uwe Brauer Subject: Re: org-ctrl-c-ctrl-c in comments Date: Wed, 09 Dec 2015 08:40:02 +0000 Message-ID: <87h9js582l.fsf@mat.ucm.es> References: <87zixlkzde.fsf@mat.ucm.es> <87fuzclvcm.fsf@mat.ucm.es> <877fkokfu9.fsf@alphaville.usersys.redhat.com> <87zixkkfl2.fsf@mat.ucm.es> <8737vckcwf.fsf@alphaville.usersys.redhat.com> <87r3iwkbd9.fsf@mat.ucm.es> <87lh94pwnk.fsf@alphaville.usersys.redhat.com> <87d1ugpqme.fsf@mat.ucm.es> <87twnslik8.fsf@nicolasgoaziou.fr> <87a8pkfuaj.fsf@mat.ucm.es> <87mvtkv1d5.fsf@pierrot.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60620) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6aIJ-00017S-0T for emacs-orgmode@gnu.org; Wed, 09 Dec 2015 03:40:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6aIE-0002sh-0r for emacs-orgmode@gnu.org; Wed, 09 Dec 2015 03:40:14 -0500 Received: from plane.gmane.org ([80.91.229.3]:33685) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6aID-0002sb-Qt for emacs-orgmode@gnu.org; Wed, 09 Dec 2015 03:40:09 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a6aIC-0006nZ-4u for emacs-orgmode@gnu.org; Wed, 09 Dec 2015 09:40:08 +0100 Received: from 171.pool85-55-19.dynamic.orange.es ([85.55.19.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Dec 2015 09:40:08 +0100 Received: from oub by 171.pool85-55-19.dynamic.orange.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Dec 2015 09:40:08 +0100 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: emacs-orgmode@gnu.org >>> "Nick" == Nick Dokos writes: > Uwe Brauer writes: >> > Hello, >> > Uwe Brauer writes: >> >> >> > You can use drawers for that. >> >> No I cannot, I just found out about drawers, >> however they *are* exported, when calling org-mime-htmlize, so they >> don't serve my needs. >> > Even if you set > #+OPTIONS: d:nil You mean Hello #+OPTIONS: d:nil :test: | this | that :END: That indeed works, thanks!