From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Marcin Borkowski Newsgroups: gmane.emacs.help Subject: Re: want a file format easily edited and read by emacs that allows (multiple) pictures to be included Date: Sat, 02 Dec 2017 22:08:59 +0100 Message-ID: <87indo7s7o.fsf@mbork.pl> References: <87tvx99t3y.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1512248999 24831 195.159.176.226 (2 Dec 2017 21:09:59 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 2 Dec 2017 21:09:59 +0000 (UTC) User-Agent: mu4e 0.9.19; emacs 27.0.50 Cc: help-gnu-emacs@gnu.org, Daian YUE To: Dan Hitt Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Dec 02 22:09:48 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eLF2h-0005u0-OD for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Dec 2017 22:09:47 +0100 Original-Received: from localhost ([::1]:36942 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLF2p-0000g0-0S for geh-help-gnu-emacs@m.gmane.org; Sat, 02 Dec 2017 16:09:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLF2L-0000fu-K8 for help-gnu-emacs@gnu.org; Sat, 02 Dec 2017 16:09:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eLF2G-0007lK-M2 for help-gnu-emacs@gnu.org; Sat, 02 Dec 2017 16:09:25 -0500 Original-Received: from mail.mojserwer.eu ([195.110.48.8]:51756) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eLF2G-0007dH-El for help-gnu-emacs@gnu.org; Sat, 02 Dec 2017 16:09:20 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.mojserwer.eu (Postfix) with ESMTP id 8E1B0E6532; Sat, 2 Dec 2017 22:09:08 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail.mojserwer.eu Original-Received: from mail.mojserwer.eu ([127.0.0.1]) by localhost (mail.mojserwer.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id s8OGb4IFOFC7; Sat, 2 Dec 2017 22:09:06 +0100 (CET) Original-Received: from localhost (static-dwadziewiec-jedenpiec7.echostar.pl [109.232.29.157]) by mail.mojserwer.eu (Postfix) with ESMTPSA id 10A74E61F5; Sat, 2 Dec 2017 22:09:06 +0100 (CET) In-reply-to: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.110.48.8 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:115172 Archived-At: On 2017-12-02, at 21:31, Dan Hitt wrote: > The one aspect of org mode (or html) that is a sort of problem is that > the images it shows cannot exist in the file itself, but rather float > in the file system (or presumably served remotely over http). > > The problem here is breakage. The image can get renamed or deleted, > and then the file.org is broken. > > That's why i would like something where the image is copied directly > into the file. I'm pretty sure you could embed the image in some kind of a source block, so that after executing it, the image file would appear in the current directory. I could try to make a proof of concept tomorrow if you're interested. -- Marcin Borkowski