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 <[email protected]> wrote:
> Luis <[email protected]> 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