Browse Source

Bug fixes.

Carsten Dominik 17 years ago
parent
commit
25572be5d6
2 changed files with 2 additions and 1 deletions
  1. 1 0
      ChangeLog
  2. 1 1
      org.el

+ 1 - 0
ChangeLog

@@ -4,6 +4,7 @@
 	`org-agenda-maybe-reset-markers'.  FORCE argument removed.
 	(org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
 	function, without force argument.
+	(org-buffer-property-keys): Bind local variables s and p.
 
 2008-02-12  Carsten Dominik  <dominik@science.uva.nl>
 

+ 1 - 1
org.el

@@ -16132,7 +16132,7 @@ With INCLUDE-DEFAULTS, also include properties that has special meaning
 internally: ARCHIVE, CATEGORY, SUMMARY, DESCRIPTION, LOCATION, and LOGGING.
 With INCLUDE-COLUMNS, also include property names given in COLUMN
 formats in the current buffer."
-  (let (rtn range cfmt cols)
+  (let (rtn range cfmt cols s p)
     (save-excursion
       (save-restriction
 	(widen)