Re: Help requested: Support for basic Org mode support in tools outside of Emacs

2021-08-03 Thread Kristian Grönberg
Hi Karl, ‐‐‐ Original Message ‐‐‐ On Tuesday, August 3rd, 2021 at 12:14, Karl Voit wrote: > Hi, > > I'm collecting information on basic Org mode support in tools that are not > Emacs. > > I already have: GitHub, GitLab (exactly like GitHub), OrgModeWeb, > > Orgzly, Orgro, Emacs,

Re: Dynamic block tables: adding prefix of "id:" to %ID

2021-07-24 Thread Kristian Grönberg
Hi Karl, > > Would it work for you to use the "<>"? > > > > *** <> barheading > > :PROPERTIES: > > :ID: [[bar][barheading]] > > :END: > > /Kris > > I'm afraid not because the dynamic block would duplicate the > target definition and not generating a link. OK, I see. If you do find a solution

Re: Dynamic block tables: adding prefix of "id:" to %ID

2021-07-23 Thread Kristian Grönberg
> I can't follow you here. > > How does a working link to your heading look like? I didn't read your question properly. Would it work for you to use the "<>"? *** <> barheading :PROPERTIES: :ID: [[bar][barheading]] :END: /Kris signature.asc Description: OpenPGP digital signature

Re: Dynamic block tables: adding prefix of "id:" to %ID

2021-07-23 Thread Kristian Grönberg
hi Karl, I had to solve this by putting the link inside of the heading, like so: * STARTED proj foo :PROPERTIES: :ID: [[foo][id]] :END: However this is not optimal since viewing the same ID property with "org-agenda-custom-commands" includes the link as well (which for me is not good since I h

Re: Bug: :match filter fails on columnview dblock when :maxlevel present [9.4.6 (9.4.6-gab9f2a @ /Users/pabfr/.emacs.d/elpa/org-9.4.6/)]

2021-07-22 Thread Kristian Grönberg
> On 12 Jul 2021, at 15:22, Pablo Perez wrote: > > * Scrum Summary >#+BEGIN: columnview :hlines 3 :id "47B8AC9D-2556-4F6E-AAE1-775731314596" > :indent t :maxlevel 4 :match "Sprint4" I’ve noticed in the past that :maxlevel prevents “match” from functioning properly. Have you tried to remo

Re: Clock tables and two ways to categorize tasks

2020-11-21 Thread Kristian Grönberg
> On 20 Nov 2020, at 10:23, Leo Okawa Ericson > wrote: > >  > Some time ago I hacked together a bunch of elisp to create a clock table > based on tags. [1] It uses org's dynamic block feature[2] to create a > piechart with gnuplot and a simple table that shows percentages of time > spent on d