From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Macro question with new texinfo exporter Date: Sat, 16 Feb 2013 11:40:17 -0500 Message-ID: <7168.1361032817@alphaville> References: <877gmvalzn.fsf@gmail.com> <87vcae53fi.fsf@bzg.ath.cx> <87haly96xi.fsf@gmail.com> <87zjzqejhz.fsf@bzg.ath.cx> <87wquumhqk.fsf@gmail.com> <87wquth35i.fsf@bzg.ath.cx> <87ehh12gjp.fsf@gmail.com> <87halsat2l.fsf@bzg.ath.cx> <87lib33o0u.fsf@Rainer.invalid> <87wqu81una.fsf@bzg.ath.cx> <874nhc36j4.fsf@Rainer.invalid> <87ehggo8db.fsf@bzg.ath.cx> <87zjz41r1h.fsf@Rainer.invalid> <87621s1jnr.fsf@ericabrahamsen.net> Reply-To: nicholas.dokos@hp.com Return-path: Received: from eggs.gnu.org ([208.118.235.92]:48299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6koM-0001vc-7q for emacs-orgmode@gnu.org; Sat, 16 Feb 2013 11:40:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U6koI-0006WG-W5 for emacs-orgmode@gnu.org; Sat, 16 Feb 2013 11:40:26 -0500 Received: from g5t0007.atlanta.hp.com ([15.192.0.44]:17609) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U6koI-0006Uy-QZ for emacs-orgmode@gnu.org; Sat, 16 Feb 2013 11:40:22 -0500 In-Reply-To: Message from Eric Abrahamsen of "Sat, 16 Feb 2013 21:18:48 +0800." <87621s1jnr.fsf@ericabrahamsen.net> 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: Eric Abrahamsen Cc: emacs-orgmode@gnu.org Eric Abrahamsen wrote: > Achim Gratz writes: > > > Bastien writes: > >> PS: I wonder if *any* of the menu item is used... as I don't use the > >> menu myself, it's hard to tell. > > > > These days I only ever use it for "Show All" which does have a menu > > entry, but no key binding. But before I got used to where the keys are > > I often used the menu to do things in tables, so I guess the menu gets > > good use by other new users of Org (just that apparently none of them > > tries to "reload Org uncompiled"). > > Related to this -- how do you folks handle multiple local git branches? > Do you always run uncompiled, and follow every git checkout with > org-reload? I've caught myself several times recently doing git > checkouts and reloading, but of course still reloading the byte-compiled > files from the previous branch.... > I don't trust org-reload enough for that: I write[fn:1] a minimal .emacs that does whatever it needs to do to get me to the problem as fast as possible and start a new emacs (emacs -q -l /path/to/minimal.emacs ...) Nick Footnotes: [fn:1] "Write" is a bit of an exaggeration: I have a standard one that I copy and modify for my current needs. When I'm done, I throw it away.