Re: [Orgmode] Exporting to html

2011-02-12 Thread Bastien
Hi Andrea, Andrea Crotti andrea.crott...@gmail.com 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

[Orgmode] Exporting to html

2011-02-09 Thread Andrea Crotti
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. Some other times it happened that pdf export was not working, but it was quite easy to spot the mistake and fix it. But with html export I'm not

[Orgmode] exporting a html table with gridlines - is it possible

2010-10-22 Thread Cook, Malcolm
I don't see any hooks for this. Malcolm Cook Stowers Institute for Medical Research - Bioinformatics Kansas City, Missouri USA ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Exporting to html doesn't highlight code syntax. And a make doc error

2010-10-04 Thread Kane Dou
I've tried to export a code block like this: --8---cut here---start-8--- #+BEGIN_SRC python L[1:2] = 'a' # L.insert(1, 'a') L[len(L):] = ['a', 'b', 'c'] # L.extend(['a', 'b', 'c']) L[3:] = [] # del L[3:] #+END_SRC --8---cut

[Orgmode] Exporting to html

2010-09-22 Thread Juri Artamonov
Hello Guys, could you please advice how I can 1. To remove HTML generated by org-mode 6.31a in emacs 23 in result html file after export it? 2. I have cf[10570] as a text in original file but emacs treat is a link in result HTML mode, how I can force emacs to treat it as text? Thank you,

Re: [Orgmode] Exporting to html

2010-09-22 Thread Giovanni Ridolfi
Juri Artamonov jartamo...@gmail.com 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

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 giovanni.rido...@yahoo.it wrote: Juri Artamonov jartamo...@gmail.com writes: Hello Guys,could you please advice how I can1. To

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,

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,

[Orgmode] Exporting to HTML opens resulting file

2010-04-08 Thread Gary .
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 don't get even more swamped by buffers than I am already, or alternatively automatically name the buffer with something that I can

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 . emacs-orgm...@garydjones.namewrote: 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

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 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 immediately,

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

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 carsten.domi...@gmail.comwrote:

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

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

2008-08-15 Thread Daniel J. Sinder
: 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 tripping up on is that I'm trying to list data base names that have

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

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

2008-08-14 Thread Parker, Matthew
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 realize this may be a feature and not a bug... but how to

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 turn it

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