From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Near real-time preview of PDF/ODT export? Date: Fri, 22 Nov 2013 14:59:32 +0100 Message-ID: <87wqk0o7uj.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjrPJ-0007V5-S1 for emacs-orgmode@gnu.org; Fri, 22 Nov 2013 09:08:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjrPE-0002o1-2P for emacs-orgmode@gnu.org; Fri, 22 Nov 2013 09:08:29 -0500 Received: from plane.gmane.org ([80.91.229.3]:57247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjrPD-0002nw-RA for emacs-orgmode@gnu.org; Fri, 22 Nov 2013 09:08:24 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VjrLA-0000G6-2o for emacs-orgmode@gnu.org; Fri, 22 Nov 2013 15:04:12 +0100 Received: from 241-104-190-109.dsl.ovh.fr ([109.190.104.241]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Nov 2013 15:04:12 +0100 Received: from bzg by 241-104-190-109.dsl.ovh.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Nov 2013 15:04:12 +0100 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@gnu.org Dear all, Richard Stallman started a thread on emacs-devel on how to let Emacs do WYSIWG word processing: https://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00515.html "25 years ago I hoped we would extend Emacs to do WYSIWG word processing. That is why we added text properties and variable width fonts. However, more features are still needed to achieve this. Could people please start working on the features that are needed?" This hit the news: https://news.ycombinator.com/item?id=6773529 I don't want to fork the thread and import the discussion here, instead I'd like to discuss a feature for Org that I think would be useful*. How far are we from allowing users to preview an exported Org buffer into a separate window, and displaying either a PDF or an ODT document through DocView? Since Org can already perform export asynchronously, maybe all what we need is to create a function for `write-file-hooks' that exports in the background and display the document in another window. Maybe someone already have such a setup? Would you be interested in having it? Thanks in advance for your feedback! * See http://article.gmane.org/gmane.emacs.devel/165543 -- Bastien