From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: variables governing archiving gone? Date: Fri, 22 Oct 2010 18:06:16 +0200 Message-ID: <2556FB43-440C-41D8-BCEC-3A06D29E765C@gmail.com> References: <4CBB570D.3050907@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=47830 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9LI8-0004LD-6V for emacs-orgmode@gnu.org; Fri, 22 Oct 2010 13:20:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9LI7-0000OI-7p for emacs-orgmode@gnu.org; Fri, 22 Oct 2010 13:20:32 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:37695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9LI7-0000Ml-1U for emacs-orgmode@gnu.org; Fri, 22 Oct 2010 13:20:31 -0400 Received: by mail-ew0-f41.google.com with SMTP id 25so715454ewy.0 for ; Fri, 22 Oct 2010 10:20:30 -0700 (PDT) In-Reply-To: <4CBB570D.3050907@gmail.com> 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: Brian van den Broek Cc: emacs-orgmode On Oct 17, 2010, at 10:05 PM, Brian van den Broek wrote: > Hi all, > > I've been overhauling my use or orgmode and have also started > keeping current with the git repository. From a pull less than 24hrs > ago, the documentation refers to the variables: > > - org-archive-default-command > - org-archive-save-context-info I am not autoloading every and all variables. Load org-archive.el and the variables will be visible. The general all time fix for problems like this in Org: C-c C-x ! It loads all Org files. - Carsten