Re: [Orgmode] Problems with buffer-local variables

2011-02-16 Thread Bastien
Hi Dan, Dan Davison writes: > Here's a patch. It clones into the pre-export buffer all buffer-local > variables that match a regexp (currently "^\\(org-\\|orgtbl-\\)"). We > might want to watch out for unanticipated side effects. I've just tested and applied this - uesful, thanks! -- Bastien

[Accepted] [Orgmode] Problems with buffer-local variables

2011-02-16 Thread Bastien Guerry
e: text/plain; charset="utf-8" > MIME-Version: 1.0 > Content-Transfer-Encoding: 7bit > Subject: [Orgmode] Problems with buffer-local variables > Date: Tue, 01 Feb 2011 01:00:44 - > From: Dan Davison > X-Patchwork-Id: 567 > Message-Id: > To: Carsten Dominik &

Re: [Orgmode] Problems with buffer-local variables

2011-01-31 Thread Dan Davison
Carsten Dominik writes: > On Dec 22, 2010, at 3:51 PM, Dan Davison wrote: > >> There's recently been some advocacy of using buffer-local variables >> for >> Org-mode configuration. It seems like a good idea to me. However, I >> think that it raises a problem: there are at least two situations in

Re: [Orgmode] Problems with buffer-local variables

2011-01-14 Thread Carsten Dominik
On Dec 22, 2010, at 3:51 PM, Dan Davison wrote: There's recently been some advocacy of using buffer-local variables for Org-mode configuration. It seems like a good idea to me. However, I think that it raises a problem: there are at least two situations in which Org internally spawns a buffer

[Orgmode] Problems with buffer-local variables

2010-12-22 Thread Dan Davison
There's recently been some advocacy of using buffer-local variables for Org-mode configuration. It seems like a good idea to me. However, I think that it raises a problem: there are at least two situations in which Org internally spawns a buffer that is supposed to be a sort of "copy" of another Or