emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
 messages from 2022-01-21 22:23:46 to 2022-02-01 12:09:22 UTC [more...]

[BUG] Confirmation message for elisp links is badly formatted [9.5.2 (9.5.2-gfbff08 @ /home/omarantolin/.emacs.d/elpa/org-9.5.2/)]
 2022-02-01 11:57 UTC  (5+ messages)

[BUG] elisp links: cluttered prompt due to text properties
 2022-02-01 11:39 UTC  (2+ messages)

cut and paste not working after xdg-open "org-protocol://store-link?url=URL&title=TITLE"
 2022-02-01  5:57 UTC  (16+ messages)

[BUG] bug in 'ox-man?
 2022-02-01  0:25 UTC  (2+ messages)

Merging ox-texinfo+ into ox-texinfo
 2022-01-31 23:45 UTC  (28+ messages)
` [PATCH 0/2] ox-texinfo: Define definition commands using description lists
  ` [PATCH 1/2] ox-texinfo: Turn a description list item with "+" bullet into @itemx
  ` [PATCH v3 0/3] ox-texinfo: Define definition commands using description lists
    ` [PATCH v3 1/3] ox-texinfo: Add function for use by kbd macro
    ` [PATCH v3 2/3] ox-texinfo: Optionally use @itemx for certain description list items
    ` [PATCH v3 3/3] ox-texinfo: Define definition commands using description lists
  ` [PATCH v4 0/3] "
    ` [PATCH v4 1/3] ox-texinfo: Add function for use by kbd macro
    ` [PATCH v4 2/3] ox-texinfo: Optionally use @itemx for certain description list items
    ` [PATCH v4 3/3] ox-texinfo: Define definition commands using description lists
  ` [PATCH v5 0/4] "
    ` [PATCH v5 1/4] ox-texinfo: Add function for use by kbd macro
    ` [PATCH v5 2/4] ox-texinfo: Optionally use @itemx for certain description list items
    ` [PATCH v5 3/4] ox-texinfo: Define definition commands using description lists
    ` [PATCH v5 4/4] ox-texinfo: Allow enabling compact syntax for @itemx per file

A callygraphy notebook environment
 2022-01-31 13:55 UTC  (4+ messages)

[PATCH] Remote link localisation, i.e. exporting remote images
 2022-01-31 11:40 UTC  (2+ messages)

[PATCH] ob-clojure.el: Add support for babashka and nbb backend
 2022-01-31  7:58 UTC  (6+ messages)

looking for examples of `org-capture-templates` working with `org-protocol://capture`
 2022-01-31  4:23 UTC  (3+ messages)

