tufte-org-mode VS org-thesis

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

tufte-org-mode

An Org mode environment for producing Tufte-LaTeX books and handouts (by tsdye)

org-thesis

Writing a Ph.D. thesis with Org Mode (by dangom)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
tufte-org-mode org-thesis
1 8
133 495
- -
0.7 2.6
about 1 year ago about 2 years 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.

tufte-org-mode

Posts with mentions or reviews of tufte-org-mode. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-13.

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

What are some alternatives?

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

literate-calc-mode.el - 🧮 Literate programming for M-x calc

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