emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Export HTML from command line
@ 2010-03-16 19:47 Zachary Young
  2010-03-17  9:35 ` Pierre de Buyl
  0 siblings, 1 reply; 2+ messages in thread
From: Zachary Young @ 2010-03-16 19:47 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 873 bytes --]

Hi all,

When I run `org-export-as-html' in a buffer, it works as I expect, but when
I try to run it from an emacs batch command:

emacs --batch --execute='(setq vc-follow-symlinks nil)' --visit=
current-day.org --execute='(org-export-as-html-and-open nil)'


anything between #+BEGIN_HTML: and #+END_HTML: are exported like the
following:

<p>#+BEGIN_HTML:
&lt;pre&gt;Revision: 934
Message:
</p><ol>
<li>
Revved 'release-name' variable to '1.10'.
</li>
</ol>

<p>----
Modified : /trunk/scripts/AutoDoc/AutoDoc.build&lt;/pre&gt;
#+END_HTML:
</p>

and I am expecting:

<pre>Revision: 934
Message:
1) Revved 'release-name' variable to '1.10'.
----
Modified : /trunk/scripts/AutoDoc/AutoDoc.build</pre>

This is my first try at running emacs as a batch command, so I might be
doing something wrong there.

If more information is required, please let me know.

Thank you,
Zach

[-- Attachment #1.2: Type: text/html, Size: 1934 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Export HTML from command line
  2010-03-16 19:47 Export HTML from command line Zachary Young
@ 2010-03-17  9:35 ` Pierre de Buyl
  0 siblings, 0 replies; 2+ messages in thread
From: Pierre de Buyl @ 2010-03-17  9:35 UTC (permalink / raw)
  To: Zachary Young; +Cc: emacs-orgmode

 From the documentation
http://orgmode.org/manual/Quoting-HTML-tags.html#Quoting-HTML-tags
I would say that you need to remove the ":" in "#+BEGIN_HTML:" and  
the closing line. However leaving them works also on my emacs (org  
6.31trans).

If it still does not work, can you send a minimal org file in which  
the error is reproducible ?

Pierre

Le 16 mars 10 à 20:47, Zachary Young a écrit :

> Hi all,
>
> When I run `org-export-as-html' in a buffer, it works as I expect,  
> but when I try to run it from an emacs batch command:
>
> emacs --batch --execute='(setq vc-follow-symlinks nil)' -- 
> visit=current-day.org --execute='(org-export-as-html-and-open nil)'
>
> anything between #+BEGIN_HTML: and #+END_HTML: are exported like  
> the following:
>
> <p>#+BEGIN_HTML:
> &lt;pre&gt;Revision: 934
> Message:
> </p><ol>
> <li>
> Revved 'release-name' variable to '1.10'.
> </li>
> </ol>
>
> <p>----
> Modified : /trunk/scripts/AutoDoc/AutoDoc.build&lt;/pre&gt;
> #+END_HTML:
> </p>
>
> and I am expecting:
>
> <pre>Revision: 934
> Message:
> 1) Revved 'release-name' variable to '1.10'.
> ----
> Modified : /trunk/scripts/AutoDoc/AutoDoc.build</pre>
>
> This is my first try at running emacs as a batch command, so I  
> might be doing something wrong there.
>
> If more information is required, please let me know.
>
> Thank you,
> Zach
> _______________________________________________
> 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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-17  9:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-16 19:47 Export HTML from command line Zachary Young
2010-03-17  9:35 ` Pierre de Buyl

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).