emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Luis
Subject: Re: [O] How to export ASCII paintings to HTML
Date: Thu, 21 Apr 2016 15:41:14 +0800

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 "/Users/douhua/lx/github/blog/_posts/"
	 ;;:base-directory "/Users/douhua/lx/org/post/"
	 ;;:publishing-directory "/Users/douhua/lx/org/_posts/"
	 :prepare-function nil
	 :completion-function nil
	 :exclude "*.html"
	 :recursive nil
	 :base-extension "org"
	 :publishing-function org-html-publish-to-html
	 :body-only t
	 )))

On Thu, Apr 21, 2016 at 11:45 AM, Adam Porter <address@hidden> wrote:
Luis <address@hidden> 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_SRC





--
Best Regards,
Zhengchao Xu

reply via email to

[Prev in Thread] Current Thread [Next in Thread]