Re: [O] Exporting inline code sections

2012-08-14 Thread Ken Williams
> -Original Message- > From: nicholas.do...@hp.com [mailto:nicholas.do...@hp.com] > Sent: Tuesday, August 14, 2012 10:20 AM > > You might want to try edebug instead of the standard debugger, MUCH better, thanks! -Ken CONFIDENTIALITY NOTICE: This e-mail message is for the sole use of

Re: [O] Exporting inline code sections

2012-08-14 Thread Nick Dokos
Ken Williams wrote: > > C-h v org-src-preserve-indentation RET > > Okay, I was stepping through org-edit-src-exit with the emacs debugger, get= > ting my bearings - but now for the life of me I can't get the debugger to t= > rigger when entering that function anymore. I do `M-x debug-on-entry o

Re: [O] Exporting inline code sections

2012-08-14 Thread Ken Williams
> -Original Message- > From: nicholas.do...@hp.com [mailto:nicholas.do...@hp.com] > Sent: Monday, August 13, 2012 6:34 PM > > Ken Williams wrote: > > > The other thing I just noticed was that every time I edit a table.el > > table with C-c ', two more spaces get inserted to the left of t

Re: [O] Exporting inline code sections

2012-08-14 Thread Ken Williams
> -Original Message- > From: Bastien Guerry [mailto:bastiengue...@googlemail.com] > Sent: Monday, August 13, 2012 4:56 PM > Ken Williams writes: > > > FWIW, I just downloaded 7.8.11 and confirmed that the problem still > > exists there. > > Now fixed in git, thanks. > Just tested it, wo

Re: [O] Exporting inline code sections

2012-08-13 Thread Nick Dokos
Ken Williams wrote: > The other thing I just noticed was that every time I edit a table.el > table with C-c ', two more spaces get inserted to the left of the > table when it's reinserted into the org buffer. I tried to find where > in the code that's happening (probably in org-edit-src-exit?)

Re: [O] Exporting inline code sections

2012-08-13 Thread Ken Williams
> -Original Message- > From: Bastien Guerry [mailto:bastiengue...@googlemail.com] > Sent: Monday, August 13, 2012 4:56 PM > > Now fixed in git, thanks. Such service! =) > > Yes. Patch welcome! I'll have a shot at it. I'm very bad at elisp though. The other thing I just noticed was t

Re: [O] Exporting inline code sections

2012-08-13 Thread Bastien
Hi Ken, Ken Williams writes: > FWIW, I just downloaded 7.8.11 and confirmed that the problem still > exists there. Now fixed in git, thanks. > I wonder if the inline-code code could use a little love in general. > Another thing that would be nice to accomplish with it is to be able to > contro

Re: [O] Exporting inline code sections

2012-08-13 Thread Ken Williams
> -Original Message- > From: Ken Williams > Sent: Monday, August 13, 2012 3:37 PM > > I'm still at version 7.8.03, apologies if this has been addressed in a later > version already. FWIW, I just downloaded 7.8.11 and confirmed that the problem still exists there. I wonder if the inline

[O] Exporting inline code sections

2012-08-13 Thread Ken Williams
Hi, I noticed that exporting a document to HTML when "exports" is set to "both" gives an error. Here's an example document: - #+TITLE: Example Doc #+PROPERTY: exports both The result is src_R{3+4} =[1] 7=. - The stack trace looks like this: ---