Re: [PATCH] lisp/org-id.el: Add new relative timestamp feature for `ts' `org-id-method'

2023-07-03 Thread Kierin Bell
Ihor Radchenko writes: > It has been over one month since the last email in this thread. > May I know if you had a chance to work on your patch any further? Hello, I have made some progress, and I should have some time soon to finalize and submit version 2. Thanks! -- Kierin Bell G

Re: [PATCH] lisp/org-id.el: Add new relative timestamp feature for `ts' `org-id-method'

2023-05-31 Thread Kierin Bell
Ihor Radchenko writes: > Kierin Bell writes: > >> 3. I have implemented a check to verify that `org-id-ts-relative-function' is >> only called in Org mode buffers. But since I am uncertain about all of >> the possible contexts in which `org-id-new' can be called, I a

Inserting arbitrary lines before tables with Babel

2022-10-29 Thread Kierin Bell
Hello, When evaluating Babel code blocks with a ':results table' header argument, what is the best way to automatically insert text _outside_ of the table? For example, if I have a source block: #+NAME: get-random-table #+begin_src R :var length=12 :results table runif(length) #+end_src ...

[BUG] org-cite-insert error on style part

2022-10-24 Thread Kierin Bell
Hello, When I run 'org-cite-insert' with point before the initial colon of a citation element, Emacs signals a 'wrong-number-of-arguments' error. For example, 'C-c C-x @' with point below X in: X [cite:@author2022] ...Produces: Debugger entered--Lisp error: (wrong-number-of-arguments (1 . 1)