emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Additional Properties for Export
@ 2008-05-19 22:28 Peter Jones
  2008-05-20 17:22 ` Carsten Dominik
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Jones @ 2008-05-19 22:28 UTC (permalink / raw)
  To: emacs-orgmode

As you can tell from my recent questions, I've been doing a lot of
exporting from Org lately.  Here are a few things I'd like some
feedback on.

I would like to be able to set a TITLE property for a sub-tree, and
when I export just that sub-tree, the document title will be taken
from that property instead of the file global #+TITLE:.

Right now, when I export a sub-tree, I need to manually change the
#+TITLE: line so that the exported document will have an appropriate
title.

It would also be nice to have an OPTIONS property (or maybe
EXPORT_OPTIONS) where I could override the #+OPTIONS line for each
sub-tree.

Does this seem generally useful?

Here is an example document:

#+TITLE: Client Work

* Client A
** Project Foo Requirements
   :PROPERTIES:
   :ID:       a-foo
   :TITLE:    Foo Application Requirements
   :COLUMNS:  %50ITEM(Task) %5Effort(Effort Estimate){:} %5TODO(State)
   :END:
*** DONE Feature 1
*** TODO Feature 2
** Project Bar Requirements
   :PROPERTIES:
   :ID:       a-bar
   :TITLE:    Bar Application Requirements
   :COLUMNS:  %50ITEM(Task) %5Effort(Effort Estimate){:}
   :END:
*** TODO Feature 1
*** TODO Feature 2

-- 
Peter Jones, pmade inc.
http://pmade.com

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-05-21  7:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-19 22:28 Additional Properties for Export Peter Jones
2008-05-20 17:22 ` Carsten Dominik
2008-05-20 19:41   ` Peter Jones
2008-05-20 21:10     ` Carsten Dominik
2008-05-21  7:50     ` Carsten Dominik

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).