From mboxrd@z Thu Jan 1 00:00:00 1970 From: Max Mikhanosha Subject: Re: Sticky agenda status? Date: Fri, 13 Apr 2012 18:56:03 -0400 Message-ID: <878vhztf5o.wl%max@openchat.com> References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Return-path: Received: from eggs.gnu.org ([208.118.235.92]:45031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIpPT-0006fS-R0 for emacs-orgmode@gnu.org; Fri, 13 Apr 2012 18:56:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SIpPR-0005OR-S1 for emacs-orgmode@gnu.org; Fri, 13 Apr 2012 18:56:07 -0400 Received: from openchat.com ([75.99.81.170]:43045 helo=momoland.openchat.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIpPR-0005O8-OD for emacs-orgmode@gnu.org; Fri, 13 Apr 2012 18:56:05 -0400 In-Reply-To: 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: Kyle Machulis Cc: emacs-orgmode@gnu.org At Fri, 13 Apr 2012 08:59:37 +0800, Kyle Machulis wrote: > > Just curious if the sticky agenda branch is going to land as a feature > at some point, or if there was some discussion on what's blocking it > that I'm missing? There was lots of action last month then silence, > and it looks like the branch has bitrotted against the trunk now. Was > kinda looking forward to it as a feature. :) > I had merged origin/master into max-sticky-agenda, can you try it out so that there is more then one person running it? If everything looks good I'll push it to master on Monday. So far I had one problem with babel, which appears unrelated to sticky changes, as org-babel-header-arg-expand seems to be made it into default value of org-tab-first-hook, and right that function throws some weird error inside of it. I simply added (remove-hook 'org-tab-first-hook 'org-babel-header-arg-expand) to my org mode initialization. Regards, Max