Carsten Dominik writes:
> Hi Dan,
>
> this looks really good. I have applied the patch and again
> made the necessary entries in lisp/ChangeLog - it would be nice if
> you could make them next time.
Thanks, I think I will remember next time!
<...>
> I recommend to do this in the very
> end,
Hi Dan,
this looks really good. I have applied the patch and again
made the necessary entries in lisp/ChangeLog - it would be nice if
you could make them next time. You know how that works? Just press
C-c x 4 in each top level form you have changed and write a short
commentary in the ChangeLog
Carsten Dominik writes:
> Hi Dan,
>
> maybe the easiest way to implement this would be a -i (or whatever)
> switch a the src block.
Thanks, I have gone ahead with your suggestion. As you suggest, I've
added a -i switch that prevents the indentation of a block from being
removed during export. If
It's probably too late to suggest this, but it might be that long
options are more easy to remember for users than short options? Also,
they might be easier to look up in the manual if you use a non-Emacs
browser.
On 2009-10-28, Carsten Dominik wrote:
> Hi Dan,
>
> maybe the easiest way to imple
Hi Dan,
maybe the easiest way to implement this would be a -i (or whatever)
switch a the src block.
Switches are being processed already, so it will be simple to add one,
I think.
- Carsten
On Oct 28, 2009, at 2:29 PM, Dan Davison wrote:
Fairly late in the export process, org-exp removes the
Fairly late in the export process, org-exp removes the common
indentation from lines inside blocks (line 2288 of org-exp.el):
(setq rtn (org-remove-indentation code))
However, what do we do if
1. A user has a block that she wishes to export with the indentation intact?
2. An org-exp-blocks plug