From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id qBVlFBqtwF7JXwAA0tVLHw (envelope-from ) for ; Sun, 17 May 2020 03:18:50 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id ePZEEBqtwF4CVQAAB5/wlQ (envelope-from ) for ; Sun, 17 May 2020 03:18:50 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id CA7D7940068 for ; Sun, 17 May 2020 03:18:49 +0000 (UTC) Received: from localhost ([::1]:42516 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ja9p9-00015W-5J for larch@yhetil.org; Sat, 16 May 2020 23:18:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40696) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ja9oj-000157-GR for emacs-orgmode@gnu.org; Sat, 16 May 2020 23:18:21 -0400 Received: from mail-oi1-x22f.google.com ([2607:f8b0:4864:20::22f]:33369) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ja9oi-00007G-G1 for emacs-orgmode@gnu.org; Sat, 16 May 2020 23:18:21 -0400 Received: by mail-oi1-x22f.google.com with SMTP id o24so6041881oic.0 for ; Sat, 16 May 2020 20:18:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=yjFhgcrZXNizLPCHTjr+8IHZeKpXGrTH5NgZ17kWZDQ=; b=jgG+9u7DuS0zE5ZEFILn0c19d4ykp/YIkv2XVaQS++ceClAulWpQnPG4VstcdntRkc LvX4H3KffVvC/5U8TzDqQxPuVYYML8/Iej8prpqOMZ+BQGTZWuUeilx25zNu5m7wnjt8 9j8sr+mJOARVpNNBZKRLS/gskslfD3Qnqm6RBxyDq45cNG/kDM3hrLajynVNyLyqWpTy BWArTLx7ASSGkW2KsMjZ70G92GE9MrQENKlKnlkfb5ww4z4X36XfVPqGur0PQtpyiYQx 2q2lFxYPLgIHuFpcSaY/gZQcWOOtoMIOcmRQKYNtXoNOcWHh7osS7+qbZKe5qUPoWWLE tY7g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=yjFhgcrZXNizLPCHTjr+8IHZeKpXGrTH5NgZ17kWZDQ=; b=WWVHcoGdTa/QxSgp44WyhQrMgF7EhxIpe7SZHORrOEp1wcxFoKFwjHDtBc1FvtBimv Pvpjx2ZHg64umq+KjkUBCkMEltVntnC/jvgNjb7KDE8XD6R5HCPCuJamNIXbpTAslsPf znpmdJOYCLKPfhUAUa2ASYwWrI3goXjCfXtTYxOMJ5Oxa+mdiL2hsitzKgjzCmzGjbmU g4Szp5uMn3Guy2EZ8L1SeYUra1LHm76LxFnrUloCfjOwLe3nZ9Us9BzOajeBqPc+iQY0 7fgUqDB6B8gOAjSIwlhi+6QTT7eDGahjrhRxBqZXSFBybjFLHnTIPjuwRk6oVQ+ahcuY +9Jg== X-Gm-Message-State: AOAM531SSOWznoVGR8QHQVcEcBLDbd76P3prTsFiAUvS/e48MgA5PJlF Y691Erg37xBtvockxtXjxNE9MDNXRTqgoyFZkbQ= X-Google-Smtp-Source: ABdhPJwkLadk0uvDgX/t9LbBsEJfSAVLZbIp1DUN1d2z0IIVU60z8uYhXxxGck7IfwLDfbtDolKYTPqayUwgpH0aQFs= X-Received: by 2002:aca:b2c1:: with SMTP id b184mr7285068oif.57.1589685498738; Sat, 16 May 2020 20:18:18 -0700 (PDT) MIME-Version: 1.0 References: <6c6618d6-16bc-c76e-7f6c-24b5fb7f324e@gmail.com> <87r1vjvlbv.fsf@nicolasgoaziou.fr> In-Reply-To: <87r1vjvlbv.fsf@nicolasgoaziou.fr> From: Bibek Panthi Date: Sun, 17 May 2020 09:03:07 +0545 Message-ID: Subject: Re: possible fix for a bug in org-mode html export To: bpanthi , emacs-orgmode@gnu.org Content-Type: multipart/alternative; boundary="00000000000074fb6005a5cf7ff0" Received-SPF: pass client-ip=2607:f8b0:4864:20::22f; envelope-from=bpanthi977@gmail.com; helo=mail-oi1-x22f.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=gmail.com header.s=20161025 header.b=jgG+9u7D; dmarc=pass (policy=none) header.from=gmail.com; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -1.71 X-TUID: 20peU5mfGFM8 --00000000000074fb6005a5cf7ff0 Content-Type: text/plain; charset="UTF-8" I verfied. It works well. Thanks! On Sat, 16 May, 2020, 11:15 PM Nicolas Goaziou, wrote: > Hello, > > bpanthi writes: > > > When exporting an org file containing latex fragments with option > > > > #+OPTIONS: tex:dvipng > > > > in the html file the png image src attribute's value is not a valid URI. > > while it should be > src="file:///e:/dir/sth.png" ...> for the browser to work. > > I have fixed it in master. Please let me know how it goes. > > Thank you. > > Regards, > > -- > Nicolas Goaziou > --00000000000074fb6005a5cf7ff0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I verfied. It works well.=C2=A0
Thanks!=C2=A0
On Sat, 16 May, 2020, 11:15 PM N= icolas Goaziou, <mail@nicolasgoaziou.fr> wrote:
Hello,

bpanthi <bpanthi977@gmail.com> writes:

> When exporting an org file containing latex fragments with option
>
> #+OPTIONS: tex:dvipng
>
> in the html file the png image src attribute's value is not a vali= d URI.
> <img src=3D"e:/dir/sth.png" ...>=C2=A0 while it should= be <img
> src=3D"file:///e:/dir/sth.png" ...>=C2=A0 for the browser= to work.

I have fixed it in master. Please let me know how it goes.

Thank you.

Regards,

--
Nicolas Goaziou
--00000000000074fb6005a5cf7ff0--