소스 검색

Release 5.13a

Carsten Dominik 17 년 전
부모
커밋
1977708dd9
4개의 변경된 파일56개의 추가작업 그리고 10개의 파일을 삭제
  1. 12 10
      org.el
  2. BIN
      org.pdf
  3. BIN
      orgcard.pdf
  4. 44 0
      request-assign.future

+ 12 - 10
org.el

@@ -5,7 +5,7 @@
 ;; Author: Carsten Dominik <carsten at orgmode dot org>
 ;; Keywords: outlines, hypermedia, calendar, wp
 ;; Homepage: http://orgmode.org
-;; Version: 5.13
+;; Version: 5.13a
 ;;
 ;; This file is part of GNU Emacs.
 ;;
@@ -83,7 +83,7 @@
 
 ;;; Version
 
-(defconst org-version "5.13"
+(defconst org-version "5.13a"
   "The version number of the file org.el.")
 (defun org-version ()
   (interactive)
@@ -15441,14 +15441,16 @@ This is the compiled version of the format.")
 
 (defun org-columns-cleanup-item (item fmt)
   "Remove from ITEM what is a column in the format FMT."
-  (when (string-match org-complex-heading-regexp item)
-    (concat
-     (org-add-props (concat (match-string 1 item) " ") nil
-       'org-whitespace (* 2 (1- (org-reduced-level (- (match-end 1) (match-beginning 1))))))
-     (and (match-end 2) (not (assoc "TODO" fmt)) (concat " " (match-string 2 item)))
-     (and (match-end 3) (not (assoc "PRIORITY" fmt)) (concat " " (match-string 3 item)))
-     " " (match-string 4 item)
-     (and (match-end 5) (not (assoc "TAGS" fmt)) (concat " " (match-string 5 item))))))
+  (if (not org-complex-heading-regexp)
+      item
+    (when (string-match org-complex-heading-regexp item)
+      (concat
+       (org-add-props (concat (match-string 1 item) " ") nil
+	 'org-whitespace (* 2 (1- (org-reduced-level (- (match-end 1) (match-beginning 1))))))
+       (and (match-end 2) (not (assoc "TODO" fmt)) (concat " " (match-string 2 item)))
+       (and (match-end 3) (not (assoc "PRIORITY" fmt)) (concat " " (match-string 3 item)))
+       " " (match-string 4 item)
+       (and (match-end 5) (not (assoc "TAGS" fmt)) (concat " " (match-string 5 item)))))))
   
 (defun org-columns-show-value ()
   "Show the full value of the property."

BIN
org.pdf


BIN
orgcard.pdf


+ 44 - 0
request-assign.future

@@ -0,0 +1,44 @@
+Please email the following information to assign@gnu.org, and we
+will send you the assignment form for your past and future changes.
+
+Please use your full legal name (in ASCII characters) as the subject
+line of the message.
+----------------------------------------------------------------------
+REQUEST: SEND FORM FOR PAST AND FUTURE CHANGES
+
+[What is the name of the program or package you're contributing to?]
+
+  Org-mode, which is part of Emacs
+
+[Did you copy any files or text written by someone else in these changes?
+Even if that material is free software, we need to know about it.]
+
+
+[Do you have an employer who might have a basis to claim to own
+your changes?  Do you attend a school which might make such a claim?]
+
+
+[For the copyright registration, what country are you a citizen of?]
+
+
+[What year were you born?]
+
+
+[Please write your email address here.]
+
+
+[Please write your postal address here.]
+
+
+
+
+
+[Which files have you changed so far, and which new files have you written
+so far?]
+
+
+
+
+
+
+