Re: [O] Emacs-orgmode Digest, Vol 159, Issue 29

2019-05-28 Thread Daryl Manning
Hey Niko! I have to admit I grabbed org-contacts to solve my addressbook problem because I had thought BBDB was non-supported these days (and possibly overkill for my use case), though just noted from the other post in the digest that there is an EIEIO re-write. So, may check that out this weeken

[O] Outdated manual web pages left in place WAS: Re: Problems with inline source blocks

2019-05-28 Thread Berry, Charles
The OP cited this web page: https://orgmode.org/manual/Exporting-code-blocks.html but the link from https://orgmode.org/#docs to the manual eventually leads this web page: https://orgmode.org/manual/Exporting-Code-Blocks.html which is different (note capitalization of "Code" and "Blocks"). I

[O] A recent fix caused other face highlighting issue

2019-05-28 Thread stardiviner
This commit "42abf5c6954dee8410e33d0c5140d3b36c9d1c15" try to fix org-do-emphasis-faces function on strike-through fontification on heading. But it failed on verbatim like ~code~, =verbatim= etc. Can it be reverted? or provide another solution? -- [ stardiviner ] I try to make every wor

Re: [O] Show APPTs every day in Agneda

2019-05-28 Thread Michael Heerdegen
Neil Jerram writes: > #+BEGIN_EXAMPLE > ** Bank holiday weekend > > <2018-05-05 Sat>--<2018-05-07 Mon> > #+END_EXAMPLE > Sorry, that's no solution for you, but maybe there's a clue in the > detail there? Ha! - indeed. It's obviously not allowed to add spaces like I used to do: <2018-05-05 S

Re: [O] Show APPTs every day in Agneda

2019-05-28 Thread Neil Jerram
On Mon, 27 May 2019 at 23:25, Michael Heerdegen wrote: > Neil Jerram writes: > > > Hi Michael, > > Hi Neil! > > > I'm not in front of my computer, to check this, but I think that an > > active date range will have this effect, i.e. > > > > ** Vacation > > -- > > Hmm, no, AFAICT that's what I use

Re: [O] Capture with date prompt defaults to yesterday

2019-05-28 Thread Neil Jerram
On Sun, 19 May 2019 at 14:36, Neil Jerram wrote: > I have a capture template like this: > > '(org-capture-templates >(quote > (("a" "" entry > (file "~/org/capture.org") > "** TODO %? > SCHEDULED: %^t" > > When I use that, the date prompt defaults to yesterday, whereas I'

Re: [O] manual errata

2019-05-28 Thread Ian Garmaise
Hi Nicholas, I have found the manual version in the repo. You are correct. Will check repo version next time. Best, Ian On Tue, May 28, 2019 at 8:31 AM Ian Garmaise wrote: > Hi Nicholas, it is shown on this page. Is there a more up to date version > of the manual I should reference? > > >

Re: [O] [PATCH] org-clock.el: Fix restore of frame-title-format

2019-05-28 Thread Nicolas Goaziou
Hello, Andrii Kolomoiets writes: > * lisp/org-clock.el (org-frame-title-format-backup): Use nil as initial value. > (org-clock-in): set `org-frame-title-format-backup' to `frame-title-format'. > (org-clock-restore-frame-title-format): New function. > (org-clock-out): Use it. > (org-clock-cancel)

Re: [O] suppress leading ":" in org-babel output

2019-05-28 Thread Berry, Charles
> On May 27, 2019, at 7:17 PM, Nick Dokos wrote: > > Jeremie Juste writes: > >> Hello, >> >> I recall seeing this thread on the mailing list but I cannot find it >> back. >> >> I would like to suppress the first line leading ":" in the following output >> >> >> #+NAME:mean_purchase_per_s

Re: [O] Problems with inline source blocks

2019-05-28 Thread Berry, Charles
> On May 27, 2019, at 9:47 AM, Christian Heinrich > wrote: > > Hi everyone, > > several issues with inline source blocks: None of the behavior you cite is in the current master as of 28-may-2019: 4a383ee0f19a001b272097398b43312fc0655798 > > 1) https://orgmode.org/manual/Exporting-code-b

Re: [O] Advance notice of birthdays in org-mode via org-contacts

2019-05-28 Thread Eric Abrahamsen
Alan Schmitt writes: > Hi Eric, > > On 2019-05-28 04:34, Eric Abrahamsen writes: > >> And (shameless plug) if you're using EBDB, you can set both >> `ebdb-use-diary' and `org-agenda-include-diary' to t, and >> anniversaries >> will show in the agenda. > > Thank you for the plug, I've been wantin

Re: [O] Temporarily setting agenda files list, cleaning up

2019-05-28 Thread Christoph Groth
Many thanks to John and Thomas for their suggestions! Thomas Plass wrote: > This will use a private set of 'org-agenda-files and kill their > buffers after executing `org-agenda-list': > > (...) This function is a very good prototype of what I had in mind. The details like it closing buffers t

[O] [PATCH] org-clock.el: Fix restore of frame-title-format

2019-05-28 Thread Andrii Kolomoiets
* lisp/org-clock.el (org-frame-title-format-backup): Use nil as initial value. (org-clock-in): set `org-frame-title-format-backup' to `frame-title-format'. (org-clock-restore-frame-title-format): New function. (org-clock-out): Use it. (org-clock-cancel): Use it. The problem was that the `org-frame

Re: [O] manual errata

2019-05-28 Thread Ian Garmaise
Hi Nicholas, it is shown on this page. Is there a more up to date version of the manual I should reference? https://orgmode.org/manual/Inserting-deadline_002fschedule.html#Inserting-deadline_002fschedule Best, Ian On Tue, May 28, 2019 at 5:00 AM Nicolas Goaziou wrote: > Hello, > > Ian Gar

[O] Bug: agenda-tag-filter-preset not working, when ":newline" inside a tag radiogroup [9.2.3 (9.2.3-20-g31873e-elpaplus @ /home/msm/.emacs.d/elpa/org-plus-contrib-20190527/)]

2019-05-28 Thread Jens
--text follows this line-- I use the org-agenda-tag-filter-preset in my custom agenda commands. This breaks, when there is a (:newline) inside a radiogroup in org-tag-alist. When calling the agenda command, it gives the error: "mapcar: Wrong type argument: char-or-string-p, :newline" and the ag

Re: [O] [PATCH] Docstring update

2019-05-28 Thread Nicolas Goaziou
Hello, "Cheong Yiu Fung" writes: > Fix docstring of `org-latex-packages-alist'. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] [PATCH] org-clock-out overrides frame-title-format [9.2.3 (9.2.3-17-g4df705-elpa @ ~/.emacs.d/elpa/org-20190513/)]

2019-05-28 Thread Nicolas Goaziou
Hello, Andrii Kolomoiets writes: > The org-frame-title-format-backup variable is initialized on > org-clock.el loading and future changes to frame-title-format is > ignored: > > 1. emacs -Q > 2. M-: frame-title-format >It's "%b" > 3. M-: (require 'org-clock) > 4. (setq frame-title-format "%b

Re: [O] manual errata

2019-05-28 Thread Nicolas Goaziou
Hello, Ian Garmaise writes: > org 9.2 pdf manual > > In Chapter 8, p. 78 > > function org-mark-entry-for-agenda action > C-c C-x C-k > > This function doesn't exist in my version of org-mode (9.2.3) I cannot find any reference to this function in current manual. Regards, -- Nicolas Goaziou