This package provides a simple command that takes a URL from the clipboard and inserts an org-mode link with a title of a page found by the URL into the current buffer This code was a part of my Emacs config almost a year. I decided to publish it as a separate package in case someone needs this feature too.
emacs-org-pomodoro
adds very basic support for Pomodoro technique in Emacs org-mode.
Run M-x org-pomodoro
for the task at point or select one of the last tasks that you clocked time for. Each clocked-in pomodoro starts a timer of 25 minutes and after each pomodoro a break timer of 5 minutes is started automatically. Every 4 breaks a long break is started with 20 minutes. All values are customizable.
org-analyzer is a tool that extracts time tracking data from org files (time data recording with `org-clock-in', those lines that start with "CLOCK:"). It then creates an interactive visualization of that data — outside of Emacs(!).
In order to run the visualizer / parser you need to have java installed.
This Emacs package provides a simple way to start the visualizer via `org-analyzer-start' and feed it the default org files.
See https://github.com/rksm/clj-org-analyzer for more information.
org-analyzer is a tool that extracts time tracking data from org files (time data recording with `org-clock-in', those lines that start with "CLOCK:"). It then creates an interactive visualization of that data — outside of Emacs(!). In order to run the visualizer / parser you need to have java installed. This Emacs package provides a simple way to start the visualizer via `org-analyzer-start and feed it the default org files. See https://github.com/rksm/clj-org-analyzer for more information.
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.