Re: Repository of Org files with important dates?

2021-04-15 Thread Diego Zamboni
Hi Rodrigo, There are a few packages that define things like this, which can be added to the agenda view. You can see as examples the ones I use for national holidays in my config here: https://github.com/zzamboni/dot-doom/blob/master/doom.org#tasks-and-agenda I'm sure many others are available i

Re: BUG?: Are TAGs case sensitive? ('org-agenda-show-tags')

2021-04-15 Thread David Masterson
David Masterson writes: > I have been using upper-case TAGs and just noticed that > 'org-agenda-show-tags' is reporting them in lower-case which is not > right since I have another TAG that is the lower-case version of the > upper-case TAG (sort of a visual importance indicator). In case my word

Re: Repository of Org files with important dates?

2021-04-15 Thread Dr. Arne Babenhauserheide
Hi, Rodrigo Morales 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 th

Repository of Org files with important dates?

2021-04-15 Thread Rodrigo Morales
Hello everyone, 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.)? I'm asking this because I would like to have imp

Re: TexInfo export: Using org-manual.org's `kbd' macro problematic for C-{ and C-} keys

2021-04-15 Thread Nicolas Goaziou
Hello, Ramesh Nedunchezian writes: > TexInfo export: Using org-manual.org's `kbd' problematic for C-{ and C-} keys I don't think that's true. For example, it handles `C-c {' just fine. > > It may not be a problem with the macro as much. It is possible that I > am using it wrongly. How do I g

Re: plantuml, png and caching

2021-04-15 Thread George Mauer
I would expect it to work. After all, it could be incredibly useful to bump that up to a :header-args:plantuml: property on the heading On Thu, Apr 15, 2021 at 12:48 PM CS Suehs wrote: > Nick, > I had the :cache yes on the same line with #+BEGIN like > #+BEGIN_SRC plantuml :file helloworld.png :

Re: [Patch] to correctly sort the items with emphasis marks in a list

2021-04-15 Thread Juan Manuel Macías
Hi Maxim Maxim Nikulin writes: > I can reproduce the issue with emacs-27.1 from ubuntu-21.04 beta live > image running in qemu. Org mode is current git HEAD. It seems that > something is changed in emacs since locale is correct: > > ubuntu@ubuntu:~$ printf '%s- v\n- /v/\n- a\n- /a/\n' '' \ > |

Re: plantuml, png and caching

2021-04-15 Thread CS Suehs
Nick, I had the :cache yes on the same line with #+BEGIN like #+BEGIN_SRC plantuml :file helloworld.png :cache yes When I change to your method, caching seems to work. It looks like setting it as a section property also works. Thank you. Should I expect the setting on the BEGIN_SRC line to work?

Re: [Patch] to correctly sort the items with emphasis marks in a list

2021-04-15 Thread Maxim Nikulin
I can reproduce the issue with emacs-27.1 from ubuntu-21.04 beta live image running in qemu. Org mode is current git HEAD. It seems that something is changed in emacs since locale is correct: ubuntu@ubuntu:~$ printf '%s- v\n- /v/\n- a\n- /a/\n' '' \ | LANG=C.UTF-8 sort - /a/ - /v/ - a - v ubu

Re: Possible small formatting change in manual (section 15.1)

2021-04-15 Thread autofrettage
Ian wrote: > When the paragraph first introduces the term “live code > block”, it’s italicized. I think it should stay italicized > for the rest of that paragraph since it’s the introduction > of the term I am not one of the authors of the manual, but my impression, after spending most of my life

Re:[PATCH] Add 'simple option to org-fast-tag-selection-single-key.

2021-04-15 Thread tumashu
This is v2 patch, use completing-read-multipul. At 2021-04-15 09:25:03, "tumashu" wrote: Hello I have added 'simple option to org-fast-tag-selection-single-key, please try and comment :-) (setq org-use-fast-tag-selection t) (setq org-fast-tag-selection-single-k