nobiot
nobiot
What do you mean by “pick up” more precisely? If you launched Emacs by typing `emacs -Q` in your terminal, it shouldn’t load `org-transclusion` automatically.
I’d temporarily remove the configuration file and directory — e.g. `.emacs` and `.emacs.d`. Then launch Emacs and install `org-transclusion` with `M-x package-install`
As you are getting an error message, I’d turn on `toggle-debug-on-error`. It should tell you which function gives you the error, then use `edebug` to see how programs behave in...
Could you please provide more detail? The message and behavior look to be expected. What do you see as an issue?
Your English is fine. For live-sync for an Org file, there is a limitation; refer to [this part](https://nobiot.github.io/org-transclusion/#Known-Limitations) of the user manual, or in the doc string of `org-transclusion-live-sync-start` >...
@vedang I realise it's been an awful a lot of time since you initially created this PR (Thank you!). Is there any change to move it forward? I do not...
@vedang thank you for your quick reply and confirmation about the FSF paperwork. That is enough for me :). Merged. Thank you also for additional work to rebase your PR;...
The name of the hook should be `org-mode-hook`, so I think it should be: ``` (add-hook 'org-mode-hook 'org-transclusion-mode) ```
@devcarbon-com I am trying to refactor `src-lines.el`. I feel that function `org-transclusion-content-range-of-lines` is too long and it does `:lines` and `:thing-at-point` -- I was hoping to separate them into their...
Timing is perfect 👍 Thank you!