Re: org-capture-templates: %date is too long

2021-03-04 Thread Uwe Brauer
> Uwe Brauer writes: Uwe> Sorry, you misunderstood me, this time string, inserts the time string, Uwe> when I execute the capture, but I want to extract the time string, when Uwe> the message was received. This is why I used Uwe> %:date Uwe> in my first attempt, that works but inserts Uwe> Tue,

Re: Bug: alphabetical lists will not show up as such in LaTeX export [9.3.6 (9.3.6-71-g7684b5-elpaplus @ /home/qqwy/.emacs.d/elpa/org-plus-contrib-20200518/)]

2021-03-04 Thread Josiah Schwab
I recall at least a few threads over the years that may be useful in thinking about this issue. Here are the ones I quickly found again: https://lists.gnu.org/archive/html/emacs-orgmode/2013-06/msg00221.html https://lists.gnu.org/archive/html/emacs-orgmode/2017-02/msg00052.html Josiah

Re: Bug: alphabetical lists will not show up as such in LaTeX export [9.3.6 (9.3.6-71-g7684b5-elpaplus @ /home/qqwy/.emacs.d/elpa/org-plus-contrib-20200518/)]

2021-03-04 Thread Timothy
Qqwy/Wiebe-Marten writes: > With `org-list-allow-alphabetical` on, it is possible to use syntax like > > `a.`, `b.`, `c.` to create lists. > > However, the LaTeX that is exported will still create normal `enumerize` > lists that do /not/ show up as alphabetical but rather still use `1.`, > `2.`

Dendron

2021-03-04 Thread William Denton
I just heard about the note-taking tool Dendron, and am passing the link along because it has similarities to Org. It's always worth seeing what related projects are doing: https://dendron.so/ "Dendron is an open-source, local-first, markdown-based, note-taking tool built on top of VSCode. L

Re: org-refile failed due to default option stored by org-goto

2021-03-04 Thread Samuel Wales
if you are willing to try something as a complete stab in the dark, here is something i have had from many years ago that fixed issues possibly including a defaulting issue. the issues include other stuff too, but i do not understand the code now for health reasons to rule this out as a solution t

Re: Culling org files

2021-03-04 Thread Samuel Wales
trs> [smaller files] My agenda is not cluttered. it is not clear to me why more smaller files and shallower trees in the outline would improve the agenda. sounds good though. tim> naming convention ... to determine what is included this is also what i do. org-agenda-files is just set at startu

Re: org-refile-use-cache and jumps using org-refile or org-goto

2021-03-04 Thread Samuel Wales
interesting. that would be great to speed it up. [i just meant that the file list used to be correct.] but it is slow these days. for me, (benchmark-run 1 (length (org-refile-get-targets))) is 8s for 5886 targets. i presume you mean something like that up heading is unnecessary because you can

Re: org-capture-templates: %date is too long

2021-03-04 Thread Tim Cross
Uwe Brauer writes: "RP" == Robert Pluim writes: > >>> On Thu, 04 Mar 2021 15:22:21 +0100, Uwe Brauer > said: >Uwe> Sorry, you misunderstood me, this time string, inserts the time > string, >Uwe> when I execute the capture, but I want to extract the time string, > when

Re: org-capture-templates: %date is too long

2021-03-04 Thread Uwe Brauer
>>> "RP" == Robert Pluim writes: >> On Thu, 04 Mar 2021 15:22:21 +0100, Uwe Brauer said: Uwe> Sorry, you misunderstood me, this time string, inserts the time string, Uwe> when I execute the capture, but I want to extract the time string, when Uwe> the message was received. This i

Re: Culling org files

2021-03-04 Thread Tim Cross
TRS-80 writes: > On 2021-03-03 16:59, Samuel Wales wrote: > I have come to similar conclusion about "don't let org files get too > big." Besides agenda speed, I think it is just easier to > conceptualize things when each file covers only a limited scope, trees > are more shallow, etc. > > So,

Re: Free up C-c SPC/org-table-blank-field?

