nobiot / org-transclusion

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

NOTICE: Upcoming Changes for Doom (and Straight, etc.) Installtion #79

Closed nobiot closed 3 years ago

nobiot commented 3 years ago

Following from a conversation on Reddit, I am soon introducing a new file that is dedicated to "live-sync".

I have seen some Doom users selectively install only org-transclusion.el file. (Thank you for the snippet, @wuqui) Please watch out for the upcoming change and adjust your script accordingly. You will need another file to be named text-clone.el.

(package! org-transclusion
  :recipe (:host github
           :repo "nobiot/org-transclusion"
           :branch "main"
           :files ("org-transclusion.el")))

If you would like to avoid downloading README, you might like to try something like this (refer to Doom's documentation):

(package! org-transclusion
  :recipe (:host github
           :repo "nobiot/org-transclusion"
           :branch "main"
           :files ("*.el")))

I will appreciate it if you notice any error in this script -- it will be a great input for README documentation. Thank you.

The change has been merged with main.

Ma-Nu-El commented 3 years ago

Just to make it more clear to noobs like me. Love the work man. Thanks a lot.

In your ~/.doom.d/package.el add the following

(package! org-transclusion
  :recipe (:host github
           :repo "nobiot/org-transclusion"
           :branch "main"
           :files ("*.el")))

And in your ~/.doom.d/config.el file add

(use-package! org-transclusion)

Notice

Details here:

Examples:

Tried: [2021-06-02 Wed]

Happy hacking :)

Edit: references, emphasis, spell.

nobiot commented 3 years ago

@Ma-Nu-El Thank you! I don't use Doom, so this is great.

nobiot commented 3 years ago

@Ma-Nu-El , just let you know that I have updated README and inlucded some Doom information based on your input (a little different than yours). Thank you.

nobiot commented 3 years ago

With the change of README and merging of v0.2.0, I think I can close this notice.

Ma-Nu-El commented 3 years ago

Happy to help man!

Cheers!

On Sat, 12 Jun 2021 at 08:22 Noboru Ota @.***> wrote:

Closed #79 https://github.com/nobiot/org-transclusion/issues/79.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/nobiot/org-transclusion/issues/79#event-4881213461, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMK6PCHVU7FMCE3K3P6M2KTTSNGRFANCNFSM45LO7VBA .

-- Manuel Fuica Morales Estudiante *de *Ingeniería Civil Industrial mención Informática Universidad de la Frontera - Chile

--

La información contenida en este correo electrónico y cualquier anexo o respuesta relacionada puede contener datos e información confidencial y no puede ser usada o difundida por personas distintas a su(s) destinatario(s). Si usted no es el destinatario de esta comunicación, le informamos que cualquier divulgación, distribución o copia de esta información constituye un delito conforme a la ley chilena. Si lo ha recibido por error, por favor borre el mensaje y todos sus anexos y notifique al remitente.

Las opiniones vertidas en este correo, no contenidas en un documento oficial de la Universidad, son responsabilidad de quien las emite o de quien solicitó su envío, en el ejercicio de su libertad de opinión y de expresión que, como miembro de la comunidad universitaria se le reconoce, y no representan, necesariamente, el pensamiento de la Universidad de La Frontera y de sus directivos.