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/)]

2021-09-01 Thread Charles Tam
org-agenda-sorting-strategy claims that scheduled-up (-down) causes items to be sorted in ascending (descending) order by scheduled timestamp. org-agenda-sort-notime-is-late claims that if it is non-nil, the absence of a timestamp is treated as being maximal. Instead, when using the scheduled-up

Support for tabularray in LaTeX export

2021-09-01 Thread Vikas Rawal
tabularray (CTAN: Package tabularray ) provides longtblr environment that is called as --- \begin{longtblr}[various-table-options]{column and row specifications} \end{longtblr} --- Adding something like the following to orgmode tables makes them export nicely as

Re: New source block results option for attaching file to node

2021-09-01 Thread Ryan Scott
I hadn't thought about input directories much as my usage of graphviz/gnuplots is through [essentially] DSLs that I made for them, so the blocks are actually elisp. Perhaps a convenient way of setting the working directory to the attachment directory per-block makes sense? My own personal coding

Need absolute org-attach-id-dir to attach in buffers without filename

2021-09-01 Thread Nick Anderson
I have an org-mode file that contains headings with attachments. When I `org-mime-org-buffer-htmlize' I get an error, `"Need absolute `org-attach-id-dir' to attach in buffers without filename"'. `org-attach-id-dir' has the value `data/'. I get this error even when I am in the buffer for the file,

Re: Bug: "DEFINITION NOT FOUND" for footnote in Org manual

2021-09-01 Thread Maxim Nikulin
On 21/07/2021 22:26, Timothy wrote: Maxim Nikulin writes: It seems, the footnote was unintentionally lost in the merge commit with a lot of conflicts due to renumbering in both branches:

Re: org-cite: enable inserting citation (org-cite-insert) after list bullet [9.5 (9.5-7c78aca @ /home/yuu/.config/emacs/straight/build/org/)]

2021-09-01 Thread Yuu Yin
Thank you! Would it also be feasible to enable inserting citations after list checkboxes? For example - [ ] [cite:@author-2021-title] - [X] [cite:@author-2021-title] + [X] [cite:@author-2021-title] This is super useful for marking which works/documents the user did read and took notes for

Re: A small bug in org-file-url-p

2021-09-01 Thread Timothy
Hi Peder, Thanks for reporting this bug , and explaining the issue well. I’ve just pushed a fix in fbfcd79f8. All the best, Timothy

Re: New source block results option for attaching file to node

2021-09-01 Thread Ihor Radchenko
Ryan Scott writes: The patch looks fine for me except a typo: > + by the source block to the nodes attachmen directory (as ^attachment > org-attach-dir is a function for me (latest org pulled using straight.el) >

[PATCH] Re: Bug: `org-fill-paragraph' relies on M-q being bound to `fill-paragraph' [9.4.6 (9.4.6-12-gdcc3a8-elpa @ /home/mwj/.emacs.d/elpa/org-20210809/)]

2021-09-01 Thread Ihor Radchenko
Timothy writes: > With regards to triggering M-q in the edit buffer, > considering that different modes can have different fill commands, might > you have any suggestions on what command this could be replaced by? I think simply calling `fill-paragraph' (bound to "M-q" by default) should do.

Re: ob-R: Error about longer than max-lines even with :result silent

2021-09-01 Thread Yasushi SHOJI
Hi Timothy, On Tue, Aug 31, 2021 at 10:40 PM Timothy wrote: > Thanks for going to the effort to document this Yasushi. I’ve taken a look at > your patches and they look quite good and straightforward to me. I’ve taken > the > liberty of pushing them to master. Thank you for taking your time

A small bug in org-file-url-p

2021-09-01 Thread Peder Stray
Hi Just wanted to report a small bug in org-file-url-p, regarding its use of ffap-url-regexp. The documentation for ffap-url-regexp states: Regexp matching the beginning of a URI, for ffap. If the value is nil, disable URL-matching features in ffap. I have it set to nil in my setup, to disable

Re: [BUG] Creating sparse tree with regexp property matches

2021-09-01 Thread Daniel Fleischer
Timothy [2021-09-01 Wed 18:28] wrote: > Hi Daniel, > > Thanks Daniel, I’ve just had a quick read and it looks good to me. If anyone > else has comments this would be a great time to jump in :) > > I haven’t seen `' links before, it seems like there’s one > other in the manual. Do you know if

Re: [BUG] Creating sparse tree with regexp property matches

2021-09-01 Thread Timothy
Hi Daniel, Thanks Daniel, I’ve just had a quick read and it looks good to me. If anyone else has comments this would be a great time to jump in :) I haven’t seen `[[info:elisp::page]]' links before, it seems like there’s one other in the manual. Do you know if they work well with the exported

org-mime-html and smileys

2021-09-01 Thread Uwe Brauer
Hi I noticed that org-mime-html does not convert textual smiley ;-) to its UTF8 chars. Any idea how that can be achieved? Regards Uwe Brauer