-
Notifications
You must be signed in to change notification settings - Fork 4
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
An easy way to get tags and properties from an org-brain entry ? #7
Comments
I found this : |
Have you found a solution to your problem? I'm interested, too, until we get something clickable... |
I hacked something that worked for me but not sure it would fit each use case. Here is what I did :
|
I will work on a more flexible an easy to use implementation (with defcustoms) when I have a bit more time (in March). I want to reach something as easy as setting a list of properties to export and an indication on what to add to the dot file depending on the value of the property. |
Sorry elisp doesn't print very well. Copy all this in a scratch buffer and evaluate it. @Kungsgeten Is there a better way ? |
Hi! Sorry for the late response. If its a single value property you could use Perhaps |
Hi! Thanks for the snippet, that is a better way to get a property. I think it is a good idea to pack all properties in one data structure. Is there something like |
There seems to be a function named It seems like |
Oh nice. As simple as that :) |
In order to specify shapes and colors to dot, I would like to pass PROPERTIES values to
org-brain-export-generate-data
.What is the simplest way to get the result of
org-entry-get
ororg-element-property
of anorg-bain
entry ?The text was updated successfully, but these errors were encountered: