Re: [Orgmode] Re: Wow -- adding images to an org file

2010-05-12 Thread Carsten Dominik
On May 12, 2010, at 7:39 AM, Baoqiu Cui wrote: ro...@iinet.net.au ro...@iinet.net.au writes: I very much like the idea of native inline image display in Org- mode but can't seem to make it work. Given a 6.36 snapshot or 6.36 release and these org file contents * Test image Test image

[Orgmode] Re: Wow -- adding images to an org file

2010-05-12 Thread Baoqiu Cui
Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes: On May 12, 2010, at 7:39 AM, Baoqiu Cui wrote: ... I like the idea of inline image display too, but hit the similar problems. After reading the code in org.el, I found that the inline image file link has to start with either

Re: [Orgmode] Re: Wow -- adding images to an org file

2010-05-12 Thread Carsten Dominik
Hi Dan, On May 11, 2010, at 11:29 PM, Dan Davison wrote: Russell Adams rlad...@adamsinfoserv.com writes: On Sat, May 08, 2010 at 12:51:41PM +0200, Carsten Dominik wrote: We have now native inline image display in Org-mode, you can toggle it with C-c C-x C-v This implementation uses

Re: [Orgmode] Re: Wow -- adding images to an org file

2010-05-12 Thread Carsten Dominik
Hi Baoqiu, thanks for the patch, I have applied it. Hopefully this will work in the export backends, but it might - otherwise we will see bug reports soon enough... - Carsten On May 12, 2010, at 9:55 AM, Baoqiu Cui wrote: Hi Carsten, Carsten Dominik carsten.domi...@gmail.com writes:

[Orgmode] Re: Wow -- adding images to an org file

2010-05-12 Thread Baoqiu Cui
Carsten Dominik carsten.domi...@gmail.com writes: Hi Baoqiu, thanks for the patch, I have applied it. Hopefully this will work in the export backends, but it might - otherwise we will see bug reports soon enough... Thanks, Carsten. I have tried my test case for LaTeX, DocBook, and HTML

Re: [Orgmode] Re: Wow -- adding images to an org file

2010-05-11 Thread Russell Adams
On Sat, May 08, 2010 at 12:51:41PM +0200, Carsten Dominik wrote: We have now native inline image display in Org-mode, you can toggle it with C-c C-x C-v This implementation uses overlays instead of text properties and therefore does not interfere with font-lock. - Carsten I'm using

[Orgmode] Re: Wow -- adding images to an org file

2010-05-11 Thread Dan Davison
Russell Adams rlad...@adamsinfoserv.com writes: On Sat, May 08, 2010 at 12:51:41PM +0200, Carsten Dominik wrote: We have now native inline image display in Org-mode, you can toggle it with C-c C-x C-v This implementation uses overlays instead of text properties and therefore does not

Re: [Orgmode] Re: Wow -- adding images to an org file

2010-05-11 Thread ro...@iinet.net.au
I very much like the idea of native inline image display in Org-mode but can't seem to make it work. Given a 6.36 snapshot or 6.36 release and these org file contents * Test image Test image [[Screenshot.png]] I hoped org would display that image after C-c C-x C-v. Rather Org-mode returns

[Orgmode] Re: Wow -- adding images to an org file

2010-05-11 Thread Baoqiu Cui
ro...@iinet.net.au ro...@iinet.net.au writes: I very much like the idea of native inline image display in Org-mode but can't seem to make it work. Given a 6.36 snapshot or 6.36 release and these org file contents * Test image Test image [[Screenshot.png]] I hoped org would display

Re: [Orgmode] Re: Wow -- adding images to an org file

2010-05-09 Thread Daniel Martins
In short What I have to do (minimal code in .emacs and .org) to display an image? This image will be maintained when I export the file? iimage could be included in org distribution? Daniel 2010/5/8 Carsten Dominik carsten.domi...@gmail.com On May 7, 2010, at 2:58 PM, Dan Davison wrote:

Re: [Orgmode] Re: Wow -- adding images to an org file

2010-05-09 Thread Sebastian Rose
Daniel Martins daniel...@gmail.com writes: In short What I have to do (minimal code in .emacs and .org) to display an image? Update to current Org-Mode and from the on press C-c C-x C-v This image will be maintained when I export the file? Yes. iimage could be included in org

Re: [Orgmode] Re: Wow -- adding images to an org file

2010-05-07 Thread Carsten Dominik
On May 7, 2010, at 4:16 AM, Chris Thompson wrote: Nathan Neff nathan.neff at gmail.com writes: I just saw Andreas's screenshot here: http://orgmode.org/worg/org-screenshots.php If you zoom in to his screenshot, http://orgmode.org/img/screenshots/org_andreas.jpg You can see how he adds

Re: [Orgmode] Re: Wow -- adding images to an org file

2010-05-07 Thread Dan Davison
Carsten Dominik carsten.domi...@gmail.com writes: On May 7, 2010, at 4:16 AM, Chris Thompson wrote: Nathan Neff nathan.neff at gmail.com writes: I just saw Andreas's screenshot here: http://orgmode.org/worg/org-screenshots.php If you zoom in to his screenshot,

[Orgmode] Re: Wow -- adding images to an org file

2010-05-06 Thread Chris Thompson
Nathan Neff nathan.neff at gmail.com writes: I just saw Andreas's screenshot here: http://orgmode.org/worg/org-screenshots.php If you zoom in to his screenshot, http://orgmode.org/img/screenshots/org_andreas.jpg You can see how he adds images to his org files. All that I had to do