emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Displaying images inline


From: James TD Smith
Subject: Re: [Orgmode] Displaying images inline
Date: Sun, 24 Aug 2008 18:30:52 +0100
User-agent: Mutt/1.5.18 (2008-05-17)

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/address@hidden>-|





reply via email to

[Prev in Thread] Current Thread [Next in Thread]