Browse Source

Merge branch 'hotfix-7.8.06'

Bastien Guerry 13 years ago
parent
commit
57e677d444
2 changed files with 2 additions and 2 deletions
  1. 1 1
      UTILITIES/pw
  2. 1 1
      lisp/ob.el

+ 1 - 1
UTILITIES/pw

@@ -314,7 +314,7 @@ def action_update_patch(rpc, patch_id, state = None, commit = None,
 
         if state.lower() in notify_on_state_change:
             if not delegate_id:
-                sys.stderr.write("Error: Delete (-d) required for this update\n")
+                sys.stderr.write("Error: Delegate (-d) required for this update\n")
                 sys.exit(1)
                 
             person = rpc.person_get(delegate_id)

+ 1 - 1
lisp/ob.el

@@ -2244,7 +2244,7 @@ block but are passed literally to the \"example-block\"."
 		    (when (org-babel-ref-goto-headline-id source-name)
 		      (org-babel-ref-headline-body)))
 		  ;; find the expansion of reference in this buffer
-		  (let ((rx (concat rx-prefix source-name))
+		  (let ((rx (concat rx-prefix source-name "[ \t\n]"))
 			expansion)
 		    (save-excursion
 		      (goto-char (point-min))