Re: [Orgmode] Exporting to html

2011-02-12 Thread Bastien
Hi Andrea, Andrea Crotti writes: > I have a quite huge file with a lot of code blocks in many possible > languages. > Now the problem is that I'm not able to export it to html/pdf. For errors when exporting *big* file, one way to find the culprit is to perform manual bisections, try to export s

Re: [Orgmode] Exporting to html

2010-09-22 Thread Juri Artamonov
Giovanni, thank you, #+OPTIONS: f:nil creator:nil fixed both issues. Thank you, Juri. On Wed, Sep 22, 2010 at 3:24 PM, Giovanni Ridolfi wrote: > Juri Artamonov writes: > > > Hello Guys,could you please advice how I can1. To remove "HTML > > generated by org-mode 6.31a i

Re: [Orgmode] Exporting to html

2010-09-22 Thread Giovanni Ridolfi
Juri Artamonov writes: > Hello Guys,could you please advice how I can1. To remove "HTML > generated by org-mode 6.31a in emacs 23" in result html file after > export it?2. Please have a look to the manual section: "Export options" author:turn on/off inclusion of author name/email in

Re: [Orgmode] Exporting to HTML opens resulting file

2010-04-09 Thread Carsten Dominik
On Apr 9, 2010, at 11:49 AM, Gary . wrote: On Thu, Apr 8, 2010 at 5:44 PM, Carsten Dominik wrote: Hi Gary, maybe we need to settle some terminology first. No, "we're good" as the Americans say :) The variable org-export-kill-product-buffer-when-displayed has the following effect: Well

Re: [Orgmode] Exporting to HTML opens resulting file

2010-04-09 Thread Gary .
On Thu, Apr 8, 2010 at 5:44 PM, Carsten Dominik wrote: > Hi Gary, > > maybe we need to settle some terminology first. No, "we're good" as the Americans say :) > The variable org-export-kill-product-buffer-when-displayed has the following > effect: Well, as I said, org-export-kill-product-buffer-

Re: [Orgmode] Exporting to HTML opens resulting file

2010-04-08 Thread Carsten Dominik
On Apr 8, 2010, at 8:23 PM, Xin Shi wrote: Hi Carsten, I've tried to set: (setq org-export-kill-product-buffer-when-displayed t) But when I use "org-export-as-html" to export HTML, I can still see the .html buffer. Am I missing something here? Yes, you are not reading what I write :-) T

Re: [Orgmode] Exporting to HTML opens resulting file

2010-04-08 Thread Livin Stephen Sharma
Xin, from your email I couldn't determine the org-version you're using. I believe a /recent/ version would be required for this variable to work. I'm using the nightly build ""6.34trans"" dated "2010_02_25"; I find things to work fine - .html buffer does not linger around with C-e C-x b ___

Re: [Orgmode] Exporting to HTML opens resulting file

2010-04-08 Thread Xin Shi
Hi Carsten, I've tried to set: (setq org-export-kill-product-buffer-when-displayed t) But when I use "org-export-as-html" to export HTML, I can still see the .html buffer. Am I missing something here? Thanks! Xin On Thu, Apr 8, 2010 at 9:54 AM, Carsten Dominik wrote: > > On Apr 8, 2010, at 3:3

Re: [Orgmode] Exporting to HTML opens resulting file

2010-04-08 Thread Carsten Dominik
Hi Gary, maybe we need to settle some terminology first. When Org-mode exports, is is actually producing the product in a buffer. So the buffer is there first. When it is complete, the buffer is written to a file, but stays in Emacs - so we now have a buffer visiting the file on the disk

Re: [Orgmode] Exporting to HTML opens resulting file

2010-04-08 Thread Gary .
On Thu, Apr 8, 2010 at 3:54 PM, Carsten Dominik wrote: > > On Apr 8, 2010, at 3:34 PM, Xin Shi wrote: > >> I had a similar request before but never get solved. I support this >> request. > > (setq org-export-kill-product-buffer-when-displayed t) > > will do this when the exported file is shown imme

Re: [Orgmode] Exporting to HTML opens resulting file

2010-04-08 Thread Carsten Dominik
On Apr 8, 2010, at 3:34 PM, Xin Shi wrote: I had a similar request before but never get solved. I support this request. (setq org-export-kill-product-buffer-when-displayed t) will do this when the exported file is shown immediately, so the buffer will be removed during `C-c C-e b', but not

Re: [Orgmode] Exporting to HTML opens resulting file

2010-04-08 Thread Xin Shi
I had a similar request before but never get solved. I support this request. On Thu, Apr 8, 2010 at 4:11 AM, Gary . wrote: > It seems that when I export to HTML, something, somewhere, opens the > file so I have yet another buffer open. Is there any way to configure > that behaviour so that I do

Re: [Orgmode] Exporting to HTML - underscores cause unwanted sub-script

2008-08-15 Thread Rick Moynihan
Parker, Matthew wrote: Hi, The export to HTML is really great One thing that I'm tripping up on is that I'm trying to list data base names that have underscores, e.g. prc_tms. And the 'second word' is coming out subscript: 'prctms' field I had this same problem and tried to find a wa

Re: [Orgmode] Exporting to HTML - underscores cause unwanted sub-script

2008-08-15 Thread Daniel J. Sinder
[mailto:[EMAIL PROTECTED] On Behalf Of Nick Dokos Sent: Thursday, August 14, 2008 9:52 PM To: Parker, Matthew Cc: Emacs-orgmode@gnu.org Subject: Re: [Orgmode] Exporting to HTML - underscores cause unwanted sub-script Parker, Matthew <[EMAIL PROTECTED]> wrote: One thing that I'm tri

RE: [Orgmode] Exporting to HTML - underscores cause unwanted sub-script

2008-08-14 Thread Parker, Matthew
Perfect. Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Dokos Sent: Thursday, August 14, 2008 9:52 PM To: Parker, Matthew Cc: Emacs-orgmode@gnu.org Subject: Re: [Orgmode] Exporting to HTML - underscores cause unwanted sub-script Parker

Re: [Orgmode] Exporting to HTML - underscores cause unwanted sub-script

2008-08-14 Thread Nick Dokos
Parker, Matthew <[EMAIL PROTECTED]> wrote: > > One thing that I’m tripping up on is that I’m trying to list data base names > that have underscores, e.g. prc_tms. > > And the ‘second word’ is coming out subscript: 'prc[tms'] field > > I realize this may be a feature and not a bug… but how to t