From: Luis <xuzhengchaojob@gmail.com>
To: Adam Porter <adam@alphapapa.net>
Cc: emacs-orgmode@gnu.org
Subject: Re: How to export ASCII paintings to HTML
Date: Thu, 21 Apr 2016 15:41:14 +0800 [thread overview]
Message-ID: <CA+LbJTKjr=DqkRLn0AiAjMeXbN2tmA13H+kZ=GcQCFe6x3OGvQ@mail.gmail.com> (raw)
In-Reply-To: <87potjy690.fsf@alphapapa.net>
[-- Attachment #1: Type: text/plain, Size: 1088 bytes --]
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 <adam@alphapapa.net> wrote:
> Luis <xuzhengchaojob@gmail.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 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
[-- Attachment #2: Type: text/html, Size: 3096 bytes --]
next prev parent reply other threads:[~2016-04-21 7:41 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-21 2:24 How to export ASCII paintings to HTML Luis
2016-04-21 2:33 ` Adam Porter
2016-04-21 2:56 ` Luis
2016-04-21 3:45 ` Adam Porter
2016-04-21 7:41 ` Luis [this message]
2016-04-21 15:52 ` Charles C. Berry
2016-04-22 9:41 ` Luis
2016-04-25 21:45 ` darcamo
2016-04-21 7:52 ` Nicolas Goaziou
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CA+LbJTKjr=DqkRLn0AiAjMeXbN2tmA13H+kZ=GcQCFe6x3OGvQ@mail.gmail.com' \
--to=xuzhengchaojob@gmail.com \
--cc=adam@alphapapa.net \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.