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
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
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?
>
>
Can you elaborate?
Would it even be useful to write a set of forms files and use those to
populate an org-mode table?
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
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
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
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
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
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
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
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
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
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
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
~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
"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
18 matches
Mail list logo