emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [ISSUE] org-agenda with clocktable infinite on logbook which has text-propertize links
@ 2020-06-10  3:18 stardiviner
  2020-09-05  9:50 ` Bastien
  2021-02-06  6:20 ` [SOLVED] " Christopher Miles
  0 siblings, 2 replies; 3+ messages in thread
From: stardiviner @ 2020-06-10  3:18 UTC (permalink / raw)
  To: Org Mode

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256


When org-agenda have option ~org-agenda-start-with-clockreport-mode~ enabled.
Generate Org Agenda with clocktable. Here is an Org content which has logbook
contains link which is text-propertized using Emacs extension
https://github.com/stardiviner/org-link-beautify (It's written by myself).

#+begin_src org
,** PROJECT google-translate [11/22]
   SCHEDULED: <2020-06-09 Tue>
   :LOGBOOK:
   CLOCK: [2020-06-10 Wed 09:19]--[2020-06-10 Wed 10:34] =>  1:15
   - create PR https://github.com/atykhonov/google-translate/pull/118
   CLOCK: [2020-06-10 Wed 09:09]--[2020-06-10 Wed 09:14] =>  0:05
   - finished bump version process, tag v0.12.0, draft GitHub release.

#+end_src

When I remove that text-propertized link, org-agenda generate fine. When have
that text-propertized link, org-agenda is infinitely un-finished.

- -- 
[ stardiviner ]
       I try to make every word tell the meaning that I want to express.

       Blog: https://stardiviner.github.io/
       IRC(freenode): stardiviner, Matrix: stardiviner
       GPG: F09F650D7D674819892591401B5DF1C95AE89AC3
-----BEGIN PGP SIGNATURE-----

iQFIBAEBCAAyFiEE8J9lDX1nSBmJJZFAG13xyVromsMFAl7gUQAUHG51bWJjaGls
ZEBnbWFpbC5jb20ACgkQG13xyVromsNdhQf/b2gkDc9jqbv2BD6zhFEh5nuQ+4hI
FjXXMUBuhiJnMCTXe0DeL4zG2iyU2N/IWHzP+ftuH8QWEK6xOPBAhEuS+6culgK8
aCehl/J9LQsnz6UC8IVw9Pc+Lg+342A4TNJpXgz80RsihwAiObn0Wb0bIOWLJ22n
Vc33x5+jFOCrOVkvjONI+YNTC2hpghfZ/CMW/cmjKsMj9jZ2oOuXIC8ksOhEMIWO
GMQtxQRzO6/gG/VWBC2Ijh0af10rTAYPhbUDfbSaE49tMRoMuWoj7ALceI6gEPtI
z4dWUtEQh2pxCd0ojfIswUJyAkDhNjbBo022DMqwpqgfNycnlMyZQPVq3Q==
=nH9N
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ISSUE] org-agenda with clocktable infinite on logbook which has text-propertize links
  2020-06-10  3:18 [ISSUE] org-agenda with clocktable infinite on logbook which has text-propertize links stardiviner
@ 2020-09-05  9:50 ` Bastien
  2021-02-06  6:20 ` [SOLVED] " Christopher Miles
  1 sibling, 0 replies; 3+ messages in thread
From: Bastien @ 2020-09-05  9:50 UTC (permalink / raw)
  To: stardiviner; +Cc: Org Mode

Hi,

stardiviner <numbchild@gmail.com> writes:

> When org-agenda have option ~org-agenda-start-with-clockreport-mode~ enabled.
> Generate Org Agenda with clocktable. Here is an Org content which has logbook
> contains link which is text-propertized using Emacs extension
> https://github.com/stardiviner/org-link-beautify (It's written by myself).
>
> #+begin_src org
> ,** PROJECT google-translate [11/22]
>    SCHEDULED: <2020-06-09 Tue>
>    :LOGBOOK:
>    CLOCK: [2020-06-10 Wed 09:19]--[2020-06-10 Wed 10:34] =>  1:15
>    - create PR https://github.com/atykhonov/google-translate/pull/118
>    CLOCK: [2020-06-10 Wed 09:09]--[2020-06-10 Wed 09:14] =>  0:05
>    - finished bump version process, tag v0.12.0, draft GitHub release.
>
> #+end_src
>
> When I remove that text-propertized link, org-agenda generate fine. When have
> that text-propertized link, org-agenda is infinitely un-finished.

I cannot reproduce this with latest Org and GNU Emacs 28.0.50. Can you?

-- 
 Bastien


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [SOLVED] Re: [ISSUE] org-agenda with clocktable infinite on logbook which has text-propertize links
  2020-06-10  3:18 [ISSUE] org-agenda with clocktable infinite on logbook which has text-propertize links stardiviner
  2020-09-05  9:50 ` Bastien
@ 2021-02-06  6:20 ` Christopher Miles
  1 sibling, 0 replies; 3+ messages in thread
From: Christopher Miles @ 2021-02-06  6:20 UTC (permalink / raw)
  To: Org Mode


[-- Attachment #1.1: Type: text/plain, Size: 131 bytes --]

<#secure method=pgpmime mode=sign>

Problem solved by adding an condition to detect current mode whether it is org-agenda-mode.

[-- Attachment #1.2: Type: text/html, Size: 277 bytes --]

[-- Attachment #2: ATT00001.txt --]
[-- Type: text/plain, Size: 253 bytes --]

-- 
[ stardiviner ]
       I try to make every word tell the meaning that I want to express.

       Blog: https://stardiviner.github.io/
       IRC(freenode): stardiviner, Matrix: stardiviner
       GPG: F09F650D7D674819892591401B5DF1C95AE89AC3

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-02-06  6:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-10  3:18 [ISSUE] org-agenda with clocktable infinite on logbook which has text-propertize links stardiviner
2020-09-05  9:50 ` Bastien
2021-02-06  6:20 ` [SOLVED] " Christopher Miles

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).