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.
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
Documentation at https://melpa.org/#/org-notifications
This package provides notification functions for Org Agenda.
Documentation at https://melpa.org/#/org-edit-indirect
Documentation at https://melpa.org/#/org-sticky-header
Documentation at https://melpa.org/#/org-node-fakeroam
Documentation at https://melpa.org/#/org-table-comment
Documentation at https://melpa.org/#/org-link-beautify
Documentation at https://melpa.org/#/org-sync-snippets
Documentation at https://melpa.org/#/org-calibre-notes
Documentation at https://melpa.org/#/org-sliced-images
Documentation at https://melpa.org/#/orgtbl-ascii-plot
Documentation at https://melpa.org/#/org-invoice-table
Documentation at https://melpa.org/#/org-re-reveal-ref
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.
Org Modern mode cannot style various Org blocks properly when used in conjunction with Org Indent mode. This small package approximately reproduces the block styling of Org Modern mode when using Org Indent mode. It can be used with or without Org Modern mode.
This package uses Pandoc to convert selected file types to Org. It can convert supported non-Org files to an Org file with Pandoc.
It can also intercept requests for non-Org files it knows it can convert, convert the file to a temporary Org file, and open this file instead. On save, it exports back to the original non-Org file.
Modern block styling with org-indent.
org-modern provides a clean and efficient org style. The blocks (e.g. source, example) are particularly nicely decorated. But when org-indent is enabled, the block "bracket", which uses the fringe area, is disabled.
This small package approximately reproduces the block styling of org-modern when using org-indent. It can be used with or without org-modern. Recent versions support "bulk-indented" blocks nested within lists
Documentation at https://melpa.org/#/org-hyperscheduler
Documentation at https://melpa.org/#/org-starter-swiper
Documentation at https://melpa.org/#/org-clock-reminder
Documentation at https://melpa.org/#/org-custom-cookies
Documentation at https://melpa.org/#/org-beautify-theme