Introduction

Linking notes can be helpful for a variety of reasons. One reason to link notes is to establish connections between different pieces of information. This can help you see the relationships between different ideas and concepts, which can be useful for learning and understanding. Linking notes can also help you organize your thoughts and ideas, making it easier to find and reference specific notes later. Additionally, linking notes can help you build a more comprehensive and coherent understanding of a subject, as it allows you to see how different ideas fit together. Finally, linking notes can be a useful tool for collaborative work, as it allows multiple people to see the connections between different notes and ideas.

The tool I used org-transclusion-mode developed by Nobiot (Nobiot 2023).

Example

For example, I want to re-use this paragraph:

To understand the parameters at the macroscopic level, it is often necessary to change the perspective from macroscopic to microscopic. At the microscopic level, there are several parameters to consider, such as:

  • The positions and velocities of the individual particles in the system
  • The masses of the particles
  • The charges of the particles (if they are charged)
  • The strength of the interactions between the particles (such as the strength of the gravitational or electromagnetic forces)
  • The shape and size of the particles
  • The temperature of the system (which determines the average kinetic energy of the particles)
  • The density of the system (which determines the number of particles in a given volume)

By studying the relationship between these parameters at the microscopic level, it is possible to make predictions at the macroscopic level, which are more useful for practical applications. This is where statistical mechanics comes in, as it helps us understand the behavior of large systems by considering the behavior of their individual components in phase space.

Automation

Add following code to your Emacs:

(add-hook 'org-export-before-processing-hook 'org-transclusion-add-all)

When using org-transclusion-mode, just make sure the content is correctly linked. Otherwise, there is nothing special when publishing a new blog entry.

Reference(s)

Nobiot. 2023. “Org-Transclusion: Emacs Package to Enable Transclusion with Org Mode.” Github. https://github.com/nobiot/org-transclusion.