emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Eric Schulte" <schulte.eric@gmail.com>
To: Richard Riley <rileyrg@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Re: org-babel and empty code blocks : publishing html
Date: Fri, 10 Sep 2010 12:37:02 -0600	[thread overview]
Message-ID: <87y6b9cunl.fsf@gmail.com> (raw)
In-Reply-To: <i6b58b$91g$1@dough.gmane.org> (Richard Riley's message of "Thu, 09 Sep 2010 19:24:27 +0200")

Hi Richard,

Richard Riley <rileyrg@gmail.com> writes:

[...]
>
> Hmm, I think maybe I am getting confused here then. Maybe its better if
> I show an example:-
>
> ,----
> | **** TODO weather in agenda
> |      SCHEDULED: <2010-09-10 Fri>
> | :PROPERTIES:
> |  :DateCreated: <2010-09-09 Thu 15:07>
> | :END:
> | 
> | test me one two 3
> | 
> | #+begin_src emacs-lisp
> | #+end_src
> | 
> | More test
> `----
>
> Note the empty src block. When I export to html I dont want this code
> evaled (it isnt when there IS elisp in there - I just see the code as
> nicely HTML'd) and I dont want a nil in the output when its empty.
>

When I export the above to html, I get the following...
--8<---------------cut here---------------start------------->8---
<p>
test me one two 3
</p>

<p>
More test
</p></li>
--8<---------------cut here---------------end--------------->8---

In my case the code block is not evaluated.  Do you have any buffer wide
header arguments?  What does the following print for you?

#+begin_src emacs-lisp
  (mapcar
   (lambda (pair)
     (list (car pair) (cdr pair)))
   params)
#+end_src

for me it returns the following
#+results:
| :cache    | no      |
| :colnames | no      |
| :comments |         |
| :exports  | code    |
| :hlines   | yes     |
| :noweb    | no      |
| :results  | replace |
| :session  | none    |
| :shebang  |         |
| :tangle   | no      |

Best -- Eric

>
> cheers,
>
> r.
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

      parent reply	other threads:[~2010-09-10 18:37 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-09 16:20 org-babel and empty code blocks : publishing html Richard Riley
2010-09-09 16:28 ` Erik Iverson
2010-09-09 16:31 ` Eric Schulte
2010-09-09 16:43   ` Erik Iverson
2010-09-09 17:16     ` Richard Riley
2010-09-09 17:24     ` Richard Riley
2010-09-09 20:43       ` org-babel and empty code blocks : publishing html -- Side note Sébastien Vauban
2010-09-09 20:58         ` Richard Riley
2010-09-10 18:37       ` Eric Schulte [this message]

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y6b9cunl.fsf@gmail.com \
    --to=schulte.eric@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=rileyrg@gmail.com \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).