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