-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: add :link (allow disabling link) #49
Comments
Hi @pedro-nonfree, thanks for the suggestion. Without the links its not possible to interact with the org-kanban table anymore but thats also something that you do not want. I could try to add a |
Hi @pedro-nonfree, please check the latest master state. I added now a parameter called |
p.s. sorry for the late reply, was in vacation :) |
hey @gizmomogwai, I hope you came refreshed from your vacation. Oh, thank you for accepting the feature and providing a first implementation. I tested it now, as I found some issues I will reopen it (I cannot open it, but I suggest opening it, or should we continue in a new ticket-iteration?). I thought it would be more convenient to say works as expected this way:
shortener does not work, it shows the entire text:
|
I do understand ... the reason for the naming is, that i do not want to change the default behavior, and plaintext when not set is nil -> no change in the behavior of existing tables, but when link is not set its nil -> and by default no table anymore gets a link ... i think i could do it like that, but then every normal table would need :link t in the definition. i wonder how others are implementing it pbly with a combination of plist-member and plist-get -> will fix this. will fix the layout thing for sure (thanks for testing). |
Thanks for reopening the issue :) Yes, do not change the default behavior and take care of the users :) Hence, argument default behavior would be You are experiencing the same problem as org-ql
|
yes .. i read that ... i just wondered if its worth having additional code vs. using the same name as org-ql or org-clock ... |
also somehow defaulting to |
@pedro-nonfree : please give it another shot ... now its back to |
works nice! thank you! |
Now I am trying to generate a project management file in PDF, and I would like to render a kanban with certain tasks, but without link
I saw that it's reasonable thing to have:
:link
parameter https://orgmode.org/manual/The-clock-table.html:link
parameter https://orgmode.org/manual/Capturing-column-view.htmlThe text was updated successfully, but these errors were encountered: