Ihor Radchenko wrote:
> Martin Kampas writes:
> > Subject: [PATCH] org-bibtex-yank: Allow to populate existing item
>
> Applied, onto main, with amendments.
> I changed the argument name from NONEW to UPDATE-HEADING and
updated the
> commit message.
> https://git.savanna
e.
BR,
Martin
>From 8210921aa94430b651c9813acb1c12448db00fb8 Mon Sep 17 00:00:00 2001
From: Martin Kampas
Date: Mon, 12 Feb 2024 13:24:54 +0100
Subject: [PATCH] org-bibtex-yank: Allow to populate existing item
Align with `org-bibtex-create'.
* lisp/ol-bibtex.el (org-bibtex-write): New opt
Hi,
The attached patch allows to use org-bibtex-yank to
populate an existing item instead of creating a new one,
aligning its behavior with org-bibtex-create.
BR,
Martin Kampas
>From 96af3ef46bb056e58206af77d3d37c5af2e43d7f Mon Sep 17 00:00:00 2001
From: Martin Kampas
Date: Mon, 12 Feb 2
Hi Kyle,
You are right, I completely forgot about columns view under the "regular"
buffers.
Updated patch below.
BR,
Martin
>From 288c157ea95e00de4b508e0fd257b51857e097b9 Mon Sep 17 00:00:00 2001
From: Martin Kampas
Date: Mon, 19 Oct 2020 07:22:57 +0200
Subject: [PATCH] org-colv
Hi,
In columns view, all TODO keywords except those with face set explicitly with
org-todo-
keyword-faces are red. Done keywords should be green.
Patch below.
BR,
Martin
>From a4df0da1057afbe90ea0e457158082b15386a164 Mon Sep 17 00:00:00 2001
From: Martin Kampas
Date: Fri, 9 Oct 2020 07:43
Hi,
With headlines like
* [[http://example.com]] Example
org-collector writes just "http://example.com"; in the table, omitting the rest
of the headline.
Patch below.
BR,
Martin
>From 1228efc453d38bc090511f21fafa750e416e8b7a Mon Sep 17 00:00:00 2001
From: Martin Kampas
Date
Hi Bastien,
> If you have time to add tests, that'd be great, as Nicolas suggested.
Here you are.
Best Regards,
Martin
>From bd8059e18fa3bd2977415449139fc626d03817a3 Mon Sep 17 00:00:00 2001
From: Martin Kampas
Date: Thu, 22 Mar 2018 06:20:31 +0100
Subject: [PATCH] Extend match-
Hi,
This seems to fix the bug.
Best Regards,
Martin
>From fef860e356a4ca75366f69ec9c2d52252c9d7d3f Mon Sep 17 00:00:00 2001
From: Martin Kampas
Date: Thu, 15 Mar 2018 15:41:53 +0100
Subject: [PATCH] Fix matching tags when mixing group tags and their ancestors
* lisp/org.el (org-expand-t
Hi,
Here is an example Org file:
#+TAGS: [ tag1 : tag2 ] [ tag2 : tag3 ] [ tag3 : tag4 ]
* Tag1 :tag1:
* Tag2 :tag2:
* Tag3 :tag3:
* Tag4 :tag4:
Searching headlines by tags works well unless you combine a group tag together
with
Hi,
With the minimal example pasted below, the second TODO keyword gets highlighted
with a noticeably lighter red color than the first one. In my big org file it
made a full rainbow with the other TODO keywords, making it completely
unusable. Note that only the length of the padding is signific
10 matches
Mail list logo