Re: [Orgmode] inline images in org-mode

2010-09-29 Thread Carsten Dominik


On Sep 16, 2010, at 5:04 PM, Robert Goldman wrote:


On 9/16/10 Sep 16 -8:46 AM, Sebastian Rose wrote:

Robert Goldman rpgold...@sift.info writes:

... Is there some
magic I can put in the Local Variables block that will cause the  
images

to be displayed on startup?

# org-display-inline-images: t




# Local Variables:
# mode: Org
# eval: (org-display-inline-images)
# End:


 Sebastian


Would it be reasonable to augment org's processing of #+ directives so
that an org user can specify there instead of using the local  
variables,

which is less user-friendly?


Yes.  I have just implemented startup keywords `inlineimages' and
`noinlineimages', as well as a new variable
`org-startup-with-inline-images' for a global setting.

Cheers

- Carsten


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] inline images in org-mode

2010-09-16 Thread Sebastian Rose
Robert Goldman rpgold...@sift.info writes:
 I was looking for a way to put illustrations in my org-mode files so
 that I could actually look at them while editing the org stuff.  I found
 a post a while ago suggesting using iimage mode (which is included with
 the Aquamacs that I use, and is readily available if you don't have it
 with your emacs).

 I found I needed to do a little customization to make iimage work for
 me, so I thought I would post the details in case they were useful to
 anyone else.


Hi Robert,


just use `org-display-inline-images' or `org-toggle-inline-images'.
Not sure if it works with Aquamacs.


HTH

  Sebastian

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] inline images in org-mode

2010-09-16 Thread Robert Goldman
On 9/16/10 Sep 16 -7:32 AM, Sebastian Rose wrote:
 Robert Goldman rpgold...@sift.info writes:
 I was looking for a way to put illustrations in my org-mode files so
 that I could actually look at them while editing the org stuff.  I found
 a post a while ago suggesting using iimage mode (which is included with
 the Aquamacs that I use, and is readily available if you don't have it
 with your emacs).

 I found I needed to do a little customization to make iimage work for
 me, so I thought I would post the details in case they were useful to
 anyone else.
 
 
 Hi Robert,
 
 
 just use `org-display-inline-images' or `org-toggle-inline-images'.
 Not sure if it works with Aquamacs.

Doesn't seem to (see earlier response).

Suggestion: add documentation of this to MarkupImages and tables in the
org manual?  I'm still not entirely sure how to use it.  Is there some
magic I can put in the Local Variables block that will cause the images
to be displayed on startup?

# org-display-inline-images: t

doesn't seem to do this --- I still needed to call o-d-i-i or o-t-i-i
even with that in the block.

I'm willing to write up the manual patch; I'm just not entirely sure
what it should say (and whether my proposed location is the right one).

best,
r

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] inline images in org-mode

2010-09-16 Thread Sebastian Rose
Robert Goldman rpgold...@sift.info writes:
 ... Is there some
 magic I can put in the Local Variables block that will cause the images
 to be displayed on startup?

 # org-display-inline-images: t



# Local Variables:
# mode: Org
# eval: (org-display-inline-images)
# End:


  Sebastian

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] inline images in org-mode

2010-09-16 Thread Robert Goldman
On 9/16/10 Sep 16 -8:46 AM, Sebastian Rose wrote:
 Robert Goldman rpgold...@sift.info writes:
 ... Is there some
 magic I can put in the Local Variables block that will cause the images
 to be displayed on startup?

 # org-display-inline-images: t
 
 
 
 # Local Variables:
 # mode: Org
 # eval: (org-display-inline-images)
 # End:
 
 
   Sebastian

Would it be reasonable to augment org's processing of #+ directives so
that an org user can specify there instead of using the local variables,
which is less user-friendly?

best,
r


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] inline images

2008-10-01 Thread Lindsay Todd
It would also be useful if you could specify the size of the image.
I'd like to use org-mode to organize pictures that I want to use for
LaTeX documents -- see the image, as well as the copyright info, etc.
But an image suitable for a presentation is way, way too large for
inline inclusion.  Yet having to manually build thumbnail images
misses the point of easy organization!

On Wed, Oct 1, 2008 at 11:33 AM, Richard Riley
[EMAIL PROTECTED] wrote:

 I sometimes turn on inline images in my org file using code posted here.

 ,
 | ;; inline images in org files
 | ;;iimage
 | (require 'iimage)
 | (setq iimage-mode-image-search-path (expand-file-name ~/))
 | ;;Match org file: links
 | (add-to-list 'iimage-mode-image-regex-alist
 | (cons (concat \\[\\[file:\\(~? 
 iimage-mode-image-filename-regex
 |   \\)\\])  1))
 | (define-key org-mode-map [(control c) ?i] 'iimage-mode)
 `

 It might be an idea to make it a setting as to whether the target image
 is inlined too. e.g I have a lot of links of this type:

 [[file:../images/gud.png][file:../images/guds.png]]

 And would like to only see the small preview png file in this case and
 not the large one.

 Has anyone implemented something like this or has the code above already
 been merged into org?

 regards,

 r.


 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode