From mboxrd@z Thu Jan 1 00:00:00 1970 From: Torsten Wagner Subject: Can't get column view working Date: Fri, 25 Nov 2011 22:42:46 +0900 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:54799) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTw3O-00081r-Dk for emacs-orgmode@gnu.org; Fri, 25 Nov 2011 08:43:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RTw3D-0000OE-6o for emacs-orgmode@gnu.org; Fri, 25 Nov 2011 08:42:58 -0500 Received: from mail-yx0-f169.google.com ([209.85.213.169]:36365) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RTw3D-0000Nx-0j for emacs-orgmode@gnu.org; Fri, 25 Nov 2011 08:42:47 -0500 Received: by yenm12 with SMTP id m12so4272144yen.0 for ; Fri, 25 Nov 2011 05:42:46 -0800 (PST) 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: Org Mode Mailing List Hi, after I converted all my BibTeX stuff into a org-mode file, I thought I can create (for the first time) a column view to see nicely title, autors, year and bibtex-key. This would look very similar to Jabrefs table view, which I used before. I created the following line. #+COLUMNS: %25TITLE %10AUTHOR %5YEAR %10CUSTOM_ID However, switching into the column-view creates the column header with the correct spacing but all headlines are empty now. Only many spaces later in the same row I find the ... end markers. Tab still opens the headline and q let me switch back. Is there anything I do wrong? I tried #+COLUMNS: %25ITEM %10AUTHOR %5YEAR %10CUSTOM_ID as well as #+COLUMNS: %25ITEM without success. It seems the column view is not working at all for my system. I tried the example for org-mode beamer on worg as well as the example in the manual. I always get long blank rows. Any idea? Torsten