Kungsgeten / org-brain Public
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
Open org-noter from visualized brain entries #154
Comments
This is cool and seems helpful! I haven't used |
I agree, trying first seems reasonable. The above mentioned issue with (add-hook 'org-noter-insert-heading-hook #'org-id-get-create) Oh and btw: |
@rosetree your setup seems really cool. Do you have your config somewhere, or a description of your workflow? Would be interested to hear more about how you use org-brain for keeping notes. |
@dangom Thanks for your interest. I currently don’t have my config published and I haven’t written about my workflow, yet. One reason is, that I only use it for a month… I plan to write about it, when I have some time to do so. However, the config is pretty basic: I use the snippet from the A short overview of the workflow: I currently create an |
@rosetree Do you have a video of this workflow? If not yet, in future maybe? |
@michaelsjackson unfortunately there is no video of my workflow, yet. But it’s a good idea to add a video, if I’m going to write about this workflow. |
Sorry for taking so long, but I've now tried |
Thanks, for giving it a try, @Kungsgeten |
Hi, Just a comment. There is a mistake in the README. You need to add un "#" character like this
And this line need to be after Org-brain config in .spacemacs |
@michaelsjackson and @dangom I just published a blog post about my setup and my workflow. This also includes a short video. I hope you find this still helpful. Sorry that this took so long. |
@rosetree Great! Do you mind if I link to it from the README? |
Glad you like it, @Kungsgeten. I don’t mind at all; I’m happy if it helps more people. |
Hey, just wanted to say this is really awesome! Thank you for taking the time to put this together and to share it. |
Recently I combined this great package with the
org-noter
document annotator. This works admirably well out of the box. There are just few small issues, that can be improved. The first being thatorg-noter
doesn’t add IDs to new notes (see this issue: weirdNox/org-noter#62).The second: it’s not possible to call
org-noter
on an visualized entry oforg-brain
. This can be manually done with opening the current entry andM-x org-noter
there. But this is kind of slow. The following function opens anorg-noter
session from a visualized entry and add this toC-c n
in the visualize mode.Partly sharing this for reference here, in case anyone searches for something similar. Not sure if this should be added in the readme file to the “Other useful packages” section, though. Also I’m happy to here, if there’s something that could be improved.
The text was updated successfully, but these errors were encountered: