* Abbreviations support
@ 2022-06-03 19:45 Denis Maier
2022-06-04 10:09 ` Timothy
0 siblings, 1 reply; 6+ messages in thread
From: Denis Maier @ 2022-06-03 19:45 UTC (permalink / raw)
To: Org Mode List
Hi everyone,
is there support for abbreviations in org-mode? Something like what the
acro package provides for latex, i.e., assemble a list of all used
abbreviations, use a full form when an abbreviation is used for the
first time, the abbreviated form afterwards. If that does not exist:
What would be a good way to approach that?
Best,
Denis
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Abbreviations support
2022-06-03 19:45 Abbreviations support Denis Maier
@ 2022-06-04 10:09 ` Timothy
2022-06-04 16:11 ` John Kitchin
2022-06-06 11:20 ` Denis Maier
0 siblings, 2 replies; 6+ messages in thread
From: Timothy @ 2022-06-04 10:09 UTC (permalink / raw)
To: Denis Maier; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 823 bytes --]
Hi Denis,
> Is there support for abbreviations in org-mode? Something like what the acro
> package provides for latex, i.e., assemble a list of all used abbreviations, use
> a full form when an abbreviation is used for the first time, the abbreviated
> form afterwards. If that does not exist: What would be a good way to approach
> that?
Not directly, but I think you could do something like this as a halfway-house:
┌────
│ Blah blah text ABBR
│
│ * Abbreviations
│
│ - <<<ABBR>>> :: Some abbreviation
│ ...
└────
I’d think there’s scope for a package say “org-abbreviations” which provides
acro-like support. Perhaps even support for a central abbreviations file. Hmm, I
may think of trying a small MVP for that this weekend.
All the best,
Timothy
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Abbreviations support
2022-06-04 10:09 ` Timothy
@ 2022-06-04 16:11 ` John Kitchin
2022-06-06 11:18 ` Denis Maier
2022-06-06 11:20 ` Denis Maier
1 sibling, 1 reply; 6+ messages in thread
From: John Kitchin @ 2022-06-04 16:11 UTC (permalink / raw)
To: Timothy; +Cc: Denis Maier, emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1323 bytes --]
Org-ref supports this for glossaries and acronyms. See
https://youtu.be/sebs2vSIEk4 For an overview.
On Sat, Jun 4, 2022 at 6:13 AM Timothy <tecosaur@gmail.com> wrote:
> Hi Denis,
>
> > Is there support for abbreviations in org-mode? Something like what the
> acro
> > package provides for latex, i.e., assemble a list of all used
> abbreviations, use
> > a full form when an abbreviation is used for the first time, the
> abbreviated
> > form afterwards. If that does not exist: What would be a good way to
> approach
> > that?
>
> Not directly, but I think you could do something like this as a
> halfway-house:
>
> ┌────
> │ Blah blah text ABBR
> │
> │ * Abbreviations
> │
> │ - <<<ABBR>>> :: Some abbreviation
> │ ...
> └────
>
> I’d think there’s scope for a package say “org-abbreviations” which
> provides
> acro-like support. Perhaps even support for a central abbreviations file.
> Hmm, I
> may think of trying a small MVP for that this weekend.
>
> All the best,
> Timothy
>
--
John
-----------------------------------
Professor John Kitchin (he/him/his)
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu
[-- Attachment #2: Type: text/html, Size: 2071 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Abbreviations support
2022-06-04 16:11 ` John Kitchin
@ 2022-06-06 11:18 ` Denis Maier
0 siblings, 0 replies; 6+ messages in thread
From: Denis Maier @ 2022-06-06 11:18 UTC (permalink / raw)
To: John Kitchin, Timothy; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 1487 bytes --]
Thanks for the hint!
Denis
Am 04.06.2022 um 18:11 schrieb John Kitchin:
> Org-ref supports this for glossaries and acronyms. See
> https://youtu.be/sebs2vSIEk4 For an overview.
>
>
> On Sat, Jun 4, 2022 at 6:13 AM Timothy <tecosaur@gmail.com> wrote:
>
> Hi Denis,
>
> > Is there support for abbreviations in org-mode? Something like
> what the acro
> > package provides for latex, i.e., assemble a list of all used
> abbreviations, use
> > a full form when an abbreviation is used for the first time, the
> abbreviated
> > form afterwards. If that does not exist: What would be a good
> way to approach
> > that?
>
> Not directly, but I think you could do something like this as a
> halfway-house:
>
> ┌────
> │ Blah blah text ABBR
> │
> │ * Abbreviations
> │
> │ - <<<ABBR>>> :: Some abbreviation
> │ ...
> └────
>
> I’d think there’s scope for a package say “org-abbreviations”
> which provides
> acro-like support. Perhaps even support for a central
> abbreviations file. Hmm, I
> may think of trying a small MVP for that this weekend.
>
> All the best,
> Timothy
>
> --
> John
>
> -----------------------------------
> Professor John Kitchin (he/him/his)
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803
> @johnkitchin
> http://kitchingroup.cheme.cmu.edu
>
[-- Attachment #2: Type: text/html, Size: 3563 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Abbreviations support
2022-06-04 10:09 ` Timothy
2022-06-04 16:11 ` John Kitchin
@ 2022-06-06 11:20 ` Denis Maier
2022-06-06 11:20 ` Timothy
1 sibling, 1 reply; 6+ messages in thread
From: Denis Maier @ 2022-06-06 11:20 UTC (permalink / raw)
To: Timothy; +Cc: emacs-orgmode
Hi Timothy,
thanks for looking into this. A package "org-abbreviations" or so would
be truly awesome. Have you had a chance to look into a MVP? Let me know
if I can help somehow.
Best,
Denis
Am 04.06.2022 um 12:09 schrieb Timothy:
> Hi Denis,
>
>> Is there support for abbreviations in org-mode? Something like what the acro
>> package provides for latex, i.e., assemble a list of all used abbreviations, use
>> a full form when an abbreviation is used for the first time, the abbreviated
>> form afterwards. If that does not exist: What would be a good way to approach
>> that?
> Not directly, but I think you could do something like this as a halfway-house:
>
> ┌────
> │ Blah blah text ABBR
> │
> │ * Abbreviations
> │
> │ - <<<ABBR>>> :: Some abbreviation
> │ ...
> └────
>
> I’d think there’s scope for a package say “org-abbreviations” which provides
> acro-like support. Perhaps even support for a central abbreviations file. Hmm, I
> may think of trying a small MVP for that this weekend.
>
> All the best,
> Timothy
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Abbreviations support
2022-06-06 11:20 ` Denis Maier
@ 2022-06-06 11:20 ` Timothy
0 siblings, 0 replies; 6+ messages in thread
From: Timothy @ 2022-06-06 11:20 UTC (permalink / raw)
To: Denis Maier; +Cc: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 529 bytes --]
Hi Denis,
> thanks for looking into this. A package “org-abbreviations” or so would be truly
> awesome. Have you had a chance to look into a MVP? Let me know if I can help
> somehow.
I’m currently ~70% of the way through a MVP `org-glossary' package 🙂.
Testing/design comments would be appreciated, if you’re up to either of those it
would be most convenient if you could get in touch over Matrix
(@tecosaur:matrix.org), Discord (tecosaur#2786), or IRC (tecosaur on librechat).
All the best,
Timothy
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-06-06 11:28 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-03 19:45 Abbreviations support Denis Maier
2022-06-04 10:09 ` Timothy
2022-06-04 16:11 ` John Kitchin
2022-06-06 11:18 ` Denis Maier
2022-06-06 11:20 ` Denis Maier
2022-06-06 11:20 ` Timothy
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).