From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luis Subject: Re: How to export ASCII paintings to HTML Date: Thu, 21 Apr 2016 15:41:14 +0800 Message-ID: References: <87wpnry9kl.fsf@alphapapa.net> <87potjy690.fsf@alphapapa.net> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113ed85cc0deb10530f9d5f7 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52582) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1at9Ei-000338-FN for emacs-orgmode@gnu.org; Thu, 21 Apr 2016 03:41:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1at9Eh-0002gs-CY for emacs-orgmode@gnu.org; Thu, 21 Apr 2016 03:41:16 -0400 Received: from mail-yw0-x22d.google.com ([2607:f8b0:4002:c05::22d]:36799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1at9Eh-0002go-6u for emacs-orgmode@gnu.org; Thu, 21 Apr 2016 03:41:15 -0400 Received: by mail-yw0-x22d.google.com with SMTP id o66so80679862ywc.3 for ; Thu, 21 Apr 2016 00:41:15 -0700 (PDT) In-Reply-To: <87potjy690.fsf@alphapapa.net> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Adam Porter Cc: emacs-orgmode@gnu.org --001a113ed85cc0deb10530f9d5f7 Content-Type: text/plain; charset=UTF-8 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 wrote: > 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_SRC > > > -- Best Regards, Zhengchao Xu --001a113ed85cc0deb10530f9d5f7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
can you see the picture in the first mail? =C2=A0that'= s my code.

my export configuration is below:
<= br>
;; =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D Org Publish =3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
(setq org-publish-project<=
span class=3D"" style=3D"color:rgb(255,255,255)">-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 <adam@alphapap= a.net> wrote:
Luis <xuzhengchaojob@g= mail.com> 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 tryin= g 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
<= /div>
--001a113ed85cc0deb10530f9d5f7--