ASCII Export: Implement export to buffer
commit46532af16d5d0e2f1346e2b2c7debb4050b26851
authorCarsten Dominik <carsten.dominik@gmail.com>
Mon, 4 May 2009 16:26:42 +0000 (4 18:26 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Mon, 4 May 2009 16:26:42 +0000 (4 18:26 +0200)
treeabd5af72196ed3e9ecdc76f9ce1a923e248e607a
parent34a91b7f5b41ebee2065d8151b33dc4d78e510e9
ASCII Export: Implement export to buffer

Samuel Wales writes:

> I frequently export to ascii without wanting a file to be created,
> especially not in a useful directory, as the files are temporary.
>
> Is there a way to export ascii to just a buffer?

There is now, `C-c C-e A'.

This commit also implements commands
- org-export-as-ascii-to-buffer
- org-replace-region-by-ascii
- org-export-region-as-ascii

which are similar to what is available for HTML and LaTeX.

`C-c C-e A' used to be the key for publishing all projects.
This functionality has now been moved to `C-c C-e E'.
doc/org.texi
lisp/ChangeLog
lisp/org-ascii.el
lisp/org-exp.el