Re: [BUG] org-id-get-create creating property drawers after SCHEDULE and DEADLINE keywords [9.6 (release_9.6-3-ga4d38e @ /nix/store/zr2g5z2hbqxa93ndfkx6n0v489al6lfq-emacs-git-20221206.0/share/emacs/30

2023-02-19 Thread Jack Kamm
Ihor Radchenko writes: > Which is org-caldav's problem not recognizing Org syntax. I don't think this is a bug in org-mode or org-caldav, nor has to do with property drawers. org-caldav just uses ox-icalendar.el to export to ICS, and by default SCHEDULED timestamp is not exported to calendar

Re: [PATCH] Async evaluation in ob-shell

2023-02-19 Thread Matt
On Fri, 17 Feb 2023 05:44:20 -0500 Ihor Radchenko wrote --- > What I mean is... I follow you now. Thank you. I've attached a patch (with commit message) for adding async to ob-shell. If it looks good, I can apply it to main. 0001-ob-shell-Add-async-evaluation.patch Description:

Re: RFC on implementation adding buttons beside headings

2023-02-19 Thread Samuel Wales
at least for context menus or so it might or might not be useful to install and modify org-mouse. it allows you to do things like unfold, check a list box, etc. On 2/19/23, Ihor Radchenko wrote: > pareto optimal writes: > >> I've recently been playing with emacs on Android and wanted an easier

bug with org-agenda? Doesn't list matches for last entry in #+TODO

2023-02-19 Thread Kevin Layer
In the 2nd section Global list of TODO items of type: ALL I don't see items for @ERRANDS when #+TODO is defined like this: #+TODO: @NOW @NEXT @WIP @PENDING @ERRANDS but I do when it is defined like this #+TODO: @NOW @NEXT @WIP @PENDING @ERRANDS @dummy Additional info: (setq

Re: How to avoid settings at the start of the file.

2023-02-19 Thread Ihor Radchenko
Ypo writes: > Is there a way to not having these kind of settings in the head of > org-buffers? You can use top-level drawer. > #+export_file_name: borrar > #+SETUPFILE: ~\export.setup > #+HTML_HEAD: href="./export/latex-css/style.css" /> -- begin document -- :PROPERTIES: :export_file_name:

Re: How to avoid settings at the start of the file.

2023-02-19 Thread Thomas S. Dye
Ypo writes: Hi Is there a way to not having these kind of settings in the head of org-buffers? #+export_file_name: borrar #+SETUPFILE: ~\export.setup #+HTML_HEAD: href="./export/latex-css/style.css" /> Could it be possible to add them in the .init file? Or to have them inside a

Links to external targets with (or despite) org-ref

2023-02-19 Thread Sven Bretfeld
Hi everybody I'm looking to create labels/links to specific text positions in org files (not line number, not header). I know that [[file:~/path_to_file::target]] can be used to jump to <>. That would be fine and works for me -- IF I write the link manually. However, org-ref which I use for

How to avoid settings at the start of the file.

2023-02-19 Thread Ypo
Hi Is there a way to not having these kind of settings in the head of org-buffers? #+export_file_name: borrar #+SETUPFILE: ~\export.setup #+HTML_HEAD: href="./export/latex-css/style.css" /> Could it be possible to add them in the .init file? Or to have them inside a headline? The upper

Re: [PATCH] org-element-timestamp-interpreter: Return daterange anyway, if DATERANGE is non-nil

2023-02-19 Thread Ilya Chernyshov
I forgot to attach the patch :) >From b47324bc804e64e6cef482ba4897a457252e803a Mon Sep 17 00:00:00 2001 From: Ilya Chernyshov Date: Sat, 18 Feb 2023 14:55:39 +0700 Subject: [PATCH] org-element-timestamp-interpreter: Return daterange anyway, if DATERANGE is non-nil * lisp/org-element

[PATCH] org-element-timestamp-interpreter: Return daterange anyway, if DATERANGE is non-nil

2023-02-19 Thread Ilya Chernyshov
Hello, guys `org-element-timestamp-interpreter' function returns string of the form "<2023-02-19 Sun 10:00>--<2023-02-19 Sun 10:30>" for a timestamp object passed to it. The better result would be "<2023-02-19 Sun 10:00-10:30>". This function is also used for interpreting clock entries,

Re: How to export org-agenda to ICS to show in iCal

2023-02-19 Thread Ihor Radchenko
Max Nikulin writes: >> In agenda buffer, M-x write-file file-name.ics > > Shouldn't it be `org-agenda-write', not `write-file'? Yes, indeed.

Re: RFC on implementation adding buttons beside headings

2023-02-19 Thread Ihor Radchenko
pareto optimal writes: > I've recently been playing with emacs on Android and wanted an easier way to > clock in. > > My idea was to put buttons beside org headings that are TODO items. I do this > by: > > - removing clocking buttons on heading if present, then adding a clock in > button onĀ