nobiot / org-transclusion

Emacs package to enable transclusion with Org Mode
https://nobiot.github.io/org-transclusion/
GNU General Public License v3.0
942 stars 48 forks source link

edit source file with C-c ' #259

Open fkgruber opened 1 month ago

fkgruber commented 1 month ago

Hi Once I transclude a source file I see that you can type C-c ' to get into edit mode but changes can be saved. It would be cool if C-c ' would simply open the file so we can edit it directly. Then C-c ' go back to the org file.

thanks FKG

nobiot commented 1 month ago

By default, pressing "O" (capital "o" letter) should take you to the source buffer. This is bound to command org-transclusion-move-to-source in org-transclusion-key-map. You can add "C-c '" in it.

I don't think I will manage to do anything for the return trip from the source org file (or org-src buffer, or program source buffer) to the transcluding org buffer.