emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Jaakko Järvi" <jarvij@gmail.com>
To: Giuseppe Lipari <giulipari@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Including HTML text verbatim in html export
Date: Thu, 6 Nov 2014 09:39:01 -0600	[thread overview]
Message-ID: <ECC1CEA6-7A34-47FD-925C-54F339A31810@gmail.com> (raw)
In-Reply-To: <CABHo5SDAnKjvGvddUCtagE8KQWcCN5Y8LO6XT2oh1bFTsF-cNA@mail.gmail.com>

One way I’ve done such a thing is this: 

#+BEGIN_SRC sh :exports results :results raw 
echo "#+BEGIN_HTML"
cat file.html
echo "#+END_HTML"
#+END_SRC

I, too, would be interested to know if there is a simpler way.

Best, 

  Jaakko Järvi


> On Nov 6, 2014, at 6:44 AM, Giuseppe Lipari <giulipari@gmail.com> wrote:
> 
> Hi,
> 
> I am writing my personal web page with org-mode, and I would like to include a list of my publications. I am using bibtex2html for generating the html from my bibtex file in more or less complex ways (i.e. separating articles from conferences, and sorting by year), because I like the customization features. 
> bibtex2html produces the body of an html file that I would like then to put together with my headers and footers as generated by the org exporter, for making everything uniform. 
> 
> I tried #+INCLUDE: but it interprets the html file as an org file. If I specify src html, it renders the html code in the page.
> 
> One solution I see is to generate the org-file with some script which will put copy html generated code between #+BEGIN_HTML  ... #+END_HTML, but before going this way I would like to know if there is a simpler way of doing it. 
> 
> All the best,
> 
> Giuseppe Lipari
> 
> -- 
> Giuseppe Lipari
> LIFL
> Université de Lille 1
> blogs: http://scacciamennule.blogspot.com  (Italian)
>           http://okpanico,wordpress.com          (Italian)
>           http://algoland.wordpress.com           (English)

  reply	other threads:[~2014-11-06 15:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-06 12:44 Including HTML text verbatim in html export Giuseppe Lipari
2014-11-06 15:39 ` Jaakko Järvi [this message]
2014-11-06 17:40 ` Nicolas Goaziou
2014-11-06 21:26   ` Giuseppe Lipari

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=ECC1CEA6-7A34-47FD-925C-54F339A31810@gmail.com \
    --to=jarvij@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=giulipari@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).