-
The following code produces error in orgparse 0.2.3:
```py
from orgparse import loads
root = loads('''
* Node
:PROPERTIES:
:Effort: 1:23:45
:END:
''')
root.children[0].properties['Eff…
-
When starting Sublime Text with the current version of OrgExtended installed, I get the following errors in the console:
```
reloading python 3.3 plugin OrgExtended.asettings
reloading python 3.3…
-
there is a typo in the **orgparse** installation command
the correct one is :
`pip install orgparse`
-
Hi,
The docstring says that the argument can be "str or file-like" and I've been using it with the latter. But that got broken by a recent venv update.
Looks like commit https://github.com/karli…
-
I'd like to just get the AST of the org file but currently with
- "unified": "9.2.0",
- "uniorg-parse": "0.1.3",
```js
const parse = require('uniorg-parse');
parse("hello")
```…
-
I just installed your library as documented using 'pip install orgparser'
and then tried to import 'load' and 'loads' from orgparser in a python shell.
It fails with the following syntax error mess…
hbalp updated
3 years ago
-
I cannot figure out how to use plantuml. I have a version installed locally and it works and I've set the `plantuml` path in my user settings. I looked up some other examples on the web and guessed it…
-
After installing promnesia, the linux part as directed, and finding a new extensive extensive file hierarchy in my python modules, and promnesia executable at .local/bin/promnesia (you should warn peo…
-
I did some research to find out how scheduled items are supposed to behave, so I'm assuming that [this explanation](https://emacs.stackexchange.com/questions/10504/understanding-scheduled-in-org-mode)…
-
Came across your braindump site at org-roam. Really like to give it a try, but how can I use it? Say if I have a folder of org files managed via org-roam. What are the steps to generate a braindum…