From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: [ANN] org-mime -- using orgmode to send html mail? Date: Wed, 14 Apr 2010 15:26:57 -0400 Message-ID: <87hbndhm2m.fsf@gollum.intra.norang.ca> References: <71591C25-1B0B-4162-A53C-16DB9436C0F3@gmail.com> <8739z9c3vq.fsf@gmail.com> <8739z44lyl.fsf@gmail.com> <87bpdoio0j.fsf@gmail.com> <87mxx6hmvw.fsf@gmail.com> <87d3y2f5c1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O28Ev-0003fl-TK for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 15:27:09 -0400 Received: from [140.186.70.92] (port=41108 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O28Es-0003eP-RX for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 15:27:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O28Eo-000249-93 for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 15:27:05 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:60320) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O28En-00023v-OK for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 15:27:02 -0400 In-Reply-To: (Andrew Hyatt's message of "Wed\, 14 Apr 2010 14\:00\:00 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Andrew Hyatt Cc: emacs-orgmode@gnu.org Andrew Hyatt writes: > Thanks! I =C2=A0finally got it to work. I actually did have the latest > code, but my issue was that when I upgraded to the new org, I forgot > to byte-compile before I did M-x org-reload. > > After I got your latest code, it all works now. =C2=A0I'm looking forward > to using it! > This is one reason I have stopped byte-compiling mine. I haven't noticed a speed degradation and it's one less step each time I upgrade org-mode. Just check out the version of org I want to play with and=20 M-x org-reload and I'm done. Other reasons (I can think of immediately): - No more issues with compiled version being different than the sources -- since there is no compiled version - Stack dumps are more readable - Hacking on the code is easier - Tracking down source commits for bugs with git bisect doesn't need extra compilation steps (or time) Regards, Bernt