From mboxrd@z Thu Jan 1 00:00:00 1970 From: "G. Martin Butz" Subject: Agenda view with bibliographic references Date: Mon, 14 May 2012 09:42:23 +0200 Message-ID: <4FB0B75F.9050807@sym.net> Reply-To: butz@sym.net Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:55607) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STqLA-0000Av-Cn for emacs-orgmode@gnu.org; Mon, 14 May 2012 04:09:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1STqL4-0000BM-V4 for emacs-orgmode@gnu.org; Mon, 14 May 2012 04:09:11 -0400 Received: from [212.227.83.185] (port=50305 helo=mail.sym.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1STqL4-0000BE-JK for emacs-orgmode@gnu.org; Mon, 14 May 2012 04:09:06 -0400 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: "emacs-orgmode@gnu.org" Hallo to all, as I have quite a few bibliographic references scattered around several files, I build myself a custom agenda view, gathering all references (tagged with "bib") using the column view. (setq org-agenda-custom-commands '(("l" "Literaturliste" tags "Bib" ((org-agenda-remove-tags t) (org-agenda-overriding-columns-format "%80ITEM %20FILE") (org-agenda-view-columns-initially t)) (org-agenda-sorting-strategy '(alpha-up)) (org-agenda-compact-blocks t)) )) I wonder, if it is possible to get an alphabetically sorted list of all entries without having them displayed filewise. Right now my agenda view displayes the entries like: a_item | x.org m_item | x.org b_item | y.org n_item | y.org aso. What I would like is the following a_item | x.org b_item | y.org m_item | x.org n_item | y.org aso. Or - if this is not possible - can I at least show a short version of the file name (like in the ordinary agenda view)? Right now the column "file" displays the full file path which I do not need. Can anybody help? Many thanks in advance Martin -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | G. Martin Butz, mb@mkblog.org, 0421 98749324, www.mkblog.org | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~