org-thesis VS dotemacs

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

org-thesis

Writing a Ph.D. thesis with Org Mode (by dangom)

dotemacs

My emacs configuration. (by mclear-tools)
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 dotemacs
8 16
495 90
- -
2.6 6.1
about 2 years ago about 2 months ago
Emacs Lisp Emacs Lisp
- MIT License
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

dotemacs

Posts with mentions or reviews of dotemacs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-16.
  • Help with meow configuration
    1 project | /r/emacs | 19 Jan 2023
  • Microsoft Exchange mailbox
    1 project | /r/emacs | 26 Jun 2022
    Here's my mu4e setup
  • emacs-groundup
    4 projects | /r/emacs | 16 May 2022
    7 - Meow: Meow is great. I switched from evil a few months ago and am pretty happy with it. I also dropped general.el for bind-key.el, which is included with use-package (which I see you are using anyway). You can look at my setup of meow here and a more generic setup of keybindings here. I haven't had any trouble with using this instead of general.
  • org very slow load with org-cite and a large bibtex library
    1 project | /r/orgmode | 13 Mar 2022
    One thought is to limit which parts of the org-cite libraries to load. I had similar issues with speed. You can look at my current setup in my dotfiles here. I just use oc and oc-csl, along with citar (no org-ref) and everything works pretty well.
  • What is expected Doom performance on macOS?
    1 project | /r/emacs | 3 Mar 2022
    Here’s the link: https://github.com/mclear-tools/dotemacs
  • tab-bar-mode: How to change tab bar appearence?
    4 projects | /r/emacs | 1 Mar 2022
    Another thing you might consider (this depends on how many tabs you usually keep open, etc.) is not displaying tabs in the tab-bar at all (setq tab-bar-show nil) and displaying them in the echo-area instead. I use a combination of https://github.com/fritzgrabo/tab-bar-echo-area and https://github.com/qaiviq/echo-bar.el to give a consistent but very unobtrusive presentation of the tabs in the echo bar on the bottom right. You can see that in this image -- and my config for it is here.
  • Has anyone ever written a research paper by only using org-mode?
    2 projects | /r/emacs | 17 Feb 2022
    Yes. It’s not a problem (it’s also easy to write papers in markdown using markdown mode). If you want to see some of the packages involved look at my setup-writing.el file in my config.
  • Finding the best style of literate emacs configuration
    1 project | /r/orgmode | 31 Jan 2022
    If you just want folding then you can use emacs' built-in outline mode. And there are very easy ways to jump around a "modular" or multi-file config as well. I use both of these tools in my own config. I also like that I can easily load just small parts of my config via command line args, and of course that I don't need to worry about bootstrapping org-mode to get things running.
  • Writing papers/thesis in org with a barebone config
    5 projects | /r/orgmode | 27 Jan 2022
    You can take a look atmy setup and see if any of it looks helpful. The relevant modules for you will be:
  • How to C-x b but to related buffers only?
    2 projects | /r/emacs | 15 Oct 2021
    Yeah +1 for perspective.el. I use it with projectile to manage projects and have discrete buffers for different projects. You can look at my setup if it is helpful here.

What are some alternatives?

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

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

scimax - An emacs starterkit for scientists and engineers

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

persp-mode.el - named perspectives(set of buffers/window configs) for emacs

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

binder - Emacs global minor mode facilitating multi-file writing projects

perspective-el - Perspectives for Emacs.

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

citar - Emacs package to quickly find and act on bibliographic references, and edit org, markdown, and latex academic documents.

ox-epub - Org mode epub export

writeroom-mode - Minor mode for distraction-free writing