-
-
Notifications
You must be signed in to change notification settings - Fork 152
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
"deep" export to email (or copy-paste) #935
Comments
Sure, it is possible to do so. We already have email export functionality, but it's scoped to the current headline. Changing the current logic to recursive export will give you the nested headlines. Note, your proposed feature is a subset of this ticket: #142 Exporting to HTML is a separate topic - the implementation of the organice org mode parser has no functionality to export to HTML. There is always an option to get another dependency, but I'd personally be careful to add it. Are you interested in working on your proposed issue? |
I could look into it. No promises yet as I don't have much time at the moment... but really need the feature ;) Is there any easy option for online editing code and running a fork ? I saw some hints for exporting other elements in method below. Which ones should I export or not ? token/propertie/tags/schedule ?
What is the recommended way/methods to traverse children headers ? As for (maybe, afterwards) HTML export:
|
Here's the documentation on how to develop on organice: https://organice.200ok.ch/documentation.html#development
Using ImmutableJS.
Nothing that I'm aware of. We're in the process of writing such a parser (https://github.com/200ok-ch/org-parser), but it's not ready, yet.
Dunno. |
I have created a PR with the necessary boilerplate: #939 |
Is your feature request related to a problem? Please describe.
exporting some portion of Org to anothe app is tedious in Organice on desktop. I would like to be able to copy-paste multiple nodes (headers) at once.
Describe the solution you'd like
Some nice feature would be a "deep" export to clipboard (or extending current "export to email"): if the node is collapsed "copy/export" only its header, if node is expanded "copy/export" its title, description, notes and children nodes recursively to clipboard. export format would be simple (rich) HTML if possible, ORG otherwise.
Describe alternatives you've considered
Nowadays i open the Org file in Sublime, then copy-paste manually.
The text was updated successfully, but these errors were encountered: