_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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-wild-notifier 0.5.0
Propagated dependencies: emacs-dash@2.19.1 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-pandoc-import 1.0-0.db308f1
Dependencies: pandoc@2.19.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/tecosaur/org-pandoc-import/
Licenses: GPL 3+
Synopsis: Read and edit non-Org file types in Org
Description:

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.

emacs-org-modern-indent 0.1.3
Propagated dependencies: emacs-org@9.7.19 emacs-compat@30.0.1.0
Channel: nebula
Location: nebula/packages/emacs.scm (nebula packages emacs)
Home page: https://github.com/jdtsmith/org-modern-indent
Licenses: GPL 3+
Synopsis: modern block styling with org-indent
Description:

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

emacs-org-beautify-theme 0.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jonnay/org-beautify-theme
Licenses: GPL 3+
Synopsis: Theme to make Org mode look more beautiful
Description:

The theme adds padding between headings, increases the size of titles, strike through completed TODO headings, changes Org blocks, changes Org check boxes, and more.

emacs-org-tanglesync-1.1 1.1-1.af83a73
Propagated dependencies: emacs-org@9.7.19
Channel: guix-hpc
Location: guix-hpc/packages/emacs-xyz.scm (guix-hpc 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:

Tangled blocks provide a nice way of exporting code into external files, acting as a fantastic agent to write literate dotfile configs. However, such dotfiles tend to be changed externally, sometimes for the worse and sometimes for the better. In the latter case it would be nice to be able to pull those external changes back into the original org src block it originated from.

emacs-org-recent-headings 0.1-0.97418d5
Propagated dependencies: emacs-dash@2.19.1 emacs-frecency@1.0 emacs-helm@4.0 emacs-org@9.7.19 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alphapapa/org-recent-headings
Licenses: GPL 3+
Synopsis: Navigate to recently used Org headings and lists
Description:

This package maintains a list of recently used Org headings, as well as functions for navigating between these headings.

rust-emacs-org-link-parser 0.1.0
Channel: guix
Location: gnu/packages/crates-io.scm (gnu packages crates-io)
Home page: https://github.com/lily-mosquitoes/emacs-org-link-parser
Licenses: GPL 3+
Synopsis: Library for parsing Emacs Org-mode hyperlinks from a string
Description:

Library for parsing Emacs Org-mode hyperlinks from a string.

emacs-org-fancy-priorities 1.1-1.819bb99
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/harrybournis/org-fancy-priorities
Licenses: Expat
Synopsis: Display org priorities as custom strings
Description:

This package provides a minor mode that displays Org priorities as custom strings. This mode does not change your files in any way, it only displays the priority part of a heading as your preferred string value.

emacs-org-agenda-files-track 0.4.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~ngraves/org-agenda-files-track
Licenses: GPL 3+
Synopsis: Fine-track org-agenda-files
Description:

This package tracks org-agenda-files precisely to speed-up org-agenda.

emacs-org-texlive-collection 9.7.19
Propagated dependencies: texlive-capt-of@2024.2 texlive-collection-latexrecommended@2024.2 texlive-soul@2024.2 texlive-standalone@2024.2 texlive-ulem@2024.2 texlive-wrapfig@2024.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://orgmode.org/
Licenses: FSF-free
Synopsis: Basic TeX Live packages for Org mode LaTeX export
Description:

This meta-package propagates the TeX Live packages minimally required by the LaTeX output produced by Org mode.

emacs-org-babel-eval-in-repl 1.6
Propagated dependencies: emacs-eval-in-repl@0.9.7 emacs-ess@24.01.1-1.ab2faec
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/diadochos/org-babel-eval-in-repl
Licenses: Expat
Synopsis: Eval org-mode babel code blocks in various REPLs
Description:

This package allows you to execute org-mode source code blocks with eval-in-repl. It can execute code blocks asynchronously, without needing to write the result into the buffer.

emacs-org-special-block-extras 20220326.1432
Propagated dependencies: emacs-s@1.13.0 emacs-dash@2.19.1 emacs-org@9.7.19 emacs-lf@20210808.1921 emacs-dad-joke@20170928.658 emacs-seq@2.24 emacs-lolcat@20190527.1145
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://alhassy.github.io/org-special-block-extras
Licenses: GPL 3
Synopsis: 30 new custom blocks & 34 link types for Org-mode
Description:

This library provides common desirable features using the Org interface for blocks and links: 0. A unified interface, the ‘defblock’ macro, for making new block and link types. 1. Colours: Regions of text and inline text can be coloured using 19 colours; easily extendable; below is an example. #+begin_red org /This/ *text* _is_ red! #+end_red 2. Multiple columns: Regions of text are exported into multiple side-by-side columns 3. Remarks: First-class visible editor comments 4. Details: Regions of text can be folded away in HTML 5. Badges: SVG badges have the pleasant syntax badge:key|value|colour|url|logo; only the first two are necessary. 6. Tooltips: Full access to Lisp documentation as tooltips, or any other documentation-backend, including user-defined entries; e.g., doc:thread-first retrives the documentation for thread-first and attachs it as a tooltip to the text in the HTML export and as a glossary entry in the LaTeX export 7. Various other blocks: Solution, org-demo, spoiler (“fill in the blanks”). This file has been tangled from a literate, org-mode, file; and so contains further examples demonstrating the special blocks it introduces. Full documentation can be found at https://alhassy.github.io/org-special-block-extras

emacs-org-agenda-files-track-ql 0.4.0
Propagated dependencies: emacs-org-ql@0.8.10
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~ngraves/org-agenda-files-track
Licenses: GPL 3+
Synopsis: Fine-track org-agenda-files
Description:

This package tracks org-agenda-files precisely to speed-up org-agenda, and takes advantage of the org-ql cache.

emacs-org-protocol-capture-html 0.0.1-1.0e39b7e
Propagated dependencies: ghc-pandoc@2.19.2 emacs-s@1.13.0
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/alphapapa/org-protocol-capture-html
Licenses: GPL 3+
Synopsis: Captures Web pages into Org using Pandoc to process HTML
Description:

This package captures Web pages into Org-mode using Pandoc to process HTML. It can also use eww's eww-readable functionality to get the main content of a page.

These are the helper functions that run in Emacs. To capture pages into Emacs, you can use either a browser bookmarklet or the org-protocol-capture-html.sh shell script. See the README.org file for instructions.

Page: 12345
Total results: 113