emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Dr. Arne Babenhauserheide" <arne_bab@web.de>
To: Rodrigo Morales <moralesrodrigo1100@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Repository of Org files with important dates?
Date: Fri, 16 Apr 2021 06:59:46 +0200	[thread overview]
Message-ID: <871rbaddtp.fsf@web.de> (raw)
In-Reply-To: <87pmyvezyr.fsf@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1334 bytes --]

Hi,

Rodrigo Morales <moralesrodrigo1100@gmail.com> writes:

> Do any of you know whether there is a repository that contain Org files
> whose main purpose is to list important dates of a given context
> (specific countries, areas such as technology, biology, mathematics,
> computer science, etc.)?

You can use the diary for this and include those entries in your agenda.
Here are some settings:

 '(org-agenda-include-diary t)
 '(calendar-mark-diary-entries-flag t)
 '(calendar-mark-holidays-flag t)
 '(calendar-view-holidays-initially-flag t)
 '(calendar-view-diary-initially-flag t)

 '(holiday-other-holidays
   '((holiday-fixed 1 1 "New Year's Day")
     (holiday-fixed 2 14 "Valentine's Day")
     (holiday-fixed 3 19 "Dia del Padre")
     (holiday-fixed 4 1 "April Fools' Day")
     (holiday-float 5 0 2 "Muttertag")
     (holiday-float 5 0 1 "Dia de la Madre")
     (holiday-easter-etc 39 "Vatertag")
     (holiday-fixed 5 30 "Vatertag")
     (holiday-fixed 10 31 "Halloween")))
 '(htmlize-output-type 'inline-css)

For custom diary files you might also want:

  (add-hook 'diary-list-entries-hook 'diary-include-other-diary-files)
  (add-hook 'diary-mark-entries-hook 'diary-mark-included-diary-files)

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein
ohne es zu merken

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]

  reply	other threads:[~2021-04-16  5:01 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-16  2:16 Repository of Org files with important dates? Rodrigo Morales
2021-04-16  4:59 ` Dr. Arne Babenhauserheide [this message]
2021-04-16  6:55 ` Diego Zamboni
     [not found] <f6c0c3f760514a5b9b9cee65019d7378@VI1PR0102MB3327.eurprd01.prod.exchangelabs.com>
2021-04-16 15:55 ` Eric S Fraga
2021-04-16 20:49   ` Marcin Borkowski
2021-04-17 23:42     ` David Masterson
2021-04-18  4:20       ` Greg Minshall
2021-04-18  4:29       ` Marcin Borkowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=871rbaddtp.fsf@web.de \
    --to=arne_bab@web.de \
    --cc=emacs-orgmode@gnu.org \
    --cc=moralesrodrigo1100@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).