From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Rebuilding the Agenda hides inline Images Date: Tue, 19 Jun 2012 10:13:21 +0200 Message-ID: <877gv3oh26.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgtYI-0001pB-GR for emacs-orgmode@gnu.org; Tue, 19 Jun 2012 04:12:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SgtY9-00050q-Sw for emacs-orgmode@gnu.org; Tue, 19 Jun 2012 04:12:42 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:63806) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgtY9-0004zu-I6 for emacs-orgmode@gnu.org; Tue, 19 Jun 2012 04:12:33 -0400 Received: by wgbds1 with SMTP id ds1so4342682wgb.30 for ; Tue, 19 Jun 2012 01:12:31 -0700 (PDT) In-Reply-To: (Marcus Klemm's message of "Tue, 19 Jun 2012 07:55:36 +0000 (UTC)") 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: Marcus Klemm Cc: emacs-orgmode@gnu.org Hi Marcus, Marcus Klemm writes: >> I have an org document with some inline images that I'd like to be displayed  >> permanently. I can switch them on using org-toggle-inline-images, but  >> whenever the agenda is rebuilt, either manually or by an idle timer, they >> disappear, so I have to call org-toggle-inline-images twice (switch inline >> images off, then on again ) to get them back. >> >> I have found no clues in the manual or mailing list for this being the >> intended behavior, so I guess I found a bug. Do you have (setq org-startup-with-inline-images t) ? It is in the manual, section 4.4 Handling links: `C-c C-x C-v (`org-toggle-inline-images')' Toggle the inline display of linked images. Normally this will only inline images that have no description part in the link, i.e. images that will also be inlined during export. When called with a prefix argument, also display images that do have a link description. You can ask for inline images to be displayed at startup by configuring the variable `org-startup-with-inline-images'(6). HTH, -- Bastien