-
Is orgparse.date public API? I'd like to use it in my code, but I'm not sure if it's intended as public API, and I wouldn't want to depend on it as library code if if it's not guaranteed to stay arou…
jjlee updated
4 years ago
-
A major dependency, [`PyOrgMode`](https://github.com/bjonnh/PyOrgMode), has been abandoned for months. Do you suggest using that git repo, or there's other choice that you suggest?
-
After reinstalling this package, on recompiled and cleaned Emacs 29 it almost works. I get this error when I try to use org-similiratiy-insert-list
```
FileNotFoundError: [Errno 2] No such file …
-
*Template* question. How to edit template to not include link into site menu to the same page. For example on the site of weblorg we go on the page "Blogging". Into the footer of this page we see acti…
-
Any suggestions how to improve infrastructure for building orgmode plugins should be posted here.
-
Is there a way to automatically sort the contents of a notebook by priority and name? The search function is no replacement because of the missing possibility to view the full hierarchy. I would reall…
-
LATEST (YOU MIGHT WANT TO KNOW BEFORE READING THIS). PROBLEMS OCCURRED ON UBUNTU 20.10, AN INTERIM RELEASE. ON MY 20.4 SYSTEM THINGS SEEMED TO GO BETTER.
> TL;DR Current status all went OK up to …
-
First off, thanks so much for creating promnesia, HPI, grasp, and more! 🙏
The past few months, I've been searching for tool(s) that fit my goals for storing and easily accessing information, and r…
-
We want to be able to follow the quality of the corpus and reasonable stats for each new release of the corpus. This is commonly used by people doing research and should be easy to update. Also, old n…
-
Hi,
Would it be possible to allow something like:
```python
from orgmunge import Org
parsed = Org(
string_contents,
from_string=False,
todos={
"todo_states": {
…