emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Hiding citations
@ 2023-02-25 12:00 M. ‘quintus’ Gülker
  2023-02-25 12:56 ` Bruce D'Arcus
  0 siblings, 1 reply; 4+ messages in thread
From: M. ‘quintus’ Gülker @ 2023-02-25 12:00 UTC (permalink / raw)
  To: emacs-orgmode

Dear list,

is there a way to visually hide citations in the org buffer, much like
links are hidden? I ask because if a text passage contains a number of
citations, it quickly becomes hard to read if they are all displayed in
raw format. Here is a paragraph from one of my recently published papers[1]
in its original org markup (language is German):

> Der Begriff „Überwachungsgesamtrechnung“ wurde von
> {{{name(Roßnagel)}}} im Anschluss an die Entscheidung des
> {{{court(BVerfG)}}} zur Vorratsdatenspeicherung geprägt.
> [cite:@roßnagel2010überwgesrech p. 1242,] Er sieht in der Passage, in
> der das {{{court(BVerfG)}}} den Gesetzgeber „in Blick auf die
> Gesamtheit der verschiedenen schon vorhandenen Datensammlungen zu
> größerer Zurückhaltung“ [cite:@bverfg2010vds p. 324,] anhält, den
> Ausgangspunkt für eine doppelte Verhältnismäßigkeitsprüfung, die
> einmal individuell und einmal gesamtgesellschaftlich anhand aller
> bestehenden Überwachungsmaßnahmen in Gesamtschau ausgeführt werden
> müsse. [cite: @roßnagel2010überwgesrech p. 1240,;dem folgend
> @braun-albrecht2017freih_gasse p. 152,;kritisch dazu
> @hornung-schnabel2010bverfgvds p. 827,] Eine solche doppelte
> Verhältnismäßigkeitsprüfung hat das {{{court(BVerfG)}}} aber weder in
> dieser noch in einer anderen Entscheidung durchgeführt. Anderes folgt
> auch nicht aus dem gelegentlichen Rekurs des Gerichts auf eine „große
> Streubreite“. Soweit das {{{court(BVerfG)}}} hierauf zurückgreift,
> wird der Begriff ausschließlich zur Begründung einer hohen
> Eingriffsintensität genutzt, [cite:Vgl. @bverfg2005vorbeug_telek p.
> 383,;@bverfg2010vds p. 318,;@bverfg2018kfz_kennz_ii note 98,] d. h.
> die „große Streubreite“ erhöht die Anforderungen an die später zu
> prüfende Angemessenheit. Eine doppelte Verhältnismäßigkeitsprüfung ist
> damit nicht verbunden.

I use visual-line-mode, so imagine this actually as a single long line.
It contains both macros (which can nicely be condensed with
`org-hide-macro-markers' to improve readability), but some of those
citation constructs are awkwardly long and hinder reading the paragraph
as a whole in the editor, most notably the one with the three citations
right in the middle. I would prefer it it looked like this:

> Der Begriff „Überwachungsgesamtrechnung“ wurde von name(Roßnagel) im
> Anschluss an die Entscheidung des court(BVerfG) zur
> Vorratsdatenspeicherung geprägt. [cite:…] Er sieht in der Passage, in
> der das court(BVerfG) den Gesetzgeber „in Blick auf die Gesamtheit der
> verschiedenen schon vorhandenen Datensammlungen zu größerer
> Zurückhaltung“ [cite:…] anhält, den Ausgangspunkt für eine doppelte
> Verhältnismäßigkeitsprüfung, die einmal individuell und einmal
> gesamtgesellschaftlich anhand aller bestehenden Überwachungsmaßnahmen
> in Gesamtschau ausgeführt werden müsse. [cite:…] Eine solche doppelte
> Verhältnismäßigkeitsprüfung hat das court(BVerfG) aber weder in dieser
> noch in einer anderen Entscheidung durchgeführt. Anderes folgt auch
> nicht aus dem gelegentlichen Rekurs des Gerichts auf eine „große
> Streubreite“. Soweit das court(BVerfG) hierauf zurückgreift, wird der
> Begriff ausschließlich zur Begründung einer hohen Eingriffsintensität
> genutzt, [cite:…] d. h. die „große Streubreite“ erhöht die
> Anforderungen an die später zu prüfende Angemessenheit. Eine doppelte
> Verhältnismäßigkeitsprüfung ist damit nicht verbunden.

