Strategic time planing: Breaking down EFFORT property

2023-10-04 Thread Sven Bretfeld
Hi everybody My aim is to create workload plans distributing large projects over several months. These are considered to distribute the total effort of several projects into monthly, weekly and daily planing. I cannot figure out how to do this. Guess I have two projects, both with a deadline at t

Re: [PATCH] ob-maxima.el, etc. (was Re: [MAINTENANCE] On how much we can expose internals into defcustom)

2023-10-04 Thread Ihor Radchenko
Leo Butler writes: > Attached is: > > - my previous patch, rebased against the latest HEAD and only modified > to include a patch to etc/ORG-NEWS > - a patch to the worg docs that corrects the urls > - a patch to the worg docs that documents the new header arguments and > provides examples of

Re: [BUG] org-agenda column view error: wrong type markerp, nil [9.6.9 ( @ /path/to/org-9.6.9/)]

2023-10-04 Thread Ihor Radchenko
John Borwick writes: > Hello! After updating org-mode, when I do the below: > > 1. Run a custom org-agenda =C-c a w= that has a column view format. (This > works correctly) > 2. Open a different buffer > 3. Re-run org-agenda > > I get the error =Wrong type argument: markerp, nil=. > > Usin

Re: [PATCH] Clarify that REST is not supported on the start TIME in a time-range timestamp.

2023-10-04 Thread Ihor Radchenko
"Tom Alexander" writes: > Potentially related, org-mode is accepting this malformed timestamp from[1]: > ``` > <2016-02-14 Sun ++y> > ``` > > The org-mode documentation[2] only includes REST with TIME, defining TIME as > "H:MMREST". The above does not have any TIME but it accepts the timestamp

Re: Are 'placement' and 'float' "obsolete terms" in inline images exported to LaTeX?

2023-10-04 Thread Ihor Radchenko
Juan Manuel Macías writes: >> I am not sure about obsolete - I see not reason to obsolete the intended >> use case. Your example is rather an abuse. > > Why abuse? First, it works like a charm. Second, if :float can support > any string as an environment name, why not minipage or subfigure? As fo

Re: ICalendar export

2023-10-04 Thread Henrik Frisk
Den sön 17 sep. 2023 kl 11:49 skrev Ihor Radchenko : > Jack Kamm writes: > > >> Does the attached patch fix the problem for you? > > > > I can reproduce the bug by calling `org-icalendar-export-current-agenda' > > in my agenda buffer. It seems to mainly happen when subsequent agenda > > entries o

Re: [PATCH] update urls in ob-doc-maxima.org

2023-10-04 Thread Ihor Radchenko
Leo Butler writes: > The current project urls in ob-doc-maxima.org are out-of-date (the .net > urls redirect to the new .io ones). The project image file has moved and > no longer loads. This patch corrects those problems. For record. Applied, onto master. https://git.sr.ht/~bzg/worg/commit/16ef

Re: [BUG] Warning (org-element-cache): org-element--cache: Warning(Checkliste-Updates.txt): Org parser error in Checkliste-Updates.txt [9.7-pre (release_9.6.9-790-ge42b7a @ /home/grfz/src/org-mode/lis

2023-10-04 Thread Ihor Radchenko
Gregor Zattler writes: > Dear org mode maintainers, developers, Ihor, I caught the > following warning/backtrace while calling > 'my/org-goto-agenda-heading´ which in turn is just > "(org-refile '(4))". > > HTH/Ciao; Gregor > > ■ Warning (org-element-cache): org-element--cache: > Warning(Chec

Re: [BUG] backtrace nil error bug [9.7 (9.7-??-e90a8a69a @ /Users/fixerfixingfix/.emacs.d/.local/straight/build-30.0.50/org/)]

2023-10-04 Thread Ihor Radchenko
carlos monteiro writes: > Emacs : GNU Emacs 30.0.50 (build 1, aarch64-apple-darwin23.1.0, NS > appkit-2485.20 Version 14.1 (Build 23B5046f)) > of 2023-09-29 > Package: Org mode version 9.7 (9.7-??-e90a8a69a @ > /Users/fixerfixingfix/.emacs.d/.local/straight/build-30.0.50/org/) > backtrace nil

Re: [BUG] wrong-type-argument integer-or-marker-p nil [9.6.8 ( @ /Users/dirkjimtheis/.emacs.d/elpa/org-9.6.8/)]

2023-10-04 Thread Ihor Radchenko
Dirk Oliver Theis writes: > When I re-loaded my org file after killing the buffer (because Org got > confused and behaved erratically), this appeared: > > ⛔ Warning (org-element-cache): org-element--cache: Org parser error in > rydberg-jl.org::32516. Resetting. > The error was: (wrong-type-argum

Re: Strategic time planing: Breaking down EFFORT property

2023-10-04 Thread Ihor Radchenko
Sven Bretfeld writes: > ... > Now, it is the beginning of the first week of October. I make my weekly > planning and decide to spent 15 hours of this week with Project 1 and 5 > with Project two. Today I would want to work on Project 1 for 4 hours, 3 > on Project 2. I'm clocking in to Project 1,

Completion of links to man pages

2023-10-04 Thread Max Nikulin
Hi, I am unsure if the code below is appropriate for :complete property of "man" link. It does not rely on any double-dash functions or variables, but it still uses some implementation details since there is no suitable high level functions in man.el and woman.el from Emacs. (defun org-man-c

Re: [PATCH] ob-maxima.el, etc. (was Re: [MAINTENANCE] On how much we can expose internals into defcustom)

2023-10-04 Thread Leo Butler
On Wed, Oct 04 2023, Ihor Radchenko wrote: > Leo Butler writes: > >> Attached is: >> >> - my previous patch, rebased against the latest HEAD and only modified >> to include a patch to etc/ORG-NEWS >> - a patch to the worg docs that corrects the urls >> - a patch to the worg docs that documents

Re: Are 'placement' and 'float' "obsolete terms" in inline images exported to LaTeX?

2023-10-04 Thread Juan Manuel Macías
Ihor Radchenko writes: > Further, we also provide :environment and :options attributes that do > the same thing, but without special treatment of standard > t/multicolumn/wrap/sideways/nil values in :float. t/multicolumn/wrap/sideways/nil... and any arbitrary value (see lines 14125 and 14262 in o

Re: Strategic time planing: Breaking down EFFORT property

2023-10-04 Thread Sven Bretfeld
Ihor Radchenko writes: > Sven Bretfeld writes: > > I am not sure what you mean by `org-clock-alarm'. We have > `org-clock-sound', which you need to customize for alarm to be played > when clocked time exceeds EFFORT. That's what I mean. > For weekly/monthly/total, you can use clock tables t

Re: Strategic time planing: Breaking down EFFORT property

2023-10-04 Thread Dr. Arne Babenhauserheide
Sven Bretfeld writes: > Ihor Radchenko writes: >> For weekly/monthly/total, you can use clock tables to summarize the time >> spend on different projects during the week/month/in total. See >> https://orgmode.org/manual/The-clock-table.html >> >> You can display additional property values in th