Re: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda

2023-01-27 Thread Sterling Hooten
Thanks for the quick feedback! > On 2023-01-27, at 08:09, Ihor Radchenko wrote: > > Following ISO and other standards is indeed a reasonable idea. However, > the standards are not necessarily designed for human consumption. > In contrast, Org mode is designed to be read by humans as well, even >

Re: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda

2023-01-26 Thread Sterling Hooten
Hi all, Collaborating around the subject of "time" is difficult; there are subtleties abound in implementation, the perspectives people come from, and the language used in discussions. I'm going to provide a glossary to establish common terminology, use these terms to analyze our current state, of

Re: [FR] Please add writing to existing heading in org-bibtex

2023-01-06 Thread Sterling Hooten
(dotimes (_ (org-bibtex-read-file file)) - (save-excursion (org-bibtex-write 'noindent)) + (save-excursion (org-bibtex-write nil 'noindent)) (re-search-forward org-property-end-re) (insert "\n")) (org-indent-region pos (point > On 2022-12-27, at

[FR] Please add writing to existing heading in org-bibtex

2022-12-27 Thread Sterling Hooten
The default behavior of org-bibtex-write is to insert a new heading with the bibliographic data in the properties. But an alternative workflow would just update the properties of the heading at point, rather than creating a new one. The below patch is a simple implementation I’ve been using for a m

Re: Completely hide properties drawer in 9.6

2022-12-22 Thread Sterling Hooten
So I've got a solution somewhat working but I'd like some help simplifying it. The good news is that it's significantly faster than the previous Org implementation I was using (the one you wrote on stack exchange), and can now handle folding a file with 30k lines in around .065s for hiding and .00

Re: Completely hide properties drawer in 9.6

2022-12-14 Thread Sterling Hooten
I was able to get a very rough version working to fold and hide the properties drawer completely at point. #+begin_src emacs-lisp (defun swh-org-hide-properties-drawer () "Completely hide the property drawer in heading at point." (org-fold-add-folding-spec 'org-hide-property-drawer

Re: Completely hide properties drawer in 9.6

2022-12-14 Thread Sterling Hooten
> On 2022-12-14, at 06:15, Ihor Radchenko wrote: > > I do have this implemented in local branch. Just did not push it > upstream as it was rejected. Could you share that here so I could test it? > Note that Emacs 29 does not have issues with large numbers of overlays. I’m using the MacOS ve

Completely hide properties drawer in 9.6

2022-12-13 Thread Sterling Hooten
First of all, thanks to everyone for working on 9.6! I'm trying to clone Lotus notes in Org mode. This requires certain properties to be generated for every heading (e.g., ID, creation time, modification time, etc.). But these are mainly used for searching and sorting, and rarely of interest to me

[FR] Display heading alongside id in org-insert-link completion

2022-09-22 Thread Sterling Hooten
Hi, When trying to insert a stored 'id' link with org-insert-link the candidates are just the 'id' numbers themselves. This doesn't help when trying to determine what the 'id' actually points to. Is there a way for org-insert-link to display headings or other information (maybe the tags or other h