Re: [O] How do you interact with org src blocks for your gmane.emacs.orgmode correspondence?

2014-11-03 Thread Thorsten Jolitz
Grant Rettke writes: > On Sat, Nov 1, 2014 at 5:58 AM, Thorsten Jolitz wrote: >> And there is a new library >> >> [[http://goo.gl/pYYzS6][outorg-export]] > > I just used http://goo.gl/pYYzS6 and it worked fine; that looks like > an org mode link. It is an Org-mode link inserted with C-c C-l whi

Re: [O] How do you interact with org src blocks for your gmane.emacs.orgmode correspondence?

2014-11-02 Thread Grant Rettke
On Sat, Nov 1, 2014 at 5:58 AM, Thorsten Jolitz wrote: > And there is a new library > > [[http://goo.gl/pYYzS6][outorg-export]] I just used http://goo.gl/pYYzS6 and it worked fine; that looks like an org mode link.

Re: [O] How do you interact with org src blocks for your gmane.emacs.orgmode correspondence?

2014-11-01 Thread Alexander Baier
On 2014-10-31 23:51 Brady Trainor wrote: > This seems wholly inefficient, and I'm hoping there is some obviously > easier way to do it, no matter how much elisp is needed. > > I am not sure it is relevant, but my rather vanilla Gnus setup > includes drafting mail in Message buffer. I didn't quickly

Re: [O] How do you interact with org src blocks for your gmane.emacs.orgmode correspondence?

2014-11-01 Thread Thorsten Jolitz
Brady Trainor writes: > 1. Cut some pieces from my .el or .org files, > 2. Paste into the scratch buffer, > 3. Convert scratch buffer to Major mode org, > 4. Add src blocks using org-mode shortcuts (" 5. Edit as needed for email, for instance taking advantage of > indenting etc. in "C-c '" mode

Re: [O] How do you interact with org src blocks for your gmane.emacs.orgmode correspondence?

2014-10-31 Thread Brady Trainor
Brady Trainor writes: > ... Here is my > present workflow, and I hope there is some simple or complex solution > where others have a better workflow they can share: > > 1. Cut some pieces from my .el or .org files, > 2. Paste into the scratch buffer, > 3. Convert scratch buffer to Major mode or

[O] How do you interact with org src blocks for your gmane.emacs.orgmode correspondence?

2014-10-31 Thread Brady Trainor
When reading articles /from/ gmane.emacs.orgmode /in/ Gnus, I've observed that source blocks such as #+BEGIN_SRC emacs-lisp (if this (then that)) #+END_SRC and #+BEGIN_SRC org ,* TODO some headlines and:atag: SCHEDULED: <2014-10-29 Wed> - [ ] some other org-mode s