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,
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
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
Hello,
Luis writes:
> Is there any way I can export the "ascii drawing" correctly???
What about
#+begin_example
...
#+end_example
?
Regards,
--
Nicolas Goaziou
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
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
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
I think you're looking for #+BEGIN_VERBATIM. :)