emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Include subtree pointed to by link on Ascii export
@ 2014-11-17 23:04 Subhan Michael Tindall
  0 siblings, 0 replies; only message in thread
From: Subhan Michael Tindall @ 2014-11-17 23:04 UTC (permalink / raw)
  To: 'emacs-orgmode@gnu.org'

[-- Attachment #1: Type: text/plain, Size: 2329 bytes --]

Is there a relatively straightforward way to configure or modify Ascii export to include the subtree pointed to at a link instead of the link itself?

Example:


#+PRIORITIES: A E A
#+OPTIONS: toc:nil H:2 num:nil

* <2014-11-14 Fri>
** Order turkey
   - [ ] schedule pickup
   - [ ] get pepper bacon at pickup
** [[*Countertops][Countertops]]
** WORK some additional stuff
* tasks

** WORK Countertops
*** DONE order countertops
    - [X] order countertops
    - [X] schedule install
*** DONE order sink



Currently exports like this:

<2014-11-14 Fri>

================



HOLD Countertops

~~~~~~~~~~~~~~~~





Order turkey

~~~~~~~~~~~~



  - [ ] schedule pickup

  - [ ] get pepper bacon at pickup





WORK some additional stuff

~~~~~~~~~~~~~~~~~~~~~~~~~~





tasks

=====



WORK Countertops

~~~~~~~~~~~~~~~~



* DONE order countertops



  - [X] order countertops

  - [X] schedule install





* DONE order sink





What I'd like to see is this:


<2014-11-14 Fri>
================

WORK Countertops  >>>> Note difference here
~~~~~~~~~~~~~~~~

* DONE order countertops

  - [X] order countertops
  - [X] schedule install


* DONE order sink


Order turkey
~~~~~~~~~~~~

  - [ ] schedule pickup
  - [ ] get pepper bacon at pickup


WORK some additional stuff
~~~~~~~~~~~~~~~~~~~~~~~~~~


tasks
=====

WORK Countertops
~~~~~~~~~~~~~~~~

* DONE order countertops

  - [X] order countertops
  - [X] schedule install


* DONE order sink

Of course there's some issues to resolve such as subtree promotion/demotion, etc. but I think most of them are straightforward at least as far as making this useful


This message is intended for the sole use of the individual and entity to which it is addressed and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended addressee, nor authorized to receive for the intended addressee, you are hereby notified that you may not use, copy, disclose or distribute to anyone the message or any information contained in the message. If you have received this message in error, please immediately advise the sender by reply email and delete the message.  Thank you.

[-- Attachment #2: Type: text/html, Size: 13146 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-17 23:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-17 23:04 Include subtree pointed to by link on Ascii export Subhan Michael Tindall

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