Merge branch 'maint'
This commit is contained in:
commit
f4b0fb3dee
|
@ -9684,7 +9684,7 @@ active region."
|
|||
;; We're done setting link and desc, clean up
|
||||
(if (consp link) (setq cpltxt (car link) link (cdr link)))
|
||||
(setq link (or link cpltxt)
|
||||
desc (or desc cpltxt))
|
||||
desc (or desc cpltxt ""))
|
||||
(cond ((equal desc "NONE") (setq desc nil))
|
||||
((string-match org-bracket-link-analytic-regexp desc)
|
||||
(let ((d0 (match-string 3 desc))
|
||||
|
|
Loading…
Reference in New Issue