emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Giovanni Ridolfi <giovanni.ridolfi@yahoo.it>
To: JBash <bashveank@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Export Options for subtree question
Date: Mon, 01 Feb 2010 10:43:23 +0100	[thread overview]
Message-ID: <83d40pwatg.fsf@yahoo.it> (raw)
In-Reply-To: <407c66ac1001290952s1fae132ct3e443cbd14573c87@mail.gmail.com> (JBash's message of "Fri, 29 Jan 2010 12:52:10 -0500")

JBash <bashveank@gmail.com> writes:

> Hi,I am not able to get the export options for single sub-tree
> exporting to work as I expected it would.  In the attached file,
> exporting any of the subtrees yields the same author, date, export
> file name, and structure (absence of toc).   
> I had expected the
> #+EXPORT_DATE line (in &#39;Week 5&#39; heading) 

* Notes - Week 5
:PROPERTIES
#+EXPORT_TITLE:       Weekly Schedule - Week 5
#+EXPORT_AUTHOR:      Author 2
#+EXPORT_DATE:        January 29, 2010
#+EXPORT_FILE_NAME:   week5
#+OPTIONS: H:2 toc:nil
#END

This syntax is wrong.


> and/or the EXPORT_DATE Property (Week 6 heading) 

* Notes - Week 6
  :PROPERTIES:
  EXPORT_TITLE:       Weekly Notes - Week 6
  EXPORT_AUTHOR:      Author 3
  EXPORT_DATE:        February 6, 2010
  OPTIONS: H:2
  :END:

This syntax is wrong as well!

The properties MUST have the colon (:) *before* and *after*
the word(s).

This is the correct syntax, and, obviously, works ;-) 

* Notes - Week 6 CORRECT
  :PROPERTIES:
  :EXPORT_TITLE:       Weekly Notes - Week 6
  :EXPORT_AUTHOR:      Author 3
  :EXPORT_DATE:        February 6, 2010
  :OPTIONS: H:2
  :END:
** Week 6 CORRECT Heading 1
 - Topic 1a
 - Topic 1b
** Week 6 CORRECT Heading 2
 - Topic 2a
 - Topic 2b


cheers,
Giovanni

  reply	other threads:[~2010-02-01  9:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-29 17:52 Export Options for subtree question JBash
2010-02-01  9:43 ` Giovanni Ridolfi [this message]
2010-02-01 15:00   ` JBash

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=83d40pwatg.fsf@yahoo.it \
    --to=giovanni.ridolfi@yahoo.it \
    --cc=bashveank@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /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).