From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Columns view for org-tags-view Date: Fri, 28 Oct 2011 14:48:17 +0200 Message-ID: <44277DE5-7B83-44A9-B3CD-81E791510BE9@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJlrF-000287-7X for emacs-orgmode@gnu.org; Fri, 28 Oct 2011 08:48:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJlrC-0001r7-4z for emacs-orgmode@gnu.org; Fri, 28 Oct 2011 08:48:25 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:47790) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJlrC-0001qC-0R for emacs-orgmode@gnu.org; Fri, 28 Oct 2011 08:48:22 -0400 Received: by eye4 with SMTP id 4so3934638eye.0 for ; Fri, 28 Oct 2011 05:48:21 -0700 (PDT) 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: Ilya Zonov Cc: emacs-orgmode@gnu.org Hello Ilya, correct analysis, thanks, this is fixed in the git repo. - Carsten On 28.10.2011, at 12:59, Ilya Zonov wrote: > Hello! >=20 > First of all I want say thank you for great emacs mode, which I using = for planning my life and job. Org-mode is the best! >=20 > I used 7.7 version with some patches from development version. For = example, patch which adds ability to cleanup items in agenda view = (org-columns-cleanup-item function). >=20 > I very like columns view, which I'm using for agenda views. So, I = found that %ITEM is not cleaned for agenda views are generated by = org-tags-view. After debuging and some investigation of org-tags-view = code, I found that items in agenda view generated by org-tags-view have = no text-property 'org-complex-heading-regexp. In this case = org-columns-cleanup-item does not clean items. >=20 > Then I found that properties for item are coped in org-scan-tags = function. But org-complex-heading-regexp property is not coped here. I = suggest to add this property in this function. Please, could you check = my correction? I have no big experience in lisp codding. So, maybe this = change have some impact to other parts of org-mode. Here is little patch = for version 7.7: >=20 > *** /usr/share/emacs/site-lisp/org-mode/org.el > --- Buffer org.el > *************** > *** 12514,12519 **** > --- 12514,12520 ---- > 'mouse-face 'highlight > 'org-not-done-regexp org-not-done-regexp > 'org-todo-regexp org-todo-regexp > + 'org-complex-heading-regexp org-complex-heading-regexp > 'help-echo > (format "mouse-2 or RET jump to org file %s" > (abbreviate-file-name >=20 > --=20 > =D0=98=D0=BB=D1=8C=D1=8F =D0=97=D0=BE=D0=BD=D0=BE=D0=B2 (Ilya Zonov) = aka puzan > Nizhny Novgorod, Russia