[BUG] Do not spell-check file-local variables in Org Mode [9.5.2 (release_9.5.2-9-g7ba24c @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]
 2022-01-30 20:38 UTC 

[BUG] Make org-html-htmlize-output-type safe [9.5.2 (release_9.5.2-9-g7ba24c @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]
 2022-01-30 20:34 UTC 

[BUG] Make SVG + LaTeX work by default [9.5.2 (release_9.5.2-9-g7ba24c @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]
 2022-01-30 17:29 UTC  (3+ messages)

[PATCH] Add support for $…$ latex fragments followed by a dash
 2022-01-30 15:28 UTC  (14+ messages)

[BUG] ob-tangle overrides user customization of org-id-link-to-org-use-id [9.5.2 (9.5.2-gfbff08 @ /home/ionasal/.emacs.d/elpa/org-9.5.2/)]
 2022-01-30  8:56 UTC  (10+ messages)

Org-learn failing to update calendar scheduling
 2022-01-30  8:26 UTC  (2+ messages)

Bug: org-agenda-sort-notime-is-late is not correctly handled by timestamp comparison [9.4.6 (9.4.6-12-gdcc3a8-elpaplus @ /Users/charlestam/.emacs.d/elpa/org-plus-contrib-20210830/)]
 2022-01-30  7:43 UTC  (3+ messages)
` [PATCH] "

[PATCH] org-agenda.el: agenda*: add lost argument
 2022-01-30  7:25 UTC  (2+ messages)

[patch suggestion] Mitigating the poor Emacs performance on huge org files: Do not use overlays for PROPERTY and LOGBOOK drawers
 2022-01-30  2:15 UTC  (39+ messages)
` [PATCH 00/35] Merge org-fold feature branch
  ` [PATCH 01/35] Add org-fold-core: new folding engine
  ` [PATCH 02/35] Separate folding functions from org.el into new library: org-fold
  ` [PATCH 03/35] Separate cycling functions from org.el into new library: org-cycle
  ` [PATCH 04/35] Remove functions from org.el that are now moved elsewhere
  ` [PATCH 05/35] Disable native-comp in agenda
  ` [PATCH 06/35] org-macs: New function org-find-text-property-region
  ` [PATCH 07/35] org-at-heading-p: Accept optional argument
  ` [PATCH 08/35] org-string-width: Reimplement to work with new folding
  ` [PATCH 09/35] Rename old function call to use org-fold
  ` [PATCH 10/35] Implement link folding
  ` [PATCH 11/35] Implement overlay- and text-property-based versions of some functions
  ` [PATCH 12/35] org-fold: Handle indirect buffer visibility
  ` [PATCH 13/35] Fix subtle differences between overlays and invisible text properties
  ` [PATCH 14/35] Support extra org-fold optimisations for huge buffers
  ` [PATCH 15/35] Alias new org-fold functions to their old shorter names
  ` [PATCH 16/35] Obsolete old function names that are now in org-fold
  ` [PATCH 17/35] org-compat: Work around some third-party packages using outline-* functions
  ` [PATCH 18/35] Move `org-buffer-list' to org-macs.el
  ` [PATCH 19/35] Restore old visibility behaviour of org-refile
  ` [PATCH 20/35] Add org-fold-related tests
  ` [PATCH 21/35] org-manual: Update to new org-fold function names
  ` [PATCH 22/35] ORG-NEWS: Add list of changes
    ` New folding backend & outline (was: [PATCH 22/35] ORG-NEWS: Add list of changes)
  ` [PATCH 23/35] Backport contributed commits
  ` [PATCH 24/35] Fix typo: delete-duplicates → delete-dups
  ` [PATCH 25/35] Fix bug in org-get-heading
  ` [PATCH 26/35] Rename remaining org-force-cycle-archived → org-cycle-force-archived
  ` [PATCH 27/35] Fix org-fold--hide-drawers--overlays
  ` [PATCH 28/35] org-string-width: Handle undefined behaviour in older Emacs
  ` [PATCH 29/35] org-string-width: Work around `window-pixel-width' bug in old Emacs
  ` [PATCH 30/35] org-fold-show-set-visibility: Fix edge case when folded region is at BOB
  ` [PATCH 31/35] org-fold-core: Fix fontification inside folded regions
  ` [PATCH 32/35] test-org/string-width: Add tests for strings with prefix properties
  ` [PATCH 33/35] org--string-from-props: Fix handling folds in Emacs <28
  ` [PATCH 34/35] org-link-make-string: Throw error when both LINK and DESCRIPTION are empty
  ` [PATCH 35/35] test-ol/org-toggle-link-display: Fix compatibility with old Emacs

LaTeX letters in Org
 2022-01-29 17:39 UTC 

[BUG] Cached element is incorrect in file.org [9.6 (9.6-??-0c9b30e @ /Users/jeffballowe/.emacs.d/.local/straight/build-27.2/org/)]
 2022-01-29 17:17 UTC  (5+ messages)

[BUG] (Doom) Consistently seeing "org-element--cache" problems [9.6 (9.6-??-0c9b30e @ /home/dc/.emacs.doom/.local/straight/build-28.0.90/org/)]
 2022-01-29 15:45 UTC  (2+ messages)

Org-syntax: Intra-word markup
 2022-01-29 13:05 UTC  (15+ messages)
` [PATCH] Intra-word markup: \relax

org-element persist logic hangs when quitting emacs
 2022-01-29  9:42 UTC  (2+ messages)

[BUG] Questionmarks in org-agenda instead of file names [9.5.2 (9.5.2-g3154c2 @ /Users/eugr/.emacs.d/straight/build/org/)]
 2022-01-29  6:21 UTC  (4+ messages)

Is org-block really the intended face for captions?
 2022-01-29  6:59 UTC 

date format in agenda view
 2022-01-28 18:05 UTC  (3+ messages)

couldn't org-table-create-with-table\.el respect hline
 2022-01-28 17:44 UTC 

[BUG] org-protocol-store-link does not account for argument type
 2022-01-28 12:21 UTC  (6+ messages)

[PATCH] lisp/org-agenda.el: Add header to agenda clock report table
 2022-01-28  9:01 UTC  (5+ messages)
    ` [ISSUE] "

[PATCH] Add support for $…$ latex fragments followed by a dash
 2022-01-27 18:54 UTC 

Missing the second '}'
 2022-01-27 13:01 UTC  (4+ messages)

Poor org-babel-tangle-file performance with more than 100 trivial noweb-references
 2022-01-26 11:43 UTC  (6+ messages)

bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week
 2022-01-26  5:12 UTC  (6+ messages)

[PATCH] Add support for $…$ latex fragments followed by a dash
 2022-01-25 18:09 UTC 

[O] Feature Request: org-log-schedule
 2022-01-26  1:29 UTC 

latex block tikz to svg
 2022-01-25 23:24 UTC  (3+ messages)

[RFC] Creole-style / Support for **emphasis**__within__**a word**
 2022-01-25 18:45 UTC  (14+ messages)
    ` [O] "

R terminal output does not match src block output due to ">" character in results
 2022-01-25 17:46 UTC  (6+ messages)

Second Ctl in keychord not detected
 2022-01-25  8:51 UTC  (11+ messages)
        ` Extend the existing alternative set of key bindings for terminals (was: Second Ctl in keychord not detected)
          ` Extend the existing alternative set of key bindings for terminals

run org-clock-load after org-revert-all-org-buffers ?
 2022-01-25  9:06 UTC 

What would be "cheapest" way to toggle emphasized text?
 2022-01-25  6:26 UTC 

Read only org view mode
 2022-01-24 12:58 UTC  (6+ messages)

Bug: DPI error when HTML publish latex block images [9.4.4 (release_9.4.4 @ /Applications/emacs/lisp/org/)]
 2022-01-24  7:46 UTC 

org-export-async-start: overwriting start-process NAME
 2022-01-24  0:25 UTC  (2+ messages)

ob-plantuml: Proposal to add 'jar-args' customizable variable
 2022-01-23 16:50 UTC  (9+ messages)
` [PATCH] ob-plantuml: Allow setting PlantUML args for jar file

[PATCH] make test: Make failure results more verbose
 2022-01-23 13:31 UTC  (10+ messages)

typo in org-clock.el
 2022-01-23  9:43 UTC  (2+ messages)

Exporting Org file to Html with collapsable headings
 2022-01-22 18:20 UTC  (4+ messages)

[BUG] Do not spellcheck cite keys [9.5.2 (release_9.5.2-9-g7ba24c @ /Users/salutis/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/org/)]
 2022-01-22 15:02 UTC  (2+ messages)

bug#53393: 29.0.50; org mode timestamp C-c C-c not updating day of week
 2022-01-22  5:45 UTC  (2+ messages)


Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).