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?

dm...@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'.

dm...@x60s ~/projects/org-mode/origin (git)-[master] % grep 
"org-save-context-info" lisp/*el
1 dm...@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)
dm...@x60s ~/projects/org-mode/origin (git)-[master] %

Best,
  -- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmj...@jabber.org
Email..... dm...@ictsoc.de

Attachment: pgp6p8Wj9j5Gi.pgp
Description: PGP signature

_______________________________________________
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

Reply via email to