Re: forms and org-mode

2021-08-20 Thread Tim Cross
So you are asking about using Emacs forms for data input into an org table? Just not clear on what exactly your asking about. Jude DaShiell writes: > A table with a time stamp column, a text column for notes and an interval > column rounded to nearest hour. Any statistics to be calculated on

Re: forms and org-mode

2021-08-20 Thread Ihor Radchenko
Jude DaShiell writes: > A table with a time stamp column, a text column for notes and an interval > column rounded to nearest hour. Any statistics to be calculated on that > intervals column. I am still not sure if I understand you clearly. Does clocktable do what you want? Best, Ihor

Re: forms and org-mode

2021-08-20 Thread Jude DaShiell
A table with a time stamp column, a text column for notes and an interval column rounded to nearest hour. Any statistics to be calculated on that intervals column. On Sat, 21 Aug 2021, Ihor Radchenko wrote: > Can you elaborate? > >

Re: forms and org-mode

2021-08-20 Thread Ihor Radchenko
Can you elaborate?

forms and org-mode

2021-08-20 Thread Jude DaShiell
Would it even be useful to write a set of forms files and use those to populate an org-mode table?

Functions for inserting name of code blocks

2021-08-20 Thread Rodrigo Morales
This thread asks for feedback on functions that I've created. These 2 functions have to do with inserting, at point, the name of a code block which exists in the current buffer or in the library of babel. You can find the functions below. #+begin_src elisp (defun my/org-babel-insert-name-src-blo

[org-cite] citations in property drawers?

2021-08-20 Thread Bruce D'Arcus
So this is a tentative request/question; I'm not really sure the best approach here. This is based on discussion with one of the org-roam-bibtex developers about what the proper way to indicate an org-roam note is a bibliographic note; e.g. a note about a bibliographic source. Traditionally in or

Re: [wip-cite-new] Merging tomorrow?

2021-08-20 Thread Eric S Fraga
On Friday, 20 Aug 2021 at 09:47, Bruce D'Arcus wrote: > Though for ODT, you might want to look into oc-csl; citeproc-el just > got improved ODF support. So I decided to try this out. Not working for me, but early days in debugging. For some reason, when I export to ODT, the "format" for the expo

Re: [wip-cite-new] Merging tomorrow?

2021-08-20 Thread Bruce D'Arcus
On Fri, Aug 20, 2021 at 11:21 AM John Kitchin wrote: > I think bibtex-completion is agnostic of ivy or helm, and doesn't require > either of them to work. You can use it for candidates to selectrum if you > want, and the other many features it offers for notes, pdf, etc... Sorry; meant to send

Re: [wip-cite-new] Merging tomorrow?

2021-08-20 Thread John Kitchin
I think bibtex-completion is agnostic of ivy or helm, and doesn't require either of them to work. You can use it for candidates to selectrum if you want, and the other many features it offers for notes, pdf, etc... On Fri, Aug 20, 2021 at 11:07 AM Bruce D'Arcus wrote: > I think so. > > I actual

[SOLVED] Re: [QUESTION] Add advice on command org-add-note not working

2021-08-20 Thread stardiviner
Thanks Samuel, using `org-store-log-note’ indeed solved the problem. Great solution. > On Aug 20, 2021, at 4:45 PM, Samuel Loury wrote: > > "Christopher M. Miles" writes: > >> <#secure method=pgpmime mode=sign> > > Beware this did not actually sign your message. > >> I have following advic

Re: [wip-cite-new] Merging tomorrow?

2021-08-20 Thread Bruce D'Arcus
I think so. I actually just started the process of removing the bibtex-completion dependency. Give it a try in any case. It should work well with org-cite, and you can even use pieces of org-ref-cite if you prefer that to my (currently) more minimal embark-based approach. On Fri, Aug 20, 2021 at

Re: [wip-cite-new] Merging tomorrow?

2021-08-20 Thread Eric S Fraga
On Friday, 20 Aug 2021 at 09:47, Bruce D'Arcus wrote: > Though for ODT, you might want to look into oc-csl; citeproc-el just > got improved ODF support. Thank you for the heads up on this. Looks promising for those that regularly export to ODT! In my case, I just need a quick and dirty draft so

Re: [wip-cite-new] Merging tomorrow?

2021-08-20 Thread Bruce D'Arcus
Though for ODT, you might want to look into oc-csl; citeproc-el just got improved ODF support. https://github.com/andras-simonyi/citeproc-el/pull/45 On Fri, Aug 20, 2021 at 9:46 AM Eric S Fraga wrote: > > Ignore my question. The following works (had to look at the source, > which I should have

Re: [wip-cite-new] Merging tomorrow?

2021-08-20 Thread Eric S Fraga
Ignore my question. The following works (had to look at the source, which I should have done in the first place, of course ): #+cite_export: basic numeric nb Thank you and back to your normal programme ... ;-) -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4.6-625-ge7454c : Latest paper wr

Re: [wip-cite-new] Merging tomorrow?

2021-08-20 Thread Eric S Fraga
Hello all, A quick question: I am exporting to ODT and am happy with the basic cite exporter. I want numeric citations. Does oc-basic allow me to somehow specify that the reference (in the text) be numeric by default and not authors and year? I can use [@cite/nb:...] with #+cite-export: basic

Bug: org-src-font-lock-fontify-block should be wrapped with save-match-data [9.3.7 (9.3.7-4-gba6ca7-elpaplus @ mixed installation! /mnt/c/Users/toz/Weiterbildung/Soft/Emacs/ and /mnt/c/Users/toz/.emac

2021-08-20 Thread Tobias Zawada
~org-src-font-lock-fontify-block~ modifies ~match-data~ through the fontification of the temporary source buffer. But ~org-src-font-lock-fontify-block~ is also called in ~org-fontify-meta-lines-and-blocks-1~ by ~font-lock-fontify-region~. There it puts the text property ~font-lock-multiline~ on som

Re: [QUESTION] Add advice on command org-add-note not working

2021-08-20 Thread Samuel Loury
"Christopher M. Miles" writes: > <#secure method=pgpmime mode=sign> Beware this did not actually sign your message. > I have following advice code: > > #+begin_src emacs-lisp > (defun my/org-add-note--auto-add-tag () > "Auto add tag 'LOG' when add note log." > (org-back-to-heading) > ;; D