messages from 2022-01-19 16:46:25 to 2022-01-29 12:20:20 UTC [more...]
[patch suggestion] Mitigating the poor Emacs performance on huge org files: Do not use overlays for PROPERTY and LOGBOOK drawers
2022-01-29 11:38 UTC (32+ 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
` [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 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 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
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
Org-syntax: Intra-word markup
2022-01-29 3:13 UTC (14+ messages)
` [PATCH] Intra-word markup: \relax
[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 2:41 UTC (4+ messages)
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
[PATCH] Add support for $…$ latex fragments followed by a dash
2022-01-28 16:37 UTC (13+ messages)
cut and paste not working after xdg-open "org-protocol://store-link?url=URL&title=TITLE"
2022-01-28 12:40 UTC (2+ messages)
[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 (7+ 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
[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-25 5:20 UTC (9+ messages)
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)
Merging ox-texinfo+ into ox-texinfo
2022-01-23 21:17 UTC (23+ 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
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 (11+ 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 (5+ 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)
change the fontsize when exporting to HTML, header not really changed
2022-01-21 17:21 UTC (10+ messages)
` [Solved] (was: change the fontsize when exporting to HTML, header not really changed)
Question Regarding CSS Stylesheets For Art Gallery Webpage Made With Org Mode
2022-01-21 17:15 UTC (3+ messages)
[BUG] org-element-cache: The inherited property is set wrong
2022-01-21 14:50 UTC (7+ messages)
` org-element-cache: org-set-tags (C-c C-q) makes Emacs unresponsive at times
[BUG] org-icalendar-combined-agenda-file with Footnotes [9.4.6 (9.4.6-g069bcb @ /home/msi/.emacs.d/straight/build/org/)]
2022-01-21 11:19 UTC (2+ messages)
Bug: Certain keyboard combination is not formatted correctly [9.4.4 (release_9.4.4 @ /usr/local/Cellar/emacs-plus@27/27.2/share/emacs/27.2/lisp/org/)]
2022-01-19 20:14 UTC (2+ messages)
handling as special special block in derived export
2022-01-21 2:46 UTC (7+ messages)
[O] Help speeding up Org iCal export
2022-01-20 22:57 UTC (4+ messages)
` "
(no subject)
2022-01-20 19:58 UTC (3+ messages)
`
how to copy a column of a table (with content)
2022-01-20 16:22 UTC (3+ messages)
Yet another browser extension for capturing notes - LinkRemark
2022-01-20 12:16 UTC (9+ messages)
` Org mode and firefox tabs (feature request)
Problem when tangling source blocks with custom coderefs
2022-01-19 21:00 UTC (3+ messages)
call blocks as a function from inside elisp code
2022-01-19 20:00 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).