From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: inline images in org-mode Date: Wed, 29 Sep 2010 08:20:20 +0200 Message-ID: <872EE48D-C6AB-4AF2-B664-CA827F90E9C4@gmail.com> References: <4C9165E0.4050401@sift.info> <874odpswc2.fsf@gmx.de> <4C921072.6090003@sift.info> <87vd65recd.fsf@gmx.de> <4C92320C.1030801@sift.info> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=60093 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P0qOI-0005QP-Md for emacs-orgmode@gnu.org; Wed, 29 Sep 2010 02:43:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P0qOH-0002yX-Gx for emacs-orgmode@gnu.org; Wed, 29 Sep 2010 02:43:46 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:54481) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P0qOH-0002xC-Cb for emacs-orgmode@gnu.org; Wed, 29 Sep 2010 02:43:45 -0400 Received: by mail-ey0-f169.google.com with SMTP id 5so139890eyh.0 for ; Tue, 28 Sep 2010 23:43:45 -0700 (PDT) In-Reply-To: <4C92320C.1030801@sift.info> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: rpgoldman@sift.info Cc: Org Mode On Sep 16, 2010, at 5:04 PM, Robert Goldman wrote: > On 9/16/10 Sep 16 -8:46 AM, Sebastian Rose wrote: >> Robert Goldman writes: >>> ... Is there some >>> magic I can put in the Local Variables block that will cause the >>> images >>> to be displayed on startup? >>> >>> # org-display-inline-images: t >> >> >> >> # Local Variables: >> # mode: Org >> # eval: (org-display-inline-images) >> # End: >> >> >> Sebastian > > Would it be reasonable to augment org's processing of #+ directives so > that an org user can specify there instead of using the local > variables, > which is less user-friendly? Yes. I have just implemented startup keywords `inlineimages' and `noinlineimages', as well as a new variable `org-startup-with-inline-images' for a global setting. Cheers - Carsten