emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Buffer *temp* modified; kill anyway?


From: Nick Dokos
Subject: Re: [Orgmode] Buffer *temp* modified; kill anyway?
Date: Wed, 04 Mar 2009 13:38:32 -0500

Bill White <address@hidden> wrote:

> Hi all -
> 
> "Buffer  *temp* modified; kill anyway?" is driving me nuts.
> 
> Has anyone seen this error message when html-exporting pages that
> contain #+begin_src ?  I get this once for every #+begin_src
> ... #+end_src group on a page.  I assume it's coming from htmlize.el,
> but I haven't been able to isolate the problem with edebug.  I'm using
> the latest htmlize.el from
> http://fly.srk.fer.hr/~hniksic/emacs/htmlize.el
> 
> Any ideas what's going on and how to silence it?  If it weren't for this
> I'd be able to publish without babysitting the process through
> source-heavy files.
> 

Bill,

I just tried exporting the following:

,----
| * Lisp source code
| 
| #+begin_src emacs-lisp
| (defun org-xor (a b)
|      "Exclusive or."
|      (if a (not b) b))
| #+end_src
`----

and did not have the problem you describe. Can you post a minimal example?

Version info:

Org-mode version 6.23trans
GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.12.9) of 2008-07-01 on 
alphaville.zko.hp.com
htmlize-version 1.34

Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]