all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thomas S. Dye <tsd@tsdye.com>
To: Rasmus <rasmus@gmx.us>
Cc: emacs-orgmode@gnu.org
Subject: Re: Graphic files displayed in buffer?
Date: Tue, 15 Sep 2015 10:56:16 -1000	[thread overview]
Message-ID: <m2vbbb4d1r.fsf@tsdye.com> (raw)
In-Reply-To: <87bnd3a24b.fsf@gmx.us>

Hi Rasmus,

Rasmus <rasmus@gmx.us> writes:

> Hi Tom,
>
>> Thanks for looking into this.  Your file works here, too.
>>
>> I found that loading my file somehow sets this variable:
>>
>> org-inline-image-overlays is a variable defined in `org.el'.
>
> This variable is only set from org-inline-image functions in org.el (I
> didn't check contrib).  So your source block must directly or indirectly
> be calling one of these functions.
>
> Does it happen when you use emacs -q?

OK, so I made the file self-contained by transferring to it all the code
it uses in my library of Babel.  Then, I opened with emacs -q, answered
"yes" to all the questions about running code, and when that was done
discovered that the images aren't displayed, which is what I want!

When I open the same file in my usual emacs, the images are displayed
inline.

So, it must be my configuration, right?

I use Eric Schulte's starter kit, so my configuration is spread out over
several *.el files in two directories.  When I grep for "inline" or
"overlay" in *.el I get no hits.  But grepping for "image" gets this:

custom.el: '(emms-mode-line-icon-image-cache
custom.el:    (image :type xpm :ascent center :data "/* XPM */
custom.el: '(gnus-mode-line-image-cache
custom.el:    (image :type xpm :ascent center :data "/* XPM */
custom.el: '(mu4e-view-show-images nil)
td.el:(setq mu4e-view-show-images t)
td.el:(when (fboundp 'imagemagick-register-types)
td.el:  (imagemagick-register-types))
td.el:                :base-directory "/Users/dk/org/tsdye/employees/software/images/"

None of which looks too suspicious to me, though some of it is old and
might be pruned away.  Does anything look suspicious to you?

Can you suggest some other terms I might grep?  I'm keen to get to the
bottom of this.

Thanks for your help.

All the best,
Tom

-- 
Thomas S. Dye
http://www.tsdye.com

  reply	other threads:[~2015-09-15 20:56 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-13 18:26 Graphic files displayed in buffer? Thomas S. Dye
2015-09-13 19:14 ` Thomas S. Dye
2015-09-13 20:06   ` Rasmus
2015-09-14  1:05     ` Thomas S. Dye
2015-09-15 19:55       ` Rasmus
2015-09-15 20:56         ` Thomas S. Dye [this message]
2015-09-15 22:29           ` Rasmus

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

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

  git send-email \
    --in-reply-to=m2vbbb4d1r.fsf@tsdye.com \
    --to=tsd@tsdye.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=rasmus@gmx.us \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.