_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
emacs-org-time-budgets 20200715.1016
Propagated dependencies: emacs-alert@20250823.650
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/leoc/org-time-budgets
Licenses:
Synopsis: Define time budgets and display clocked time
Description:

Documentation at https://melpa.org/#/org-time-budgets

emacs-org-ref-prettify 20220507.649
Propagated dependencies: emacs-org-ref@20251206.1422 emacs-bibtex-completion@20241116.726
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/alezost/org-ref-prettify.el
Licenses:
Synopsis: Prettify org-ref citation links
Description:

Documentation at https://melpa.org/#/org-ref-prettify

emacs-org-super-agenda 20250421.130
Propagated dependencies: emacs-compat@30.1.0.1 emacs-s@20220902.1511 emacs-dash@20250312.1307 emacs-ht@20230703.558 emacs-ts@20220822.2313
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://github.com/alphapapa/org-super-agenda
Licenses:
Synopsis: Supercharge your agenda
Description:

Documentation at https://melpa.org/#/org-super-agenda

emacs-org-timed-alerts 0.0.1-1.23cd318
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.

emacs-org-aws-iam-role 20251130.2226
Propagated dependencies: emacs-async@20251005.634 emacs-promise@20210307.727
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/will-abb/org-aws-iam-role
Licenses:
Synopsis: Browse, modify, and simulate AWS IAM Roles in Org Babel
Description:

Documentation at https://melpa.org/#/org-aws-iam-role

emacs-org-pretty-table 0.0.1-0.1331c60
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Fuco1/org-pretty-table
Licenses: GPL 3+
Synopsis: Make tables in Org mode and OrgTbl mode prettier
Description:

This package displays tables in Org mode and OrgTbl mode using Unicode characters.

emacs-org-super-agenda 1.3
Propagated dependencies: emacs-dash@2.20.0 emacs-ht@2.3 emacs-org@9.7.34 emacs-s@1.13.0 emacs-ts@0.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alphapapa/org-super-agenda
Licenses: GPL 3+
Synopsis: Supercharged Org agenda
Description:

This package allows items in the Org agenda to be grouped into sections while preserving the structure imposed by any timestamps.

emacs-org-rainbow-tags 0.1-pre-1.dfe3604
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/KaratasFurkan/org-rainbow-tags
Licenses: GPL 3+
Synopsis: Colorize Org tags automatically
Description:

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.

emacs-org-transclusion 1.4.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://nobiot.github.io/org-transclusion/
Licenses: GPL 3+
Synopsis: Enable transclusion with Org Mode
Description:

Org-transclusion lets you insert a copy of text content via a file link or ID link within an Org file. It lets you have the same content present in different buffers at the same time without copy-and-pasting it. Edit the source of the content, and you can refresh the transcluded copies to the up-to-date state. Org-transclusion keeps your files clear of the transcluded copies, leaving only the links to the original content.

emacs-orgtbl-aggregate 20230124.1042
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/tbanel/orgaggregate/blob/master/README.org
Licenses: GPL 3
Synopsis: Create an aggregated Org table from another one
Description:

This package provides a new org-mode table is automatically updated, based on another table acting as a data source and user-given specifications for how to perform aggregation. Example: Starting from a source table of activities and quantities (whatever they are) over several days, #+TBLNAME: original | Day | Color | Level | Quantity | |-----------+-------+-------+----------| | Monday | Red | 30 | 11 | | Monday | Blue | 25 | 3 | | Tuesday | Red | 51 | 12 | | Tuesday | Red | 45 | 15 | | Tuesday | Blue | 33 | 18 | | Wednesday | Red | 27 | 23 | | Wednesday | Blue | 12 | 16 | | Wednesday | Blue | 15 | 15 | | Thursday | Red | 39 | 24 | | Thursday | Red | 41 | 29 | | Thursday | Red | 49 | 30 | | Friday | Blue | 7 | 5 | | Friday | Blue | 6 | 8 | | Friday | Blue | 11 | 9 | an aggregation is built for each day (because several rows exist for each day), typing C-c C-c #+BEGIN: aggregate :table original :cols "Day mean(Level) sum(Quantity)" | Day | mean(Level) | sum(Quantity) | |-----------+-------------+---------------| | Monday | 27.5 | 14 | | Tuesday | 43 | 45 | | Wednesday | 18 | 54 | | Thursday | 43 | 83 | | Friday | 8 | 22 | #+END A wizard can be used: M-x orgtbl-aggregate-insert-dblock-aggregate Full documentation here: https://github.com/tbanel/orgaggregate/blob/master/README.org

