Nick Dokos writes:
> I use message-mark-inserted-region to mark code in email:
>
> --8<---cut here---start->8---
> #+name: r-with-ggplot2
> #+begin_src R :results output graphics :var tbl=foo :file foo-output.png
> :width 400 :height 300
> library(ggplot2)
>
Hi Nick,
Yes, those are good. I like the style. However, in Org, the same
document can be used for more than one backend, so it is more
convenient to export to ASCII. If a lot of people use it, a lot of
newcomers will have to manually delete characters.
Samuel
On 4/9/13, Nick Dokos wrote:
>
On Tue, Apr 9, 2013 at 5:28 PM, Samuel Wales wrote:
> ASCII boxes for blocks might be more convenient for the
> reader if they do not have any characters to the left of the
> code.
>
> #+BEGIN_SRC emacs-lisp
> (defun code-for-copy-and-paste ()
> (makes newcomer use rectangle or unboxing com