org-ql icon indicating copy to clipboard operation
org-ql copied to clipboard

Added an option to not format headings as links

Open OZoneGuy opened this issue 1 year ago • 6 comments

Added :not-links to the dynamic block options to allow creating the table without having the headings as links.

Example:

#+BEGIN: org-ql :query (todo \"UNDERWAY\")
:columns (priority todo heading) :sort (priority date)
:ts-format \"%Y-%m-%d %H:%M\" :not-links t

Related to #330

OZoneGuy avatar Apr 19 '23 09:04 OZoneGuy

Is this PR rejected?

TomoeMami avatar Jan 05 '24 07:01 TomoeMami

Is this PR rejected?

If it were rejected, it would be rejected. This is the first time I've seen it.

@OZoneGuy Feel free to ping me on PRs that go unnoticed for a while. I have a lot of projects on here and it's easy to miss notifications.

I'll submit some feedback as a review.

alphapapa avatar Jan 05 '24 22:01 alphapapa

Sorry, but I will have to ask you to disentangle this and #349, as they both contain some of the same changes. Magit should make it easy enough; I'd suggest making a new branch and cherry-picking the changes, then pushing the new branch to this PR's reference.

alphapapa avatar Jan 08 '24 03:01 alphapapa

@alphapapa, both PRs are untangled now. I will rebase the one that gets merged in last if there are any merge conflicts. PTAL

OZoneGuy avatar Jan 08 '24 23:01 OZoneGuy

CC @alphapapa

OZoneGuy avatar Feb 04 '24 03:02 OZoneGuy

@alphapapa pinging since you said to if it's been a while.

nickanderson avatar Jun 13 '24 20:06 nickanderson