From mboxrd@z Thu Jan 1 00:00:00 1970 From: Markus Ecce Subject: org-capture questions: not auto-loaded? no tag-alignment? Date: Tue, 28 Sep 2010 13:44:50 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=59982 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P0Yc8-0005c3-UK for emacs-orgmode@gnu.org; Tue, 28 Sep 2010 07:44:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1P0Yc7-00075N-Qy for emacs-orgmode@gnu.org; Tue, 28 Sep 2010 07:44:52 -0400 Received: from mail-qy0-f169.google.com ([209.85.216.169]:39489) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1P0Yc7-00075I-Ot for emacs-orgmode@gnu.org; Tue, 28 Sep 2010 07:44:51 -0400 Received: by qyk7 with SMTP id 7so7052942qyk.0 for ; Tue, 28 Sep 2010 04:44:50 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi everybody, I recently switched from org-remember to org-capture and noticed two potential regressions, but maybe I'm missing something... First, when I launch emacs (and don't load an .org file or enter org-mode) I cannot use "org-capture". C-c c gives: "Symbol's function definition is void: org-capture"). By contrast, "org-remember" does work. Of course I can fix this by adding "(require 'org-install)" to my .emacs -- but it would be nicer if worked without that (like org-remember did). Second, with org-remember, tags inserted with "%^g" in the template were correctly aligned (respecting the setting of org-tags-column). With org-capture, tags are just a space away from the headline text. Is there a way to get the "old" behavior with org-capture as well? Otherwise I'm very happy with org-capture -- thanks for all this! BTW I'm using Emacs 23.2.1 on Linux with org-mode from git. Greetings, Markus