From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: Integration of notmuch email references in notes in org-mode Date: Mon, 18 Feb 2013 16:33:45 +0100 Message-ID: <512249D9.10002@gmail.com> References: <5122316C.7070706@gmail.com> <20130218151250.GE18291@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55174) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7SjG-0002vq-Nj for emacs-orgmode@gnu.org; Mon, 18 Feb 2013 10:34:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7SjA-0008Jn-Bo for emacs-orgmode@gnu.org; Mon, 18 Feb 2013 10:34:06 -0500 Received: from plane.gmane.org ([80.91.229.3]:43115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7SjA-0008JG-26 for emacs-orgmode@gnu.org; Mon, 18 Feb 2013 10:34:00 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U7SjQ-0001gu-48 for emacs-orgmode@gnu.org; Mon, 18 Feb 2013 16:34:16 +0100 Received: from arn78-1-88-186-171-7.fbx.proxad.net ([88.186.171.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Feb 2013 16:34:16 +0100 Received: from R.M.Krug by arn78-1-88-186-171-7.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Feb 2013 16:34:16 +0100 In-Reply-To: <20130218151250.GE18291@kuru.dyndns-at-home.com> 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 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 18/02/13 16:12, Suvayu Ali wrote: > Hi Rainer > > On Mon, Feb 18, 2013 at 02:49:32PM +0100, Rainer M Krug wrote: >> >> - From time to time, I have to include email references in notes in org. There is obviously >> org-notmuch.el, but I am not to happy with it as, when exporting the notes, the link is shown >> but neither clickable nor the resulting email is shown in the exported document (both >> understandable). >> > > This has also been an irritation of mine. I think I will take your second idea (include the > email on export) and see if I can come-up with a patch for org-notmuch. Since I'm still a > newbie elisp programmer, this might take a while. :-p If there is a solution in sight, I am happy to wait a bit - email in export, possibly in a block so that it is set apart from the rest of the document, would be brilliant. Possibly having an option which can be set to have links exported as links or expanded on export, would be really nice. > >> I could also include a bash source block: >> >> #+header: :results output org #+begin_src sh notmuch show thread:XXXXXXXXXXXXXXXX #+end_src >> >> the result ooks ugly formated - if I use raw, I can not fold the result, due to strange >> characters at the beginning of the header lines. > > Actually what you see is supposed to be easily parsed. From the notmuch-show man page: > > --format=(text|json|sexp|mbox|raw) > > text (default for messages) > > The default plain-text format has all text-content MIME parts decoded. Various components in > the output, (message, header, body, attachment, and MIME part), will be delimited by > easily-parsed markers. Each marker consists of a Control-L character (ASCII decimal 12), the > name of the marker, and then either an opening or closing brace, ('{' or '}'), to either open > or close the component. For a multipart MIME message, these parts will be nested. > > I'm assuming what you presently see is in text format (default). Since you are not happy with > this, I would suggest you try the mbox format. > > [...] > > mbox > > All matching messages are output in the traditional, Unix mbox format with each message being > prefixed by a line beginning with "From " and a blank line separating each message. Lines in > the message content beginning with "From " (preceded by zero or more '>' characters) have an > additional '>' character added. This reversible escaping is termed "mboxrd" format and > described in detail here: > > http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/mail-mbox-formats.html > Haven't thought about that - should be straight forward to find a suitable format. > A quick question though, how do you plan on handling attachments, I presume you want to strip > them? Yes - attachments should be included simply as a line "Attachment: NameOfAttachment" - that would be fine. Thanks, and I am looking forward to the new additions to org-notmuch, Rainer > In that case you will have to parse the output anyway. > > Hope this helps, > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJRIknZAAoJENvXNx4PUvmCo1AIAI+xSqnxwHLCitiFmPO/wDXV ygMahUG58s1sy9qDlaKMUmO5GQoHXO9HBFlNyHYt++iBqbUU02LDeCIHbFOv2CT6 Fnzk6SH/eq2sZMIctHju3ybLYYKqV/jJJQwTHEBNjPyywC6IE3cpx0Xftv/xKERw hKiUttnyucZm3JVoZGLA5kAssq6SAUXFONxaRDekDl4Bch6HNfjoNTSpl4kw0FQz Jqym+8I8zRMSbrXGyo87KcIM6h3sKTZaeSmAzeuVD3I2E3ovWC2ufbAewLhgpM8P K8NuR5tURz4DLaoE0Qy9jy0PTZsvzNBt11dB4v9KQHHjIzacGYdiKuWHElLxoc4= =CMyd -----END PGP SIGNATURE-----