question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I’m trying to retrieve the repeat part of a scheduled date but it is not clear if it saved during parsing. It seems the date regex take care of that (cookie part from what I’ve understood) but then I get lost. On simple example I would like to use:

import orgparse
node = orgparse.loads('''
* Pay the rent
  SCHEDULED: <2020-01-01 Wed +1m>
''').children[0]
time = node.scheduled
# repeat = node.???

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
karlicosscommented, Mar 18, 2022

Should be fixed now! Thanks @j3soon 😃

0reactions
j3sooncommented, Nov 14, 2022

I just found that #50 didn’t fix this issue, since it only parses timestamp cookies for timestamps without SCHEDULED or DEADLINE.

I’ll submit another PR to fix this completely.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Repeating Calendar – years equal to 2022 - Time and Date
Find calendar years that start on the same day and have the same number of days as 2022 or any other year.
Read more >
How often in years do calendars repeat with the same ... - Quora
5-year pattern: If there are two leap year between dates, the date shall fall on the same day after 5 years. For example,...
Read more >
Find Like Years - Calendar Home
This utility was created in response to the need to find years that have the same day-of-week to date relationship as a given...
Read more >
Dates With Repeating Numbers Are Important in Numerology
Here are the meanings of dates with repeating numbers, according to a numerologist: 1/1. As this date always begins a new calendar year,...
Read more >
Create a recurring event - Android - Google Calendar Help
When you create an event in Google Calendar, you can make it repeat on certain days. Set up a new repeating event On...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found