-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
convert.rb skips all org files (unsupported file extension) #13
Comments
Contents of my org-roam.db: https://gist.github.com/atimofeev/f26a024fd8de8fe574b5248dc01f68ab |
Did you get this fixed? Tried myself and the same issue. Even using a completely flat directory it would not work. |
the same issue |
Hi folks, I apologise for being very late looking at these issues. I made a note for myself to look at them in detail when I'm back from the holidays (around Jan. 5), and I'll provide a fix where I can. Thank you for your patience! |
Hello! I've just pushed a new commit that adds some debugging code to the script. Could you please pull the latest version, and give a try to running the script with the debug flag, like this: $ ./convert.rb --debug This should print some useful information that should help us resolve the issues that are happening here. Thanks again for your patience! |
Hey man, thanks for doing this. So I have done this and I think my issue is that the script does not like org roam files linked as headers within files
Do you have any test data we could put through it? If not I can create some but will be a little while before I can get to it. |
Wow, yes. These notes don't seem to be represented by any actual files on disk -- we don't support this case at all. Could you paste a file that contains one or more of the notes in your log above? (please take care to remove any sensitive content) |
This is my directory structure (inside input dir):
I use README.org as index file for all of the subdirectories.
I'm using latest commit, which should support subdirectories.
Not sure if this matters, but my org-directory is "~/repos/org".
How can I help debug this issue?
The text was updated successfully, but these errors were encountered: