From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: feature request/discussion: org-forms Date: Sat, 04 Jan 2014 15:21:42 +0100 Message-ID: <878uuvu8sp.fsf@bzg.ath.cx> References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzS6r-0002rH-Ey for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 09:21:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VzS6l-00057l-3O for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 09:21:53 -0500 Received: from mail-wg0-x234.google.com ([2a00:1450:400c:c00::234]:55660) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VzS6k-00056C-RK for emacs-orgmode@gnu.org; Sat, 04 Jan 2014 09:21:47 -0500 Received: by mail-wg0-f52.google.com with SMTP id x13so14484674wgg.7 for ; Sat, 04 Jan 2014 06:21:46 -0800 (PST) In-Reply-To: (khaije rock's message of "Thu, 5 Dec 2013 18:05:17 -0500") 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: khaije rock Cc: emacs-orgmode@gnu.org Hi Khaije, khaije rock writes: > I've found on some occasions that I wish for the ability to simply > export my org-mode notes, (procedural instructions, status/inventory > tables, work log)  into a simple fill-able form, (w/ content derived > from the enclosed content and properties), and either print it or > record inputs directly through the form in some organized way, (to a > table perhaps) [fn:1] into emacs. If I understand correctly, you may want "templates" -- i.e. an entry skeleton that you can use for inserting data. You might be interested in yasnippet: http://www.emacswiki.org/emacs/Yasnippet For something fancier like Org entry->HTML form, I guess you'll have to hack something together. HTH, -- Bastien