jorge.a.alf...@gmail.com (Jorge A. Alfaro-Murillo) writes:
> Hi, I would like to use org-edit-src-code outside of org, I think it
> would be very handy in Message mode, to send messages that contain code
> and edit that code in the proper mode.
This can be done with outshine.el and outorg.el.
In
On 2014-05-17 08:33 Jorge A. Alfaro-Murillo wrote:
> I figure it out, I am updating the variable that causes problems and it
> is working very well so in case you want to use org-edit-src-code in
> Message mode all is needed is:
>
> #+BEGIN_SRC emacs-lisp
> (eval-after-load "message"
> '(prog
I figure it out, I am updating the variable that causes problems and it
is working very well so in case you want to use org-edit-src-code in
Message mode all is needed is:
#+BEGIN_SRC emacs-lisp
(eval-after-load "message"
'(progn
(define-key message-mode-map (kbd "")
(lambda
On Tue, 13 May 2014 16:49:57 -0400, jorge.a.alf...@gmail.com (Jorge A.
Alfaro-Murillo) said:
> Hi, I would like to use org-edit-src-code outside of org, I think it
> would be very handy in Message mode, to send messages that contain
> code and edit that code in the proper mode.
[...]
I've been
Thanks Ken, I wonder if there is already something like that in Message
mode. I like gnus a lot, so I do not think that I am going to change to
mu4e just for that =)
Hi Jorge,
mu4e has an option to edit mail messages in Org mode. You can insert and
execute code blocks, etc. See example at bottom of this blog post:
http://www.brool.com/index.php/using-mu4e
-k.
On 2014-05-13 at 14:49, Jorge A. Alfaro-Murillo
wrote:
> Hi, I would like to use org-edit-src-co
Hi, I would like to use org-edit-src-code outside of org, I think it
would be very handy in Message mode, to send messages that contain code
and edit that code in the proper mode.
I put something like this
#+BEGIN_SRC emacs-lisp
(defun mm-org-try-structure-completion ()
(inte