I'm currently using org-mode version 9.1.14, where everything
seemingly works fine.
The problem is, when I upgrade to the latest version via the packaging
system, one particular headline no longer folds and hides its
children, although the visiblity properties are identical to other
headlines, and
On Tue, 29 Jan 2019 at 17:39, Michael Maurer wrote:
>
> I'm currently using org-mode version 9.1.14, where everything
> seemingly works fine.
>
> The problem is, when I upgrade to the latest version via the packaging
> system, one particular headline no longer folds a
hello,
I'm not sure if this is a feature, or I'm missing something, but if I
set up an outline like this:
* 2017
:PROPERTIES:
:VISIBILITY: folded
:END:
** december
:PROPERTIES:
:VISIBILITY: folded
:END:
*** 31
*** 30
** november
:PROPERTIES:
:VISIBILITY: folded
:END:
the headlines undernea
On Mon, Jan 1, 2018 at 7:52 PM, Nicolas Goaziou wrote:
> Hello,
>
> Michael Maurer writes:
>
>> I'm not sure if this is a feature, or I'm missing something, but if I
>> set up an outline like this:
>>
>> * 2017
>> :PROPERTIES:
>>
On Tue, Jan 2, 2018 at 2:56 PM, Nicolas Goaziou wrote:
> Hello,
>
> Michael Maurer writes:
>
>> Basically what I expect is to see 2017 folded, with none of its
>> children visible (because I added the visibility/folded property).
>> Instead I see all the chi
On Mon, Jan 8, 2018 at 5:56 PM, Nicolas Goaziou wrote:
> Hello,
>
> Michael Maurer writes:
>
>> I installed the latest version of org, but now all my
>> visibility/folded properties get ignored
>
> What version?
org-plus-contrib-20180108
On Mon, Jan 8, 2018 at 6:22 PM, Nicolas Goaziou wrote:
> Michael Maurer writes:
>
>> On Mon, Jan 8, 2018 at 5:56 PM, Nicolas Goaziou
>> wrote:
>>> Hello,
>>>
>>> Michael Maurer writes:
>>>
>>>> I installed the latest version of
I've enabled org-wikinodes.el to get CamelCase wiki links. But
whenever I try to follow a link/camelcase word, I just get "invalid
format operation %%\". Although there is a headline by that name in
the current file.
I'm using org-mode 9.1.6 and Emacs 25.3.1 64-bit on Win7.
Ok, figured it out. This only happened in files with
#+TODO: 20% 30% 40% 50% 80% 70% 90% 95%
as part of its to-do directive. After removing the percentage to-do
steps, camelcase worked and
it stopped complaining about "invalid format operation %%\".
On 2 April 2018 at 12:21, Mich
On 9 April 2018 at 12:52, Julius Dittmar wrote:
> Am 09.04.2018 um 12:22 schrieb Michael Maurer:
>> Ok, figured it out. This only happened in files with
>>
>> #+TODO: 20% 30% 40% 50% 80% 70% 90% 95%
>
> Maybe a stupid question, but: Is the inversion of direction --
Subject line says it all, I upgraded to 9.5 two days ago and
everything seemed to work, but today I fire up the PC and C-c . no
longer is bound to anything. I guess I could custom-bind it in my
config, but I'm more interested in why it's happening. The last
package I installed after the upgrade was
On Tue, 2 Nov 2021 at 09:18, Michael Maurer wrote:
>
> Subject line says it all, I upgraded to 9.5 two days ago and
> everything seemed to work, but today I fire up the PC and C-c . no
> longer is bound to anything. I guess I could custom-bind it in my
> config, but I'm mo
On Tue, 2 Nov 2021 at 09:36, Michael Maurer wrote:
>
> On Tue, 2 Nov 2021 at 09:18, Michael Maurer wrote:
> >
> > Subject line says it all, I upgraded to 9.5 two days ago and
> > everything seemed to work, but today I fire up the PC and C-c . no
> > longer is boun
On Tue, 2 Nov 2021 at 09:41, Colin Baxter 😺 wrote:
>
> >>>>> Michael Maurer writes:
>
> > Subject line says it all, I upgraded to 9.5 two days ago and
> > everything seemed to work, but today I fire up the PC and C-c . no
> > longer is boun
On Wed, 3 Nov 2021 at 12:06, Eric S Fraga wrote:
>
> Glad I could be of assistance! 🙂
> --
> : Eric S Fraga via Emacs 28.0.60, Org release_9.5-192-gd4e192
> : Latest paper written in org: https://arxiv.org/abs/2106.05096
I'm curious about this use of a diary-file in combination with
org-babel. I'
On Thu, 4 Nov 2021 at 17:05, Eric S Fraga wrote:
>
> On Thursday, 4 Nov 2021 at 16:56, Michael Maurer wrote:
> > I'm curious about this use of a diary-file in combination with
> > org-babel. I'm guessing it outputs only specific items from the
> > diary-file b
I'm trying to create a link to a _archive file, but every time I click
it, Windows shows me the dialogue box for opening it in an external
app. Is this something I have to change on a Windows-level, within
.emacs, or both?
Figured it out, had to set org-file-apps accordingly. Realized I don't
remember if _archive is the common nomenclature for archived
org-files, or if I set that.
On Mon, 20 Apr 2020 at 09:37, Michael Maurer wrote:
>
> I'm trying to create a link to a _archive file, but every t
hi,
I've discovered org-agenda-prefix-format, but can't figure out how to
add a tab-stop after every todo-item. So basically that the headlines
are aligned regardless of the character-length of the todo-item. My
current setup looks like this:
(setq org-agenda-prefix-format
'(
(agenda . " %?-1
t; i am not understanding what you are trying to do. do you have headers
> before other columns? are you perhaps looking for
> org-agenda-todo-keyword-format ? or is it the prefix format that is
> varying for you?
>
>
> On 6/29/22, Michael Maurer wrote:
> > hi,
> >
> >
On Thu, 30 Jun 2022 at 14:52, Ihor Radchenko wrote:
>
> Michael Maurer writes:
>
> > Here's how it looks vs. how I want it to look https://imgur.com/a/5YfTeZh
>
> See org-agenda-todo-keyword-format.
>
> Best,
> Ihor
Oh wow, that's exactly it. Thanks the both of you.
I've been wondering if it's possible to define a default todo-state
for all items appearing under a headline, like
* shopping list
:PROPERTIES:
:header-args: todo-state: TOBUY
:END:
** bananas
** bread
so when calling org-agenda both bananas and bread have the todo-state
TOBUY applied to them. Ob
I don't know if it's something I pressed, or something that's happened
after an update, but when I search in evil-mode using /, it now only
searches headlines and everything visible. It no longer auto-expands.
Isearch works just fine. Not sure where I should ask this, probably
evil-mode mailing lis
On Fri, 20 Jan 2023 at 10:59, Michael Maurer wrote:
>
> I don't know if it's something I pressed, or something that's happened
> after an update, but when I search in evil-mode using /, it now only
> searches headlines and everything visible. It no longer auto-expands
Subject line basically states the problem; when I start Emacs and try
to click a timestamp such as <2023-01-16 Mo.>, I get the message
"Symbol's value as variable is void: org-agenda-buffer-name". However,
once org-agenda is called, repeating the action results in the
org-agenda view.
Both <2024-04-04 Do> and [2024-04-04 Do] show up in Agenda-View.
Google couldn't really help me on that, and I'm thinking maybe there's
a flag I set to include every timestamp in Agenda? I don't know.
For reference, the entries look like this:
* TEST
<2024-04-04 Do>
[2024-04-04 Do]
shows as
Thu
On Thu, 4 Apr 2024 at 13:01, Ihor Radchenko wrote:
>
> Michael Maurer writes:
>
> > Both <2024-04-04 Do> and [2024-04-04 Do] show up in Agenda-View.
> > Google couldn't really help me on that, and I'm thinking maybe there's
> > a flag I set to
I've put
(setq org-return-follows-link t)
(custom-set-variables
'(org-modules (quote (org-wikinodes)))
'(org-return-follows-link t))
in my config, but making a camel case headline does not create a link
when repeating the word in a paragraph. I've also tried activating
org-wikinodes with m-x cu
On Tue, 6 Jul 2021 at 08:07, Michael Maurer wrote:
>
> I've put
>
> (setq org-return-follows-link t)
> (custom-set-variables
> '(org-modules (quote (org-wikinodes)))
> '(org-return-follows-link t))
>
> in my config, but making a camel case headline d
I've installed lilypond and customized ob-lilypond to use the
appropriate helper programs, but although it generates & shows pdfs
just fine, generating a midi file it does not. I execute tangle
on the codeblock, and all I get is "No midi file generated so can't play!".
org-version 9.4.6
emacs 27.2
On Thu, 26 Aug 2021 at 15:03, Jonathan Gregory wrote:
>
> Hi
>
> On 26 Aug 2021, Michael Maurer wrote:
>
> > I've installed lilypond and customized ob-lilypond to use the
> > appropriate helper programs, but although it generates & shows
> > pdfs just f
On Thu, 26 Aug 2021 at 15:03, Jonathan Gregory wrote:
>
> Hi
>
> On 26 Aug 2021, Michael Maurer wrote:
>
> > I've installed lilypond and customized ob-lilypond to use the
> > appropriate helper programs, but although it generates & shows
> > pdfs just f
On Thu, 26 Aug 2021 at 21:54, Nick Dokos wrote:
>
> Michael Maurer writes:
>
> > On Thu, 26 Aug 2021 at 15:03, Jonathan Gregory wrote:
> >>
> >> Hi
> >>
> >> On 26 Aug 2021, Michael Maurer wrote:
> >>
> >> > I've insta
On Fri, 27 Aug 2021 at 21:55, Nick Dokos wrote:
>
> Michael Maurer writes:
>
> > On Thu, 26 Aug 2021 at 21:54, Nick Dokos wrote:
>
> >>
> >> Michael Maurer writes:
> >>
> >> > On Thu, 26 Aug 2021 at 15:03, Jonathan Gregory
> &
On Sat, 28 Aug 2021 at 15:09, Jonathan Gregory wrote:
>
> Hi Michael
>
> On 28 Aug 2021, Michael Maurer wrote:
>
> > So out of curiosity I changed the entry for midi-player to
> > random gibberish, and the same message pops up, "no midi file
> > generated so
On Sat, 28 Aug 2021 at 18:18, Michael Maurer wrote:
>
> On Sat, 28 Aug 2021 at 15:09, Jonathan Gregory wrote:
> >
> > Hi Michael
> >
> > On 28 Aug 2021, Michael Maurer wrote:
> >
> > > So out of curiosity I changed the entry for midi-player to
> &g
I just discovered org-habit, but I don't fully understand how to
configure the appearance of habits in the Agenda view. Let's start
with my current setup (org 9.7.11 and Emacs 31.0.50 on Linux)
(setq org-habit-preceding-days 1)
(setq org-habit-following-days 1)
(setq org-habit-show-habits-only-for
37 matches
Mail list logo