Re: [O] How to export ASCII paintings to HTML

2016-04-25 Thread darc...@gmail.com
You can also use http://ditaa.sourceforge.net/ with org-mode. 2016-04-22 6:41 GMT-03:00 Luis : > Dear Charles, > > thanks, "EXAMPLE" seems to be the "closest" answer here. > except it ignores all the "TAB"s, so I have to change them to "whitespace". > > anyway, it solves my problem . > > On Thu,

Re: [O] How to export ASCII paintings to HTML

2016-04-22 Thread Luis
Dear Charles, thanks, "EXAMPLE" seems to be the "closest" answer here. except it ignores all the "TAB"s, so I have to change them to "whitespace". anyway, it solves my problem . On Thu, Apr 21, 2016 at 11:52 PM, Charles C. Berry wrote: > On Thu, 21 Apr 2016, Luis wrote: > > Still get the build

Re: [O] How to export ASCII paintings to HTML

2016-04-21 Thread Charles C. Berry
On Thu, 21 Apr 2016, Luis wrote: Still get the build error: org-html-table-cell: Args out of range: [left left left], 3 On Thu, Apr 21, 2016 at 10:33 AM, Adam Porter wrote: I think you're looking for #+BEGIN_VERBATIM. :) I don't think so. But a #+BEGIN/END EXAMPLE blcok will set your dra

Re: [O] How to export ASCII paintings to HTML

2016-04-21 Thread Nicolas Goaziou
Hello, Luis writes: > Is there any way I can export the "ascii drawing" correctly??? What about #+begin_example ... #+end_example ? Regards, -- Nicolas Goaziou

Re: [O] How to export ASCII paintings to HTML

2016-04-21 Thread Luis
can you see the picture in the first mail? that's my code. my export configuration is below: ;; === Org Publish =(setq org-publish-project-alist '(("github-blog" :base-directory "/Users/douhua/lx/github/blog/org/post/" :publishing-directory

Re: [O] How to export ASCII paintings to HTML

2016-04-20 Thread Adam Porter
Luis writes: > Still get the build error: org-html-table-cell: Args out of range: > [left left left], 3 It would be easier to help if you provided the code you're trying to export, e.g: #+BEGIN_SRC org * A heading Some text #+BEGIN_VERBATIM | this is cool ---> org-mode | #+END_VERBATIM #+END

Re: [O] How to export ASCII paintings to HTML

2016-04-20 Thread Luis
Still get the build error: org-html-table-cell: Args out of range: [left left left], 3 On Thu, Apr 21, 2016 at 10:33 AM, Adam Porter wrote: > I think you're looking for #+BEGIN_VERBATIM. :) > > > -- Best Regards, Zhengchao Xu

Re: [O] How to export ASCII paintings to HTML

2016-04-20 Thread Adam Porter
I think you're looking for #+BEGIN_VERBATIM. :)