[O] Org-babel for sending emails

2017-04-08 Thread Giri Prashanth
Hi, Is there a dedicated org-babel for composing and sending emails from org-mode ? I know that a entire org-mode file could be sent as email by exporting with org-mime, but I was wondering if there exist some package to have message mode for org-babel, like the following: #+BEGIN_SRC message

Re: [O] Scaling of image previews in org-mode

2016-08-04 Thread Giri Prashanth
k support. > > Am 04.08.2016 um 00:09 schrieb Giri Prashanth <giri.prasha...@gmail.com>: > > I think you need to build emacs with ImageMagick support for image > scaling to work. > > > On Wed, Aug 3, 2016 at 12:20 PM, Johannes Brauer <bra...@nordakademie.de> &g

Re: [O] Scaling of image previews in org-mode

2016-08-03 Thread Giri Prashanth
I think you need to build emacs with ImageMagick support for image scaling to work. On Wed, Aug 3, 2016 at 12:20 PM, Johannes Brauer wrote: > Hi! > > If I insert a jpg in my org-mode document, I can preview it but not scale > its width, like so: > > Add the following

Re: [O] error on make

2016-07-27 Thread Giri Prashanth
gt; Hello, > > Giri Prashanth <giri.prasha...@gmail.com> writes: > > > I got the following error while I ran make on latest org-mode code from > git > > got from git://orgmode.org/org-mode.git in OS X: > > > > rm -f > > /Applications/Xcode.app/Co

[O] error on make

2016-07-26 Thread Giri Prashanth
Hi, I got the following error while I ran make on latest org-mode code from git got from git://orgmode.org/org-mode.git in OS X: rm -f /Applications/Xcode.app/Contents/Developer/usr/bin/make -C lisp clean rm -f org-version.el org-loaddefs.el org-version.elc org-loaddefs.elc org-install.elc rm -f

[O] Any existing function to copy the src block to clipboard

2016-03-02 Thread Giri Prashanth
Hi, Is there a easy way to copy the entire contents of the current src block cursor is located to clipboard ? Thank you for your responses in advance. -GP

Re: [O] [0] Run org-babel src block periodically

2016-01-07 Thread Giri Prashanth
sp > (setq *counter* 0) > (setq *timer* (run-with-timer >nil 5 >'update-src-block >"/Users/jkitchin/ > blogofile-jkitchin.github.com/_blog/blog.org" > "time-string" >5)) > #+END_SR

[O] [0] Run org-babel src block periodically

2016-01-03 Thread Giri Prashanth
Hi, I would like to run a org-src block code periodically, is there any property for org-blocks for such repeated execution. For example if I want to watch the tail of a file periodically every 1 min for next 1 hour, I would like to set a property like repeat for times to repeat and keep the org

Re: [O] Org-babel shell evaluate with session does not return results

2015-12-01 Thread Giri Prashanth
Thank you, -GP On Sat, Nov 28, 2015 at 11:17 AM, Grant Rettke <g...@wisdomandwonder.com> wrote: > On Thu, Nov 19, 2015 at 12:28 PM, Giri Prashanth > <giri.prasha...@gmail.com> wrote: > > Any reason why org babel execute for shell with session does not > terminat

[O] Org-babel shell evaluate with session does not return results

2015-11-19 Thread Giri Prashanth
Hi, I am trying to run a shell commands from org-mode with using sessions. I would like to use the session property, so I could continue with the previous history. But when I execute the following, #+BEGIN_SRC shell :session test echo foo #+END_SRC nothing happens with emacs is unresponsive