Variable: org-protocol-reverse-list-of-files

org-protocol-reverse-list-of-files is a customizable variable defined in org-protocol.el.gz.

Value

t

Documentation

Non-nil means re-reverse the list of filenames passed on the command line.

The filenames passed on the command line are passed to the emacs-server in reverse order. Set to t (default) to re-reverse the list, i.e. use the sequence on the command line. If nil, the sequence of the filenames is unchanged.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-protocol.el.gz
;;; User variables:

(defcustom org-protocol-reverse-list-of-files t
  "Non-nil means re-reverse the list of filenames passed on the command line.
The filenames passed on the command line are passed to the emacs-server in
reverse order.  Set to t (default) to re-reverse the list, i.e. use the
sequence on the command line.  If nil, the sequence of the filenames is
unchanged."
  :type 'boolean)