This is much more easier to look at and uses the spare screen space in a
much more economic way. Editing citations could follow the same rules as
editing links, that is, if the terminal bracket is removed, everything
becomes visible again (or one just uses special citation-editing
commands).

Does such a feature already exist? If not, I would like to request it. I
however do think that it should be optional, because there is some
useful information inside the citation constructs that might help
reading (and not everyone needs so many and long citation constructs as
my discipline).

  -quintus

[1]: Contained in this open-access conference proceedings volume:
     https://cloud.weizenbaum-institut.de/s/kEyydT72PSSpjSo

-- 
Dipl.-Jur. M. Gülker | https://mg.guelker.eu | PGP: Siehe Webseite
Passau, Deutschland  | kontakt@guelker.eu    | O<


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hiding citations
  2023-02-25 12:00 Hiding citations M. ‘quintus’ Gülker
@ 2023-02-25 12:56 ` Bruce D'Arcus
  2023-02-25 17:16   ` M. ‘quintus’ Gülker
  0 siblings, 1 reply; 4+ messages in thread
From: Bruce D'Arcus @ 2023-02-25 12:56 UTC (permalink / raw)
  To: emacs-orgmode

On Sat, Feb 25, 2023 at 7:31 AM M. ‘quintus’ Gülker
<post+orgmodeml@guelker.eu> wrote:

> is there a way to visually hide citations in the org buffer, much like
> links are hidden?

Not exactly what you're asking for, but have you seen this activate processor?

https://github.com/andras-simonyi/org-cite-csl-activate

Bruce


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hiding citations
  2023-02-25 12:56 ` Bruce D'Arcus
@ 2023-02-25 17:16   ` M. ‘quintus’ Gülker
  2023-02-27  7:16     ` András Simonyi
  0 siblings, 1 reply; 4+ messages in thread
From: M. ‘quintus’ Gülker @ 2023-02-25 17:16 UTC (permalink / raw)
  To: Bruce D'Arcus; +Cc: emacs-orgmode


Am Samstag, dem 25. Februar 2023 schrieb Bruce D'Arcus:
> Not exactly what you're asking for, but have you seen this activate processor?
>
> https://github.com/andras-simonyi/org-cite-csl-activate

Not yet, and it certainly looks nice, but the CSL style I use uses
footnotes, and those are quite verbose. Rendering them (or rather, their
content) into the text would expand it even more.

  -quintus

-- 
Dipl.-Jur. M. Gülker | https://mg.guelker.eu | PGP: Siehe Webseite
Passau, Deutschland  | kontakt@guelker.eu    | O<


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Hiding citations
  2023-02-25 17:16   ` M. ‘quintus’ Gülker
@ 2023-02-27  7:16     ` András Simonyi
  0 siblings, 0 replies; 4+ messages in thread
From: András Simonyi @ 2023-02-27  7:16 UTC (permalink / raw)
  To: Bruce D'Arcus, emacs-orgmode

Dear All,

On Sat, 25 Feb 2023 at 18:19, M. ‘quintus’ Gülker
<post+orgmodeml@guelker.eu> wrote:

> Not yet, and it certainly looks nice, but the CSL style I use uses
> footnotes, and those are quite verbose. Rendering them (or rather, their
> content) into the text would expand it even more.

there is no assumption that the CSL style used for rendering should be
identical to the one used for export,
in fact, the default is just to use Chicago author-date. I typically
use it with an even more compressed author-date style.

best wishes,
András

>   -quintus
>
> --
> Dipl.-Jur. M. Gülker | https://mg.guelker.eu | PGP: Siehe Webseite
> Passau, Deutschland  | kontakt@guelker.eu    | O<
>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-02-27  8:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-25 12:00 Hiding citations M. ‘quintus’ Gülker
2023-02-25 12:56 ` Bruce D'Arcus
2023-02-25 17:16   ` M. ‘quintus’ Gülker
2023-02-27  7:16     ` András Simonyi

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).