change wording of processing message
* lisp/ob-exp.el (org-babel-exp-src-block): Tweak wording of processing message.
This commit is contained in:
parent
cd35ad9314
commit
51638aed3e
|
@ -117,7 +117,7 @@ Assume point is at the beginning of block's starting line."
|
||||||
(raw-params (nth 2 info)) hash)
|
(raw-params (nth 2 info)) hash)
|
||||||
;; bail if we couldn't get any info from the block
|
;; bail if we couldn't get any info from the block
|
||||||
(unless noninteractive
|
(unless noninteractive
|
||||||
(message "Processing %s code block at line %d..." lang line))
|
(message "org-babel-exp process %s at line %d..." lang line))
|
||||||
(when info
|
(when info
|
||||||
;; if we're actually going to need the parameters
|
;; if we're actually going to need the parameters
|
||||||
(when (member (cdr (assoc :exports (nth 2 info))) '("both" "results"))
|
(when (member (cdr (assoc :exports (nth 2 info))) '("both" "results"))
|
||||||
|
|
Loading…
Reference in New Issue