From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: org-ctrl-c-ctrl-c in comments Date: Wed, 09 Dec 2015 08:26:58 -0500 Message-ID: <87io47vjkt.fsf@pierrot.dokosmarshall.org> 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> <87h9js582l.fsf@mat.ucm.es> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36298) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6emC-0006Ez-Jt for emacs-orgmode@gnu.org; Wed, 09 Dec 2015 08:27:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a6em7-0003rE-GU for emacs-orgmode@gnu.org; Wed, 09 Dec 2015 08:27:24 -0500 Received: from plane.gmane.org ([80.91.229.3]:36596) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a6em7-0003rA-9R for emacs-orgmode@gnu.org; Wed, 09 Dec 2015 08:27:19 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a6els-0001dX-BB for emacs-orgmode@gnu.org; Wed, 09 Dec 2015 14:27:04 +0100 Received: from pool-74-104-158-160.bstnma.fios.verizon.net ([74.104.158.160]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Dec 2015 14:27:04 +0100 Received: from ndokos by pool-74-104-158-160.bstnma.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 09 Dec 2015 14:27:04 +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 Uwe Brauer writes: >>>> "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! > OK - you can also select the drawers that you will (or will not) export. See the doc for the variable org-export-with-drawers (which is what is manipulated with the d: option above). -- Nick