Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 4A755431FAF for ; Fri, 24 May 2013 00:22:46 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VLjvkUKPhiDj for ; Fri, 24 May 2013 00:22:36 -0700 (PDT) Received: from server.belohrad.ch (static-212-101-19-163.adsl.solnet.ch [212.101.19.163]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 99B3A431FAE for ; Fri, 24 May 2013 00:22:36 -0700 (PDT) Received: from beesknees.cern.ch.belohrad.ch (beesknees.cern.ch [137.138.197.99]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: david) by server.belohrad.ch (Postfix) with ESMTPSA id 9C41E2C002C; Fri, 24 May 2013 09:22:55 +0200 (CEST) From: David Belohrad To: "notmuch" Subject: converting notmuch email to 'TODO' entry in org-mode User-Agent: Notmuch/0.15.2+73~g1c450ec (http://notmuchmail.org) Emacs/23.2.1 (x86_64-pc-linux-gnu) Date: Fri, 24 May 2013 09:22:30 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 May 2013 07:22:46 -0000 Dear All, i'm constantly facing a task: someone sends me an email to do something, and I'm manually copying contents of email into org-mode task using org-mode templates. The template itself only enters the 'default' todo line and when it was entered, but I'd like to copy the contents of the email I'm currently in into that buffer. This would allow me to get e.g. exchange meeting request and seamlessly copy it into my agenda. is there any way how to get 'current email' (not current thread) contents into kill ring so I could write a small script to paste it into org-mode template? thanks .d.