emacsorphanage / org-page

[INACTIVE] A static site generator based on Emacs and org mode.
674 stars 99 forks source link

"ASCII" ? #105

Closed Trevoke closed 9 years ago

Trevoke commented 9 years ago

I want to show how an org-mode table looks before it is transformed into HTML. How can I write the org file in such a way that org-page understands I want this to look just that way?

sillykelvin commented 9 years ago

Sorry, but could you please be more specific?

Trevoke commented 9 years ago

Sure.

If I create a table in the org file for the blog entry, it will be converted to HTML. And that's great. But sometimes I specifically want to SHOW how it looks in plain-text:

| <2015-03-05 Thu>                   | Foo bar baz  |
| <2015-03-06 Fri>--<2015-03-08 Sun> | quz bazrakux |
| <2015-03-09 Mon>                   | barnafu zbar |
| <2015-03-23 Mon>--<2015-03-24 Tue> | Quxroobarfn  |

How can I get it to look like that?

Trevoke commented 9 years ago

I figured it out.

I just have to wrap it with a

#+BEGIN_EXAMPLE
#+END_EXAMPLE
sillykelvin commented 9 years ago

Yeah, for org mode syntax, please refer to http://orgmode.org/org.html.

Trevoke commented 9 years ago

Yes, thanks :) The main thin

I think it would be helpful to know how various elements of org-mode get converted through org-page! On Thu Jan 29 2015 at 2:14:42 AM Kelvin Hu notifications@github.com wrote:

Yeah, for org mode syntax, please refer to http://orgmode.org/org.html.

— Reply to this email directly or view it on GitHub https://github.com/kelvinh/org-page/issues/105#issuecomment-71980642.