2021-03-04 Thread Eric Abrahamsen
Carsten Dominik writes: > On Fri, Feb 5, 2021 at 7:33 PM Eric Abrahamsen > wrote: > >> Carsten Dominik writes: >> >> > On Fri, Feb 5, 2021 at 11:13 AM Christian Moe >> wrote: >> > >> >> >> >> Tim Cross writes: >> >> >> >> > Eric Abrahamsen writes: >> >> > >> >> >>> Does it actually need a key

Re: Culling org files

2021-03-04 Thread TRS-80
On 2021-03-03 16:59, Samuel Wales wrote: along lines of reducing logbook entries I guess you must have picked up on my comment in another recent thread. :) i often want to reduce org files, and i wonder if anybody already had the same desire. here are some random ideas. my org files are so

Re: org-capture-templates: %date is too long

2021-03-04 Thread Robert Pluim
> On Thu, 04 Mar 2021 15:22:21 +0100, Uwe Brauer said: Uwe> Sorry, you misunderstood me, this time string, inserts the time string, Uwe> when I execute the capture, but I want to extract the time string, when Uwe> the message was received. This is why I used Uwe> %:date Uw

Bug: alphabetical lists will not show up as such in LaTeX export [9.3.6 (9.3.6-71-g7684b5-elpaplus @ /home/qqwy/.emacs.d/elpa/org-plus-contrib-20200518/)]

2021-03-04 Thread Qqwy/Wiebe-Marten
Dear org-mode community, With `org-list-allow-alphabetical` on, it is possible to use syntax like `a.`, `b.`, `c.` to create lists. However, the LaTeX that is exported will still create normal `enumerize` lists that do /not/ show up as alphabetical but rather still use `1.`, `2.`, `3.` for numb

org-refile failed due to default option stored by org-goto

2021-03-04 Thread Maxim Nikulin
On 03/03/2021 00:15, Maxim Nikulin wrote: There is one issue however. Default option option does not work if after cache clean other command is called, e.g. - jump using C-u C-c C-j - clean cache C-u C-u C-u C-c C-w - try to jump or to refile [C-u] C-c C-w to default offered option - "user-err

Re: org-capture-templates: %date is too long

2021-03-04 Thread Uwe Brauer
>>> "AA" == Alberto AP writes: Hi > Hi > What I use is the result of format-time-string (as explained in the Org > Capture Templates help; check also the help for the format-time-string > function). > The string I use is: > %<%Y%m%d-T%H%M%S> > It

Re: org-refile-use-cache and jumps using org-refile or org-goto

2021-03-04 Thread Maxim Nikulin
On 03/03/2021 09:34, Samuel Wales wrote: until recently in maint, ido and ido hacks with both refile and refile goto [note: org-refile with a goto arg, not org-goto] has worked perfectly. with no cache. now, there is an issue, where with no cache that i know of, the first use, or the first use

Re: org-capture-templates: %date is too long

2021-03-04 Thread Alberto AP
Hi What I use is the result of format-time-string (as explained in the Org Capture Templates help; check also the help for the format-time-string function). The string I use is: %<%Y%m%d-T%H%M%S> It gives me, for example, 20210304-T095526. If you don't want the hour just remove "

Re: [PATCH] Reduce code duplication in ob-sql.el and ob-sqlite.el

2021-03-04 Thread Nick Savage
Please see the attached updated patch with the changes requested. Nick On 3/4/21 12:25 AM, Kyle Meyer wrote: Nick Savage writes: Hi everyone, See the attached patch. It is a small change to reduce code duplication between ob-sql.el and ob-sqlite.el by reusing org-babel-sql-expand-vars as sug

org-capture-templates: %date is too long

2021-03-04 Thread Uwe Brauer
Hi I try to add a new entry to my org-capture-templates for mails what I read via gnus. I'd like to have a timestamp that reflects when the message was received, not when the entry was created (for that I would to have to use %t) Now I have set "| | %:fromname|%:fromaddress|%^{Sheet

Re: Using lexical-binding

2021-03-04 Thread Marco Wahl
> Kyle Meyer writes: >> Stefan Monnier writes: >> >>> Since I'm not using it, I can't really test the result in any meaningful >>> way. Furthermore, just like `calendar.el`, it relies on dynamic scoping >>> and `eval` in all kinds of ways, so it's very difficult to be sure the >>> result is "suffi