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
>
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
(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
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
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
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
> 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
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
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