From: David Maus <dmaus@ictsoc.de>
To: Brian van den Broek <vanden@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: variables governing archiving gone?
Date: Mon, 18 Oct 2010 20:05:09 +0200 [thread overview]
Message-ID: <87ocarpeay.wl%dmaus@ictsoc.de> (raw)
In-Reply-To: <4CBB570D.3050907@gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 2048 bytes --]
At Sun, 17 Oct 2010 16:05:33 -0400,
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
>
> But neither C-h a nor M-x customize group org-agenda seems to know of
> either variable.
>
> Doc bug, code bug, or user error?
User error?
dmaus@x60s ~/projects/org-mode/origin (git)-[master] % grep "org-archive-default" lisp/*el
lisp/org-agenda.el:(defvar org-archive-default-command)
lisp/org-agenda.el: (org-agenda-archive-with org-archive-default-command))
lisp/org-agenda.el: (org-agenda-archive-with org-archive-default-command 'confirm))
lisp/org-archive.el:(defcustom org-archive-default-command 'org-archive-subtree
lisp/org-archive.el:This command is set with the variable `org-archive-default-command'."
lisp/org-archive.el: (call-interactively org-archive-default-command))
lisp/org-archive.el:This command is set with the variable `org-archive-default-command'."
lisp/org-archive.el: (call-interactively org-archive-default-command)
lisp/org-install.el:This command is set with the variable `org-archive-default-command'.
lisp/org-install.el:This command is set with the variable `org-archive-default-command'.
dmaus@x60s ~/projects/org-mode/origin (git)-[master] % grep "org-save-context-info" lisp/*el
1 dmaus@x60s ~/projects/org-mode/origin (git)-[master] % grep "org-archive-save-context-info" lisp/*el
lisp/org-archive.el:`time' from the variable `org-archive-save-context-info'."
lisp/org-archive.el:(defcustom org-archive-save-context-info '(time file olpath category todo itags)
lisp/org-archive.el: (when org-archive-save-context-info
lisp/org-archive.el: (let ((l org-archive-save-context-info) e n v)
dmaus@x60s ~/projects/org-mode/origin (git)-[master] %
Best,
-- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... dmaus@ictsoc.de
[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]
[-- Attachment #2: Type: text/plain, Size: 201 bytes --]
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
next prev parent reply other threads:[~2010-10-18 18:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-17 20:05 variables governing archiving gone? Brian van den Broek
2010-10-18 18:05 ` David Maus [this message]
2010-10-22 16:06 ` Carsten Dominik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ocarpeay.wl%dmaus@ictsoc.de \
--to=dmaus@ictsoc.de \
--cc=emacs-orgmode@gnu.org \
--cc=vanden@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.