Re: [O] insert picture feature request.

2011-05-25 Thread Stinky Wizzleteet
--- On Wed, 5/4/11, Russell Adamsrlad...@adamsinfoserv.com wrote: From: Russell Adamsrlad...@adamsinfoserv.com Subject: Re: [O] insert picture feature request. To: Rainer Stengelerainer.steng...@diplan.de Date: Wednesday, May 4, 2011, 6:19 AM On Wed, May 04, 2011 at 12:01:53PM +0200, Rainer Stengele

Re: [O] insert picture feature request.

2011-05-16 Thread Aankhen
Sorry for the late response! I forgot about this thread. On Mon, May 9, 2011 at 07:35, Mark S. throa...@yahoo.com wrote: Note to Aankhen: To get inline images to work, you need to install the PNG and JPEG libraries from http://gnuwin32.sourceforge.net/ . Then put the resulting

Re: [O] insert picture feature request.

2011-05-08 Thread Mark S.
, Aankhen wrote: Subject: Re: [O] insert picture feature request. I believe ‘convert-standard-filename’ should do it: , | (defun org-screenshot () |  Take a screenshot into a time stamped |   unique-named file in the same directory as |   the org-buffer and insert a link to this file

Re: [O] insert picture feature request.

2011-05-08 Thread Mark S.
buffer directory. Where would I start? Thanks! Mark --- On Sun, 5/8/11, Mark S. throa...@yahoo.com wrote: From: Mark S. throa...@yahoo.com Subject: Re: [O] insert picture feature request. To: emacs-orgmode@gnu.org Date: Sunday, May 8, 2011, 9:28 AM Thanks Aankhen. That seems to have fixed

Re: [O] insert picture feature request.

2011-05-08 Thread Nick Dokos
Mark S. throa...@yahoo.com wrote: Additional thought. Having all those pngs in the main directory will get messy. I would like to put them in a sub-directory like images. But there doesn't seem to be an easy way to insert that into (buffer-file-name). I've looked, but can't seem to be a

Re: [O] insert picture feature request.

2011-05-08 Thread Mark S.
nil nil /clippaste (concat /convert= filename) ) (insert (concat [[file: filename ]])) (org-display-inline-images)) --- On Sun, 5/8/11, Nick Dokos nicholas.do...@hp.com wrote: From: Nick Dokos nicholas.do...@hp.com Subject: Re: [O] insert picture feature request. To: Mark

Re: [O] insert picture feature request.

2011-05-04 Thread Rainer Stengele
! --- On Mon, 5/2/11, Russell Adams rlad...@adamsinfoserv.com wrote: From: Russell Adams rlad...@adamsinfoserv.com Subject: Re: [O] insert picture feature request. To: emacs-orgmode@gnu.org Date: Monday, May 2, 2011, 6:28 AM On Mon, May 02, 2011 at 02:42:41PM +0200, Piter_ wrote: Hi all. I use org

Re: [O] insert picture feature request.

2011-05-04 Thread Russell Adams
On Wed, May 04, 2011 at 12:01:53PM +0200, Rainer Stengele wrote: i_view32.exe /capture=2 /convert=c:\capture_$U(%d%m%Y_%H%M%S).jpg (defun org-screenshot () Take a screenshot into a time stamped unique-named file in the same directory as the org-buffer and insert a link to this file.

Re: [O] insert picture feature request.

2011-05-04 Thread Rainer Stengele
. Is there a similar way to capture and insert a picture under windows? Thanks! --- On Mon, 5/2/11, Russell Adams rlad...@adamsinfoserv.com wrote: From: Russell Adams rlad...@adamsinfoserv.com Subject: Re: [O] insert picture feature request. To: emacs-orgmode@gnu.org Date: Monday, May 2

Re: [O] insert picture feature request.

2011-05-04 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: +1 for windows support. I would also need such a image copy tool under windows. A way to capture an image and have it referenced/included in an org file with a simple keychord would be most welcome. For me this is one of the things I miss a

Re: [O] insert picture feature request.

2011-05-03 Thread Mark S.
picture feature request. To: emacs-orgmode@gnu.org Date: Monday, May 2, 2011, 6:28 AM On Mon, May 02, 2011 at 02:42:41PM +0200, Piter_ wrote: Hi all. I use org-mode for making note while reading articles. Sometimes I want to insert picture into notes. Now it takes to much time. I have

[O] insert picture feature request.

2011-05-02 Thread Piter_
Hi all. I use org-mode for making note while reading articles. Sometimes I want to insert picture into notes. Now it takes to much time. I have to copy paste it into picture editor, save it and than make a link to it. I would like to do it in other way. Copy picture into clipboard (from pdf reader

Re: [O] insert picture feature request.

2011-05-02 Thread Russell Adams
On Mon, May 02, 2011 at 02:42:41PM +0200, Piter_ wrote: Hi all. I use org-mode for making note while reading articles. Sometimes I want to insert picture into notes. Now it takes to much time. I have to copy paste it into picture editor, save it and than make a link to it. I would like to do

Re: [O] insert picture feature request.

2011-05-02 Thread brian powell
* This is what I use (thanks to whomever wrote the original): (defun org-screenshot () Take a screenshot into a time stamped unique-named file in the same directory as the org-buffer and insert a link to this file. (interactive)

Re: [O] insert picture feature request.

2011-05-02 Thread Piter_
Thanks. It is what I need. Than On Mon, May 2, 2011 at 4:23 PM, brian powell briangpowel...@gmail.com wrote: * This is what I use (thanks to whomever wrote the original): (defun org-screenshot ()                           Take a screenshot into a time stamped unique-named file in the same