emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Re: Exporting Org markup unrendered to html
       [not found] <a66d8481872447919af595a8c84d7d6f@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
@ 2016-04-18  7:45 ` Eric S Fraga
       [not found]   ` <npheucxuv1.ln2@news.c0t0d0s0.de>
  0 siblings, 1 reply; 3+ messages in thread
From: Eric S Fraga @ 2016-04-18  7:45 UTC (permalink / raw)
  To: Michael Welle; +Cc: emacs-orgmode@gnu.org

On Monday, 18 Apr 2016 at 07:10, Michael Welle wrote:
> Hello,
>
> I want to export Org task descriptions to html. It's a text about Org,
> so I want the tasks to appear in html as they appear in an Org buffer,
> colouring is a bonus ;).
>
> I tried:
>
> #+BEGIN_SRC org
> * TODO foo
> #+END_SRC

You have to escape the leading *'s with a , as in

#+BEGIN_SRC org
,* TODO foo
#+END_SRC

If you use C-c ' to edit the src block, it does this for you
automatically.

-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.92.1, Org release_8.3.4-705-g716e33

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

* Re: Exporting Org markup unrendered to html
       [not found]     ` <rvreucxv8f.ln2@news.c0t0d0s0.de>
@ 2016-04-19  5:52       ` Adam Porter
  2016-07-25 17:11         ` Michael Welle
  0 siblings, 1 reply; 3+ messages in thread
From: Adam Porter @ 2016-04-19  5:52 UTC (permalink / raw)
  To: emacs-orgmode

Hi Michael,

That is very cool!  Thanks for sharing.  I can imagine integrating that
with org-habits somehow.  You might consider putting the lisp files on
GitHub somewhere.

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

* Re: Exporting Org markup unrendered to html
  2016-04-19  5:52       ` Adam Porter
@ 2016-07-25 17:11         ` Michael Welle
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Welle @ 2016-07-25 17:11 UTC (permalink / raw)
  To: emacs-orgmode

Hello,

Adam Porter <adam@alphapapa.net> writes:

> Hi Michael,
>
> That is very cool!  Thanks for sharing.  I can imagine integrating that
> with org-habits somehow.  You might consider putting the lisp files on
> GitHub somewhere.
I won't put stuff on GitHub. But here's a cloneable repository:

https://bitbucket.org/hmw-/org-task-dump-logs/

Regards
hmw

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

end of thread, other threads:[~2016-07-25 17:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <a66d8481872447919af595a8c84d7d6f@HE1PR01MB1898.eurprd01.prod.exchangelabs.com>
2016-04-18  7:45 ` Exporting Org markup unrendered to html Eric S Fraga
     [not found]   ` <npheucxuv1.ln2@news.c0t0d0s0.de>
     [not found]     ` <rvreucxv8f.ln2@news.c0t0d0s0.de>
2016-04-19  5:52       ` Adam Porter
2016-07-25 17:11         ` Michael Welle

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