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,
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
> 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
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
> 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
> 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