From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Bug? attr_html does not function with ~/ instead of /home/username/ Date: Sun, 27 May 2012 00:15:03 -0500 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYVoq-0000qq-0j for emacs-orgmode@gnu.org; Sun, 27 May 2012 01:15:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SYVoo-0005Gz-9U for emacs-orgmode@gnu.org; Sun, 27 May 2012 01:15:07 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:54963) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SYVon-0005EB-VM for emacs-orgmode@gnu.org; Sun, 27 May 2012 01:15:06 -0400 Received: by bkcjm19 with SMTP id jm19so1898325bkc.0 for ; Sat, 26 May 2012 22:15:03 -0700 (PDT) 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: emacs-orgmode Image size attr_html property doesn't seem to be respected for me if I use ~/ instead of /home/username. For a concrete example: This doesn't work (no width parameter is inserted into the exported code): ----- * Section #+attr_html: width="200" [[~/Downloads/histogram-by-year.png]] ----- This works: ----- * Section #+attr_html: width="200" [[/home/jwhendy/Downloads/histogram-by-year.png]] ----- If it's for some rational reason, perhaps it should just be documented. I've run into this type of thing before: -- http://lists.gnu.org/archive/html/emacs-orgmode/2010-09/msg00037.html Thanks! John