This project started as fork of org-reveal. It provides an export back-end for HTML presentations with reveal.js from Org mode source files.
This package provides a utility function for Org buffers that makes a _SRC
block with the appropriate language annotation for code that has been copied from an Emacs major mode.
The builtin orgmode package for viewing tasks or events for a particular day, org-agenda, does not help you to quickly understand, where, for example, you have free time in your day or where you have overlapping tasks. Just a list of tasks is not sufficient. This package is created to fix this problem and provide some of the functionality that modern calendars provide.
This package contains library functions and commands useful for retrieving web page content and processing it into Org mode content.
For example, you can copy a URL to the clipboard or kill-ring, then run a command that downloads the page, isolates the ``readable'' content with eww-readable
, converts it to Org mode content with Pandoc, and displays it in an Org mode buffer. Another command does all of that but inserts it as an Org entry instead of displaying it in a new buffer.
This package prettifies headings and plain lists in Org mode. It is a direct descendant of org-bullets
, with most of the code base completely rewritten.
Currently, this package prettifies Org heading lines by:
replacing trailing bullets by UTF-8 bullets,
hiding leading stars, customizing their look or removing them from vision,
applying a custom face to the header bullet,
applying a custom face to the leading bullets,
using double-bullets for inline tasks,
(optional) using special bullets for TODO keywords.
It also prettifies Org plain list bullets by:
replacing each bullet type (*, + and -) with UTF-8 bullets,
applying a custom face to item bullets.
Features degrade gracefully when viewed from terminal.
This package automatically pulls changes from source code to their corresponding tangled blocks.
This package automatically pulls changes from source code to their corresponding tangled blocks.
This package provides a minor mode that enables inline PDF preview in Org buffers by using pdf2svg
.
Org Tree Slide is a minor mode for using an Org document in presentations by progressively revealing individual subtrees of the document.
Org Edit LaTeX is an extension for Org mode. It lets you edit a LaTeX fragment in a dedicated buffer just like editing a source block.
This package provides functions that automatically create backlinks when inserting a link.
Show the total clocked time of the current day in the mode line
This package allows a customizable set of headings in Org files to be expanded upon opening them.
org-auto-tangle
allows you to automatically tangle code blocks whenever saving an org-mode
file.
This package generates drill cards based on an Org mode table in the current subtree. The cards are inserted under a new ``Cards'' heading in the current tree.
Org Roam BibTeX is a library which offers a tighter integration between Org Roam, Helm-BibTeX, and Org Ref. It allows users to access their bibliographical notes in Org Roam directory via Helm BibTeX, Ivy BibTeX, or by opening Org Ref's cite:
links.
emacs-org-static-blog
is one more static blog generator, it focuses on being simple. All files are simple Org files in a directory. The only requirement is that every Org file must have a title and a date keywords, and optionally, a filetags keyword.
Org Journal is a set of functions to maintain a simple personal diary / journal using in Emacs, adapted from https://www.emacswiki.org/emacs/PersonalDiary. Convenient bindings allow the creation of journal records in the current daily, weekly, monthly or yearly file and search within all records or specified time intervals. All records can be browsed and searched from the Emacs Calendar for convenience. All entries in a specified TODO state will be carried over to the next day.
This package provides automatiic org timers for upcoming events.
This package displays tables in Org mode and OrgTbl mode using Unicode characters.
This package allows items in the Org agenda to be grouped into sections while preserving the structure imposed by any timestamps.
This package adds random colors to your Org tags. In order to make colors random but consistent between same tags, colors are generated from the hash of the tag names.
Simple function to create pgfGantt charts from Org entries. Updates a dynamic block in the subtree of question. The function outputs commands which can be parsed by LaTeX exports of the document to generate a Gantt chart of the subtree of TODO items.