diff options
Diffstat (limited to 'lisp/org/ob-ref.el')
-rw-r--r-- | lisp/org/ob-ref.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-ref.el b/lisp/org/ob-ref.el index e5085ac7b49..472d3e6f657 100644 --- a/lisp/org/ob-ref.el +++ b/lisp/org/ob-ref.el @@ -176,7 +176,7 @@ the variable." ;; buffer (marker-buffer id-loc) ;; loc (marker-position id-loc)) ;; (move-marker id-loc nil) - (error "Reference '%s' not found in this buffer" ref)) + (error "Reference ā%sā not found in this buffer" ref)) (cond (lob-info (setq type 'lob)) (id (setq type 'id)) |