_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-org-cliplink 20201126.1020
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: http://github.com/rexim/org-cliplink
Licenses: Modified BSD
Synopsis: insert org-mode links from the clipboard
Description:

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 2.1.0-1.aa07c11
Propagated dependencies: emacs-alert@1.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/marcinkoziej/org-pomodoro
Licenses: GPL 3+
Synopsis: Pomodoro technique for org-mode
Description:

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.

emacs-org-analyzer 20191001.1717
Channel: tassos-guix
Location: tassos-guix/packages/emacs-xyz.scm (tassos-guix packages emacs-xyz)
Home page: https://github.com/rksm/clj-org-analyzer
Licenses:
Synopsis: org-analyzer is a tool that extracts time tracking data from org files.
Description:

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.

emacs-org-analyzer 20191001.1717
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/rksm/clj-org-analyzer
Licenses: GPL 3
Synopsis: org-analyzer is a tool that extracts time tracking data from org files.
Description:

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.

emacs-org-re-reveal 3.34.2
Propagated dependencies: emacs-htmlize@1.58 emacs-org@9.7.25
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/oer/org-re-reveal
Licenses: GPL 3+
Synopsis: Build HTML presentations with reveal.js from Org source files
Description:

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.

emacs-org-rich-yank 0.2.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/unhammer/org-rich-yank
Licenses: GPL 2+
Synopsis: Surround source code pasted into Org with @code{#+BEGIN_SRC} blocks
Description:

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.

emacs-org-timeblock 0.2-0.b423b01
Propagated dependencies: emacs-compat@30.0.2.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ichernyshovvv/org-timeblock
Licenses: GPL 3+
Synopsis: Schedule your day visually, using timeblocking technique inside Emacs
Description:

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.

emacs-org-web-tools 1.3
Dependencies: pandoc@2.19.2
Propagated dependencies: emacs-compat@30.0.2.0 emacs-dash@2.19.1 emacs-esxml@0.3.7 emacs-plz@0.9.1 emacs-request@0.3.2-1.3336eaa emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alphapapa/org-web-tools
Licenses: GPL 3+
Synopsis: Display/Process web page as Org mode content
Description:

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.

emacs-org-superstar 1.5.0
Propagated dependencies: emacs-org@9.7.25
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/integral-dw/org-superstar-mode
Licenses: GPL 3+
Synopsis: Prettify headings and plain lists in Org mode
Description:

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.

emacs-org-roam-extra 0.1.0-4.ecf860b
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~akagi/org-roam-extra
Licenses: GPL 3+
Synopsis: Extensions to org-roam
#<unspecified>
emacs-org-tanglesync 1.1-0.af83a73
Propagated dependencies: emacs-org@9.7.25
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/mtekman/org-tanglesync.el
Licenses: GPL 3+
Synopsis: Sync Org source blocks with tangled external files
Description:

This package automatically pulls changes from source code to their corresponding tangled blocks.

emacs-org-tanglesync 0.6-2.d99181f
Propagated dependencies: emacs-org@9.7.25
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/mtekman/org-tanglesync.el
Licenses: GPL 3+
Synopsis: Sync Org source blocks with tangled external files
Description:

This package automatically pulls changes from source code to their corresponding tangled blocks.

emacs-org-inline-pdf 0.5
Dependencies: pdf2svg@0.2.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/shg/org-inline-pdf.el
Licenses: GPL 3+
Synopsis: Inline PDF previewing for Org
Description:

This package provides a minor mode that enables inline PDF preview in Org buffers by using pdf2svg.

emacs-org-tree-slide 2.8.22-0.e2599a1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/takaxp/org-tree-slide
Licenses: GPL 3+
Synopsis: Presentation tool for Org mode
Description:

Org Tree Slide is a minor mode for using an Org document in presentations by progressively revealing individual subtrees of the document.

emacs-org-edit-latex 0.8.3
Propagated dependencies: emacs-auctex@14.0.9 emacs-org@9.7.25
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/et2010/org-edit-latex
Licenses: GPL 3+
Synopsis: Edit a LaTeX fragment just like editing a source block
Description:

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.

emacs-org-super-links 0.4
Propagated dependencies: emacs-org@9.7.25
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/toshism/org-super-links
Licenses: GPL 3+
Synopsis: Create links with auto backlinks
Description:

This package provides functions that automatically create backlinks when inserting a link.

emacs-org-clock-today 20220918.514
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/mallt/org-clock-today-mode
Licenses: GPL 3+
Synopsis: Show total clocked time of the current day in the mode line
Description:

Show the total clocked time of the current day in the mode line

emacs-org-auto-expand 0.1-1.4938d5f
Propagated dependencies: emacs-org@9.7.25 emacs-dash@2.19.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alphapapa/org-auto-expand
Licenses: GPL 3+
Synopsis: Automatically expand certain Org headings
Description:

This package allows a customizable set of headings in Org files to be expanded upon opening them.

emacs-org-auto-tangle 0.6.0
Propagated dependencies: emacs-async@1.9.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/yilkalargaw/org-auto-tangle
Licenses: FreeBSD
Synopsis: Automatically tangle code blocks on save
Description:

org-auto-tangle allows you to automatically tangle code blocks whenever saving an org-mode file.

emacs-org-drill-table 0.1-0.096387d
Propagated dependencies: emacs-dash@2.19.1 emacs-org@9.7.25 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/chrisbarrett/org-drill-table
Licenses: GPL 3+
Synopsis: Generate Org drill cards using Org mode tables
Description:

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.

emacs-org-roam-bibtex 0.6.2
Propagated dependencies: emacs-helm-bibtex@2.0.1-2.6064e86 emacs-org-ref@3.1-0.732a20b emacs-org-roam@2.2.2-1.0b9fcbc
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/org-roam/org-roam-bibtex
Licenses: GPL 3+
Synopsis: Connector between Org Roam, BibTeX-completion, and Org Ref
Description:

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 1.6.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/bastibe/org-static-blog
Licenses: Modified BSD
Synopsis: Simple Org mode based static blog generator
Description:

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.

yew-emacs-org-journal 2.2.0
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/bastibe/org-journal
Licenses: Modified BSD
Synopsis: Simple Org mode journaling mode
Description:

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.

emacs-org-timed-alerts 0.0.1-1.23cd318
Propagated dependencies: emacs-s@1.13.0 emacs-ts@0.3 emacs-org-ql@0.8.10 emacs-dash@2.19.1 emacs-alert@1.3
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/legalnonsense/org-timed-alerts/
Licenses: GPL 3+
Synopsis: Automatiic org timers for upcoming events
Description:

This package provides automatiic org timers for upcoming events.

Page: 12345
Total results: 117