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
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 understandi
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 here--
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
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
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,
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
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-
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
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
___
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
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
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
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
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
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 inst
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
[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
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
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
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 tu
21 matches
Mail list logo