all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Sorting by author name first, then by year
@ 2021-05-06 22:49 pietru
  2021-05-24 11:37 ` Michael Heerdegen
  0 siblings, 1 reply; 4+ messages in thread
From: pietru @ 2021-05-06 22:49 UTC (permalink / raw)
  To: Help Gnu Emacs

I have a texinfo file with blocks as below, sorted first by year, then by author
surname using strings starting with "bibl-".  The contents of each block are embedded
within "@ifset" and "@end ifset".

Now I want to sort them, first according to surname, then by year, the earlier year
put first.

So I am looking to make a function that could do it.

--------

@ignore
* bibl-bouee-poli-etal-2013
@end ignore
@ifset show-bouee-poli-etal-2013
@sp 1
@anchor{bibl-bouee-poli-etal-2013}
2013.@: @sc{Bou@'ee, P.}; Poli, P.; Campillo, M.; Pedersen, H.; Briand,
X.; Roux, P.; @strong{Teleseismic correlations of ambient seismic noise
for deep global imaging of the Earth.} Geophysical Journal
International, Volume 194, Issue 2, Pages 844-848.
@uref{https://academic.oup.com/gji/article/194/2/844/2116979,,
[@sc{Complete Article}]} [@code{bibl-bouee-poli-etal-2013}].
@c Published: April 16, 2013.
@end ifset

@ignore
* bibl-verschuur-2013
@end ignore
@ifset show-verschuur-2013
@sp 1
@anchor{bibl-verschuur-2013}
2013.@: @sc{Verschuur, Dirk J.}; @strong{Seismic multiple removal
techniques.}
@uref{https://bookshop.eage.org/product/seismic-multiple-removal-techniques-past-present-and-future-revised-edition/,,
[@sc{Citation Doi}]} [@code{bibl-verschuur-2013}].
@c Published: January 01, 2013.
@end ifset








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

end of thread, other threads:[~2021-05-24 18:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-06 22:49 Sorting by author name first, then by year pietru
2021-05-24 11:37 ` Michael Heerdegen
2021-05-24 12:53   ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-05-24 18:04     ` Michael Heerdegen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.