> Is it a bug that 'org-agenda-show-tags' does this?
It is a bug. Agenda is downcasing all the tags. Also, see
https://orgmode.org/list/87k0rftf8t.fsf@localhost/
Someone needs to study the agenda code to understand the need of
downcasing and how to remove it safely. Patches are welcome.
Best,
Ih
Hi Bastien.
I'm also having the same issue here.
Emacs: GNU Emacs 27.2.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.5) of 2021-04-16
Package: Org mode version 9.4.4 (release_9.4.4 @
/home/user/.local/share/emacs/27.2.50/lisp/org/)
I've been able to reproduce with 'emacs -Q' (file is a
Hi,
Can we give small flexibility in choosing the filename interactively for
`org-table-import'? Currently org-table-import will just throw an error
when file name doesn't have .txt, .csv or .tsv as extension.
This patch tries to add a simple yes-and-no to let user choose if they
want to continu
Hi, I'm proposing a new option in `org-show-context-detail', which shows
current headline, its ancestors, *and the entry itself*. This is useful
when export matched subtrees and their contents quickly with least
manual intervention.
Consider when working on different aspects of a project and takin
Hello,
Stefan Monnier writes:
> In any case, the code struck me as quite inefficient since it
> reparses the macro definition every time the macro is called.
Indeed.
> I came up with the tentative patch below.
Thank you.
> It seems to work on Org's own manual, but other than that I haven't g
Hi Juan,
On 16/04/2021 01:21, you wrote:
#+begin_src emacs-lisp :tangle list-var.el
(message "%S" (sort '("-\s\sv" "-\sv" "-\sa" "-\s\sa")
#'string-collate-lessp))
#+end_src
#+begin_src sh
exec 2>&1
LC_ALL=en_US.UTF-8 emacs --batch -Q -l list-var.el
#+end_src
#+RESUL
Rama,
one other comment/suggestion.
> I haven’t been able to fully work with Donald Knuth’s suggestion of
> writing a Literate Program directly in a tool like orgmode/noweb since
> it is a nuisance to keep having to type C-c ' to go into the editing
> mode of the language concerned.
while i have
On 16/04/2021 21:59, Maxim Nikulin wrote:
Ukrainian sort works better than Russian one with such example:
printf "Иванова Алла\nИванов Адам\nИванова Светлана\n" \
| LANG=uk_UA.UTF-8 sort
Иванов Адам
Иванова Алла
Иванова Светлана
printf "Иванова Алла\nИванов Адам\nИванова Светлана\n" \
| L
If you want solar based information (equinox, solstice, etc.), which is
not quite what you mentioned, I used this script to generate org file
headings:
#+begin_src shell :results output raw
tmpfile=$(mktemp /tmp/date.XX)
for year in $(seq 2018 2068)
do
links http://aa.usno.navy.mil
>> It seems to work on Org's own manual, but other than that I haven't gone
>> out of my way to test it.
> There were a few problems reported by the test suite that I tried to
> address. I also updated `org-lint', which didn't handle macro
> definitions as functions.
Thanks.
>> - It also changes
Dear All,
apologies for being this late with my reaction -- here are some
comments/questions on Nicolas's summary:
On Mon, 12 Apr 2021 at 15:19, Nicolas Goaziou wrote:
> suffix" are all optional. So, in its minimal form, it can be as simple
> as:
>
> [cite:@Doe:1995a]
are short-form citati
On Fri, Apr 16, 2021 at 1:06 PM András Simonyi wrote:
> The Emacs world is currently rather BibTeX
> centered, but biblatex is an important (and rather different)
> alternative, and there is CSL as well which I expect to become more
> and more relevant (it's citeproc-el's native format). Moreover
Dear all,
Over the last few months I have felt an increasing level of concern over
the lack of response to patches. This email is rather long, but please,
bear with me. The goal is to start a discussion on the problems this
creates, and consider short and long-term solutions.
When both community
Hi. The HTML export has JavaScript that LibreJS does not recognize as
free.
My first attempt at an workaround (inspired by the Org Mode mailing
list) was merely encoding the ampersand in the magnet link, but that
*did not make LibreJS happy*. Then I checked LibreJS manual and saw
this excerpt:
On 2021-04-16, at 17:55, Eric S Fraga wrote:
> If you want solar based information (equinox, solstice, etc.), which is
> not quite what you mentioned, I used this script to generate org file
> headings:
Can't Emacs itself generate those data?
--
Marcin Borkowski
http://mbork.pl
Hi Greg,
> On Apr 16, 2021, at 8:27 AM, Greg Minshall wrote:
>
> Rama,
>
> one other comment/suggestion.
>
>> I haven’t been able to fully work with Donald Knuth’s suggestion of
>> writing a Literate Program directly in a tool like orgmode/noweb since
>> it is a nuisance to keep having to type
> I mentioned it in the ORG-NEWS file, and applied your changes. We'll see
> how it goes.
I just saw that it burps in Emacs-26 because of a bug when functions are
declared with 0 optional arguments like (&optional &rest x).
So I suggest the patch below,
Stefan
diff --git a/lisp/org-ma
Please find attached a small cleanup patch to org-agenda.el.
From 16224c9730fe2403d280fc3390ed700ce39c00ae Mon Sep 17 00:00:00 2001
From: Stefan Kangas
Date: Sat, 17 Apr 2021 01:45:31 +0200
Subject: [PATCH] Remove diary-list-entries Emacs 21 compat code
* lisp/org-agenda.el (org-get-entries-from-
can body text or paragraphs be included upon export?
i have a file like this:
* top
** a
b [these are paragraphs]
c [another paragraph]
d [another paragraph]
** e
# i'd like to include b and c here redundantly
# because i want to export e separately
f [paragraph]
** g
i'd like to use #+NAME o
19 matches
Mail list logo