org-mode函数中的POM是什么意思
之前看org-mode的函数签名,很多时候都有一个 POM
的参数,意义不明。
直到今天无意中看到了 org-with-point-at
这个函数。关于它的doc-string是
org-with-point-at is a Lisp macro in ‘org-macs.el’. (org-with-point-at POM &rest BODY) Move to buffer and point of point-or-marker POM for the duration of BODY.
终于明白了, POM
原来是 point-or-maker
的缩写...