emacs-org-notifications 20210918.1827
Propagated dependencies: emacs-sound-wav@20240925.753 emacs-alert@20250823.650
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/doppelc/org-notifications
Licenses:
Synopsis: Creates notifications for org-mode entries
Description:

Documentation at https://melpa.org/#/org-notifications

emacs-org-link-beautify 20251211.429
Propagated dependencies: emacs-nerd-icons@20251214.1318 emacs-qrencode@20240922.1231
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://repo.or.cz/org-link-beautify.git
Licenses:
Synopsis: Beautify Org Links
Description:

Documentation at https://melpa.org/#/org-link-beautify

emacs-org-edit-indirect 20220909.457
Propagated dependencies: emacs-edit-indirect@20240128.119
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/agzam/org-edit-indirect.el
Licenses:
Synopsis: Edit anything, not just source blocks
Description:

Documentation at https://melpa.org/#/org-edit-indirect

emacs-orgtbl-ascii-plot 20230122.816
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/tbanel/orgtblasciiplot
Licenses:
Synopsis: Ascii-art bar plots in org-mode tables
Description:

Documentation at https://melpa.org/#/orgtbl-ascii-plot

emacs-org-sync-snippets 20210111.1726
Propagated dependencies: emacs-f@20241003.1131
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/abrochard/org-sync-snippets
Licenses:
Synopsis: Export snippets to org-mode and vice versa
Description:

Documentation at https://melpa.org/#/org-sync-snippets

emacs-org-sliced-images 20250408.2114
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/jcfk/org-sliced-images
Licenses:
Synopsis: Sliced inline images in org-mode
Description:

Documentation at https://melpa.org/#/org-sliced-images

emacs-org-table-comment 20120209.1851
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://github.com/mlf176f2/org-table-comment.el
Licenses:
Synopsis: Org table comment modes
Description:

Documentation at https://melpa.org/#/org-table-comment

emacs-org-node-fakeroam 20250519.2339
Propagated dependencies: emacs-org-mem@20251108.841 emacs-org-node@20251209.2137 emacs-org-roam@20251125.729
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/meedstrom/org-node-fakeroam
Licenses:
Synopsis: Deprecated extension to org-node
Description:

Documentation at https://melpa.org/#/org-node-fakeroam

emacs-org-sticky-header 20201223.143
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: http://github.com/alphapapa/org-sticky-header
Licenses:
Synopsis: Show off-screen Org heading at top of window
Description:

Documentation at https://melpa.org/#/org-sticky-header

emacs-org-invoice-table 20250409.402
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://codeberg.org/trevdev/org-invoice-table
Licenses:
Synopsis: Invoicing table formatter for org-mode
Description:

Documentation at https://melpa.org/#/org-invoice-table

emacs-org-calibre-notes 20221202.1657
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/bpanthi977/org-calibre-notes
Licenses:
Synopsis: Extract highlights and notes from Calibre EPUB reader
Description:

Documentation at https://melpa.org/#/org-calibre-notes

emacs-org-wild-notifier 0.5.0
Propagated dependencies: emacs-dash@2.20.0 emacs-alert@1.3 emacs-async@1.9.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/akhramov/org-wild-notifier.el
Licenses: GPL 3+
Synopsis: Customizable Org Agenda notifications
Description:

This package provides notification functions for Org Agenda.

emacs-org-re-reveal-ref 20211029.551
Propagated dependencies: emacs-org-ref@20251206.1422 emacs-org-re-reveal@20250821.1332
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://gitlab.com/oer/org-re-reveal-ref
Licenses:
Synopsis: Citations and bibliography for org-re-reveal
Description:

Documentation at https://melpa.org/#/org-re-reveal-ref

emacs-org-sticky-header 1.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alphapapa/org-sticky-header
Licenses: GPL 3+
Synopsis: Always show current org header line
Description:

This package provides the ability to always show the current org header line at the top of the window--no matter how far down you scrolled.

Total results: 374