org-transclusion icon indicating copy to clipboard operation
org-transclusion copied to clipboard

edit source file with C-c '

Open fkgruber opened this issue 1 year ago • 1 comments

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

fkgruber avatar Sep 30 '24 15:09 fkgruber

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.

nobiot avatar Oct 07 '24 07:10 nobiot