Re: [O] [PATCH] Patches for agenda exiting commands

2015-01-05 Thread Nicolas Goaziou
Kyle Meyer writes: > I've reworded the commit message for the remaining patches. Applied. Thank you. Regards,

Re: [O] [PATCH] Patches for agenda exiting commands

2015-01-04 Thread Kyle Meyer
Nicolas Goaziou wrote: [...] > Nitpick: in commit messages, prefer the present tense. I've reworded the commit message for the remaining patches. >> +(defvar org-agenda-last-indirect-buffer nil) > > Please provide a docstring for this new variable. [...] > Also, the commit message lacks the crea

Re: [O] [PATCH] Patches for agenda exiting commands

2015-01-03 Thread Nicolas Goaziou
Hello, Kyle Meyer writes: > I've attached a few patches related to the agenda exiting commands. Thank you. I applied patches 1, 2 and 3. > Subject: [PATCH 4/5] org-agenda: Track last indirect buffer > > * lisp/org-agenda.el (org-agenda-tree-to-indirect-buffer): Record last > indirect buffer

[O] [PATCH] Patches for agenda exiting commands

2015-01-02 Thread Kyle Meyer
Hello, I've attached a few patches related to the agenda exiting commands. Please let me know any comments. -- Kyle >From eda6e1d681ba11d427fe37cfe8af966e82ebab2d Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 2 Jan 2015 17:38:19 -0500 Subject: [PATCH 1/5] org-agenda: Fix exiting functio