Browse Source

Merge branch 'maint' into master

Kyle Meyer 5 years ago
parent
commit
a88806b554
3 changed files with 12 additions and 1 deletions
  1. 1 0
      lisp/org-colview.el
  2. 10 1
      lisp/org-refile.el
  3. 1 0
      lisp/org.el

+ 1 - 0
lisp/org-colview.el

@@ -1586,6 +1586,7 @@ PARAMS is a property list of parameters:
       (move-marker org-columns-begin-marker (point))
       (move-marker org-columns-begin-marker (point))
     (setq org-columns-begin-marker (point-marker)))
     (setq org-columns-begin-marker (point-marker)))
   (let* ((org-columns--time (float-time))
   (let* ((org-columns--time (float-time))
+	 (org-done-keywords org-done-keywords-for-agenda)
 	 (fmt
 	 (fmt
 	  (cond
 	  (cond
 	   ((bound-and-true-p org-overriding-columns-format))
 	   ((bound-and-true-p org-overriding-columns-format))

+ 10 - 1
lisp/org-refile.el

@@ -414,7 +414,16 @@ being set to t and copy to the target location, don't move it.
 Beware that keeping refiled entries may result in duplicated ID
 Beware that keeping refiled entries may result in duplicated ID
 properties.
 properties.
 
 
-RFLOC can be a refile location obtained in a different way.
+RFLOC can be a refile location obtained in a different way.  It
+should be a list with the following 4 elements:
+
+1. Name - an identifier for the refile location, typically the
+headline text
+2. File - the file the refile location is in
+3. nil - used for generating refile location candidates, not
+needed when passing RFLOC
+4. Position - the position in the specified file of the
+headline to refile under
 
 
 MSG is a string to replace \"Refile\" in the default prompt with
 MSG is a string to replace \"Refile\" in the default prompt with
 another verb.  E.g. `org-copy' sets this parameter to \"Copy\".
 another verb.  E.g. `org-copy' sets this parameter to \"Copy\".

+ 1 - 0
lisp/org.el

@@ -662,6 +662,7 @@ defined in org-duration.el.")
 (defvar org-modules-loaded nil
 (defvar org-modules-loaded nil
   "Have the modules been loaded already?")
   "Have the modules been loaded already?")
 
 
+;;;###autoload
 (defun org-load-modules-maybe (&optional force)
 (defun org-load-modules-maybe (&optional force)
   "Load all extensions listed in `org-modules'."
   "Load all extensions listed in `org-modules'."
   (when (or force (not org-modules-loaded))
   (when (or force (not org-modules-loaded))