From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas S. Dye Subject: Re: Graphic files displayed in buffer? Date: Sun, 13 Sep 2015 15:05:23 -1000 Message-ID: References: <87613e2ifj.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZbIDH-0004yZ-9r for emacs-orgmode@gnu.org; Sun, 13 Sep 2015 21:05:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZbIDD-0008BY-St for emacs-orgmode@gnu.org; Sun, 13 Sep 2015 21:05:43 -0400 Received: from gproxy8-pub.mail.unifiedlayer.com ([67.222.33.93]:40549) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ZbIDD-00089z-LX for emacs-orgmode@gnu.org; Sun, 13 Sep 2015 21:05:39 -0400 In-reply-to: <87613e2ifj.fsf@gmx.us> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Rasmus Cc: emacs-orgmode@gnu.org Hi Rasmus, Rasmus writes: > > I cannot reproduce. What is your "user-entities" code block? > > This is my test file: > > [[file:/tmp/test.png]] > > #+name: user-entities > #+BEGIN_SRC emacs-lisp > 1 > #+END_SRC > > # Local Variables: > # org-entities-user: nil > # eval: (and (fboundp 'org-sbe) (not (fboundp 'sbe)) (fset 'sbe 'org-sbe)) > # eval: (sbe "user-entities") > # End: 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'. Its value is (# # # # # # # # # # # # # # # # #) Local in buffer anth_464_syllabus.org; global value is nil Any idea how that might happen? It is just one part of the file, the rest is good (even though it contains lots of images). Running org-remove-inline-images gets rid of the overlays. If I save after they are removed, kill the buffer, and then read it again I have the same problem. All the best, Tom -- Thomas S. Dye http://www.tsdye.com