emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Daniel Clemente <n142857@gmail.com>
To: Scot Becker <scot.becker@gmail.com>
Cc: Org-mode ml <emacs-orgmode@gnu.org>
Subject: Re: A Header outline and an Argument outline in one?
Date: Fri, 20 Nov 2009 02:10:49 +0100	[thread overview]
Message-ID: <87my2ixap2.fsf@gmail.com> (raw)
In-Reply-To: <e0e1fe620911180412n360b2b62k51d88a6d428771b3@mail.gmail.com> (Scot Becker's message of "Wed, 18 Nov 2009 12:12:42 +0000")

El mié, nov 18 2009 a les 13:12, Scot Becker va escriure:
> (e) above is a bit of another matter, and I'm not sure how to
> accomplish it in orgmode, which only has native capacity to supress
> whole nodes, not just the headers, 

  This is very interesting. I assume you want to wrap some paragraphs inside a header but without exporting the header; just for the outline benefits.
  Normally you would do:

----------------------------
My thesis.

* (just a little introduction)
I will explain the achievements of this work.

** (first discovery: roses are red)
It was discovered that roses are red.
----------------------------


  But then the headers are exported.
  You should use inline tasks instead. Use (require 'org-inlinetask) and write:


----------------------------
My thesis.

**************** (just a little introduction)
I will explain the achievements of this work.

***************** (first discovery: roses are red)
It was discovered that roses are red.
----------------------------


  Ask org-mode not to export the tasks -- it exports the content instead:
  (setq org-inlinetask-export nil)

  And this exports to:


---------------------------

My thesis.

I will explain the achievements of this work.

It was discovered that roses are red.

---------------------------



  I hope it helps.


-- Daniel

      parent reply	other threads:[~2009-11-20  1:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-18 12:12 A Header outline and an Argument outline in one? Scot Becker
2009-11-18 14:35 ` Bernt Hansen
2009-11-19 23:47   ` Scot Becker
2009-11-20  1:10 ` Daniel Clemente [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87my2ixap2.fsf@gmail.com \
    --to=n142857@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=scot.becker@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).