emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: James TD Smith <ahktenzero@mohorovi.cc>
To: emacs-orgmode@gnu.org
Subject: Re: Displaying images inline
Date: Sun, 24 Aug 2008 18:30:52 +0100	[thread overview]
Message-ID: <20080824173052.GB59512@yog-sothoth.mohorovi.cc> (raw)
In-Reply-To: <20080824155437.GA20406@taruti.net>

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/ahktenzero@mohorovi.cc>-|

      reply	other threads:[~2008-08-24 17:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-22 21:52 Displaying images inline Lindsay Todd
2008-08-22 23:00 ` James TD Smith
2008-08-23  2:46   ` Sebastian Rose
2008-08-23 23:55   ` Manish
2008-08-24  9:32   ` Chris Randle
2008-08-24 12:49     ` Manish
2008-08-24 18:07       ` Daniel Goldin
2008-08-24 13:21   ` Lindsay Todd
2008-08-24 15:54     ` Taru Karttunen
2008-08-24 17:30       ` James TD Smith [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080824173052.GB59512@yog-sothoth.mohorovi.cc \
    --to=ahktenzero@mohorovi.cc \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).