On 2008-08-24 18:54:37(+0300), Taru Karttunen wrote:
> On 24.08 09:21, Lindsay Todd wrote:
> > Thank you!  I get the "underline" running right through the image, but
> > that is tolerable.  This helps me.
> 
> That comes from the org link. It can be removed by customizing the
> link face used by org-mode.

This will get rid of the underline whilst using iimage:. 

(defun ahkt-toggle-iimage-in-org ()
  (interactive)
  (if (face-underline-p 'org-link)
      (set-face-underline-p 'org-link nil)
      (set-face-underline-p 'org-link t))
  (iimage-mode))

(define-key org-mode-map [(control c) ?i] 'ahkt-toggle-iimage-in-org)

--
|-<James TD Smith>-<email/[EMAIL PROTECTED]>-|



_______________________________________________
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

Reply via email to