Re: Tips on maintaining history in Org Mode

2021-02-25 Thread Tim Cross
David Masterson writes: > There are many ways of maintaining history in a group of Org files: > 1. Archive within a file > 2. Archive to a separate (archive) file > 3. Special TODO types for history > 4. Special TAG types for history > 5. etc. > > My question is, if you have meetings/phone call

Re: Tips on maintaining history in Org Mode

2021-02-25 Thread Ihor Radchenko
David Masterson writes: > My question is, if you have meetings/phone calls as TODOs, what is the > preferred way to handle when they move into history so that, *much* > later, you can easily produce a list of all of the meetings/phone calls > with dates and times of them? The issue (I think) is

Tips on maintaining history in Org Mode

2021-02-25 Thread David Masterson
There are many ways of maintaining history in a group of Org files: 1. Archive within a file 2. Archive to a separate (archive) file 3. Special TODO types for history 4. Special TAG types for history 5. etc. My question is, if you have meetings/phone calls as TODOs, what is the preferred way to ha

Re: org-read-date: selecting date with mouse-2 in calendar

2021-02-25 Thread Kyle Meyer
Michael Heerdegen writes: > Hello again, > >> selecting a date from within `org-read-date' from the calendar works >> with mouse-1, but not with mouse-2 (with latest Emacs master and my >> settings loaded at least). >> >> The code seems to intend that it also works with mouse-2, but it fails. >> >

Re: Turning off all indentation in 9.4.4

2021-02-25 Thread Kyle Meyer
TRS-80 writes: > On 2021-02-24 15:58, TRS-80 wrote: >> On 2021-02-16 23:30, Kyle Meyer wrote: [...] >>> So, if I'm reading your preferences correctly, it sounds like you want >>> just the first suggestion in the above snippet, leaving >>> org-adapt-indentation at its default value: >>> >>> (add

Re: Please help by becoming a maintainer for an Org Babel file

2021-02-25 Thread Kyle Meyer
Andy Klock writes: > Hi all, am I too late? > > ‐‐‐ Original Message ‐‐‐ > On Monday, October 26, 2020 4:07 AM, Bastien wrote: > >> If you feel like proposing yourself for maintaining an Org Babel >> language, that would be super helpful. > > Can I throw my hat in to help maintain ob-sql.

Re: org-read-date: selecting date with mouse-2 in calendar

2021-02-25 Thread Michael Heerdegen
Hello again, > selecting a date from within `org-read-date' from the calendar works > with mouse-1, but not with mouse-2 (with latest Emacs master and my > settings loaded at least). > > The code seems to intend that it also works with mouse-2, but it fails. > > Why it doesn't work? Oh, that's be

Add color space and icc profile information to images

2021-02-25 Thread Juan Manuel Macías
Hi, When working with images for print, I often need to get quickly the color space and icc profile information of each included image, so I came up with this function (code at the end of this mail) that I share here, in case it is useful to someone. The function inserts the information I need, un

Re: Set archive location relative to property

2021-02-25 Thread Florian Lindner
Am 25.02.21 um 21:22 schrieb Florian Lindner: is this possible with org-mode? Given a tree: * Name :PROPERTIES: :ARCHIVE:  ??? :END: ** Archive    :ARCHIVE: ** Some node Upon archiving "Some node" (or any direct or indirect sub-node of Projectname) I want to end it up under "** Archive". The a

Set archive location relative to property

2021-02-25 Thread Florian Lindner
Hello, is this possible with org-mode? Given a tree: * Name :PROPERTIES: :ARCHIVE: ??? :END: ** Archive:ARCHIVE: ** Some node Upon archiving "Some node" (or any direct or indirect sub-node of Projectname) I want to end it up under "** Archive". The archive location should always be relat

Re: Please help by becoming a maintainer for an Org Babel file

2021-02-25 Thread Andy Klock
Hi all, am I too late? ‐‐‐ Original Message ‐‐‐ On Monday, October 26, 2020 4:07 AM, Bastien wrote: > If you feel like proposing yourself for maintaining an Org Babel > language, that would be super helpful. Can I throw my hat in to help maintain ob-sql.el ? Thanks! Andy Klock

Re: state of the art in org-mode tables e.g. join, etc

2021-02-25 Thread John Kitchin
That is remarkably slim code to get those results! Cook, Malcolm writes: > John, > > Checkout what R sqldf package makes easy: > > ** aggregation example > > Examples from https://github.com/tbanel/orgaggregate > > > #+NAME: original > | Day | Color | Level | Quantity | > |---+

Re: Turning off all indentation in 9.4.4

2021-02-25 Thread TRS-80
On 2021-02-24 15:58, TRS-80 wrote: On 2021-02-16 23:30, Kyle Meyer wrote: TRS-80 writes: Unfortunately, unless I am doing something wrong, none of these options seem to really restore the previous behavior. I have set ~org-adapt-indentation~ to ~'headline-data~, and now pressing RET goes t

Bug: org-checkbox face for alphabetical items is not set [9.4.4,(9.4.4-16-g0abd4a-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20210201/)]

2021-02-25 Thread chemmi
Hi folks, I ran into the following minor issue regarding the facing of org-mode items. I set org-list-allow-alphabetical to allow alphabetical item enumeration. But it seems that the org-checkbox face is not set if there are checkboxes. Example: #+begin_src org - [ ] Hello 1. [ ] World