yūdachi

Results 59 comments of yūdachi

this feature has been implemented in vtstats :), to give it a try, go to https://vt.poi.cat/stream/live and type something in the text field.

I just checked the implementation of parsing timestamp in org-elements api and find out it's quite flexible. The org-element parser will first accepts any string that starts with `[yyyy-mm-dd` and...

repeater/delay in timestamp is supported in `v0.10.0-alpha.4`

I just implemented the repeater/delay feature in `v0.10.0-alpha.4`, and it currently supports arbitrary number of repeater/delay in both range and non-range timestamp: ```text [2003-09-16 09:39 +1w +1d +1y --1w --1d...

> It wouldn't work for my use case (idiosyncratic custom agenda stuff), would you like to share which format of timestamp are you using? Actually I do plan to add...

@jobnbackpack @calmofthestorm sorry for the late reply, repeater and delay in timestmap are supported in `v0.10.0-alpha.4`.

> I could understand parsing it as three headlines instead. [Org syntax](https://orgmode.org/worg/org-syntax.html#Headings) now specifies that, in headline, asterisks character can only be followed by space character. So parsing `"* \n*\r\n*...

Staring for v0.10, each parsed element will has both `begin()` and `end()` method which return the position of element in original document.

Hi @gcobc12632. Apologies for the delay. Both issues should be resolved now. If you face any further problems, please open a new ticket.