소스 검색

Bug fixes.

Carsten Dominik 17 년 전
부모
커밋
25572be5d6
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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)