org-thesis VS org-transclusion

Compare org-thesis vs org-transclusion and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
org-thesis org-transclusion
8 39
495 890
- -
2.6 8.0
about 2 years ago 13 days ago
Emacs Lisp Emacs Lisp
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

org-thesis

Posts with mentions or reviews of org-thesis. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-06.
  • Is emacs the answer?
    2 projects | /r/emacs | 6 May 2023
    I have used Org mode in tandem with LaTeX for displaying inline statistical equations when taking notes for data science topics and have found it works very well, although I am by no means a LaTeX expert. I have, however, read where Ph.D students have used Org mode to write their theses using LaTeX.
  • Org: Include but only headers?
    1 project | /r/emacs | 26 Mar 2022
    Check out https://github.com/dangom/org-thesis
  • Writing papers/thesis in org with a barebone config
    5 projects | /r/orgmode | 27 Jan 2022
    Not barebones, but I would consider looking at scimax, which is an emacs configuration that likely is similar to your work flow. You can also look to PhD theses written in org-mode and shared on github, there are a few with sensible configurations you might want to just copy.
  • Text snippets for use in multiple documents?
    2 projects | /r/orgmode | 14 Dec 2021
  • org-mode equivalent of asciidoc tags?
    1 project | /r/orgmode | 29 Apr 2021
    The include has the ability to specify lines. Here is an article I saved that goes into how this could be used for a thesis and reuse parts for journal articles. That sounds similar to your use case. https://github.com/dangom/org-thesis
  • Emacs org-mode examples and cookbook (2017)
    5 projects | news.ycombinator.com | 10 Mar 2021
    As a sibling parent mentioned, you can tag an element by inserting it into it's own heading and adding the :ignore: tag.

    I feel this functionality is overlooked, and it is in my opinion one of the most powerful features implemented in org, as it allows you to add "meta" groupings to your org document without any effect on the content.

    Without the :ignore: tag, there is a strict semantic relation between org-mode document headings, as physically indicated by the * at the beginning of a line, and the corresponding hierarchical level of the heading's content.

    With the :ignore: tag, however, you separate content from form. Headings with :ignore: work just as headings for your file.org document: you can search for headings, link to them, add IDs and properties and whatever else you can do with headings. But when you export your document, the heading no longer exists and thus has no impact on the hierarchical level of its content.

    Why is this interesting? Well, because if content is separated from form, we can build things where the same content assume multiple forms depending on whatever context we define.

    I used this in combination with other org-mode tags, "#+exclude_tags" and "#+include" directives to build my Ph.D. thesis with org mode and have my thesis chapters be exportable both as thesis chapters as well as standalone publications. Shameless plug: https://github.com/dangom/org-thesis

    It should be straightforward to extend the idea to presentations and other formats as well.

  • Where shall I go next? Please give me some guidance you Yodas of emacs.
    8 projects | /r/emacs | 13 Feb 2021
    https://github.com/dangom/org-thesis (org mode phd solution) https://write.as/dani/writing-a-phd-thesis-with-org-mode (explaining his solution)
  • Can we use Org mode to write books and generate EPUB and MOBI files?
    3 projects | /r/emacs | 7 Jan 2021
    I wrote my thesis with org mode and wrote about it here: https://write.as/dani/writing-a-phd-thesis-with-org-mode. Repo here: https://github.com/dangom/org-thesis

org-transclusion

Posts with mentions or reviews of org-transclusion. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-20.
  • Tangle-Up versus Tangle-Down
    1 project | /r/LitProg | 20 May 2023
    nobiot/org-transclusion: Emacs package to enable transclusion with Org Mode
  • A way to export linked notes through org-roam
    1 project | /r/emacs | 25 Mar 2023
    There is nobiot/org-transclusion, but i haven't tried it personally.
  • Equivalent of Notion SyncedBlocks
    1 project | /r/orgmode | 4 Mar 2023
    This is it: https://github.com/nobiot/org-transclusion
  • Emacs and knowledge management for scientists
    1 project | /r/OrgRoam | 29 Jan 2023
    As wWA5R... already noted, you can structure large org files with headings and subheadings, where each heading can be handled as an own note. But addtionally, you can export org files a html document or as latex document. There exists also a emacs package which is called transclution (https://nobiot.github.io/org-transclusion/) which makes it possible to construct a new org file out of snipped of other org files. So you can create a new document by combining several peace of other documents. The package/project HyperOrg I didn't know, this seems really interesting for publish the whole org-roam data (thanks a lot for mentioning it @wWA5R...!).
  • Storing all nodes in a single file by default (?) - Linear visualisation
    3 projects | /r/OrgRoam | 20 Jan 2023
    Since I started Uni, I've taken my notes in separate .org files, one per subject. This is ok, but it doesn't allow me to link concepts across subjects. At the same time, I don't think graphs are easy to navigate linearly, which is something I need for revision. I wish to be able to, when necessary, read all nodes in a single file, either by exporting the nodes or by having them all in one file to begin with. Reading the documentation, I haven't seen how to do it. I considered using packages like org-transclusion but I don't think that's the most efficient way. Does anybody know of a configuration to use or have any suggestions?
  • Multidimensional outlines?
    3 projects | /r/orgmode | 23 Oct 2022
  • Showing a week's dailies in one buffer
    1 project | /r/OrgRoam | 7 Sep 2022
    I found out about org-transclusion and hacked together something that works (feedback is more than welcome).
  • Show the dailies of the last 7 days in a buffer - coding help/review
    1 project | /r/OrgRoam | 7 Sep 2022
    After finding out about org-transclusion I hacked up the following. As I'm not very experienced with elisp/orgmode/org-roam I'd love some feedback. I'm particularly interested in shortening the code by using more built-in/standard functions.
  • Remotely adding content to a note from another note
    2 projects | /r/OrgRoam | 6 Sep 2022
    If I'm understanding your use-case correctly, I think you should look at org-transclusion
  • Showing multiple org files in one buffer
    1 project | /r/orgmode | 6 Sep 2022

What are some alternatives?

When comparing org-thesis and org-transclusion you can also consider the following projects:

tufte-org-mode - An Org mode environment for producing Tufte-LaTeX books and handouts

roam-block - An all-purpose block ref and block embed implement in emacs.

vim-orgmode - Text outlining and task management for Vim based on Emacs' Org-Mode

fountain-mode - Emacs major mode for screenwriting in Fountain plain-text markup

CrossLine - CrossLine is an outliner with sophisticated cross-link capabilities in the tradition of the well-respected Ecco Pro

Zero-to-Emacs-and-Org-roam - Step by step guide from zero to installing and setting up Emacs and Org-roam on Windows 10

scimax - An emacs starterkit for scientists and engineers

transclusion-in-emacs - Resources about implementing transclusion in Emacs

ox-leanpub - Org-mode exporter for Leanpub books - mirrored from GitLab

doom-emacs-config - Doom Emacs configuration finely tuned for "distraction-free' academic writing

ox-epub - Org mode epub export

md-roam - Use Org-roam with markdown files by adding Md-roam as a plug-in. Mix org and markdown files in a single Org-roam database.