[BUG] Manual says +2h works for date entry, but it doesn't

2021-12-06 Thread Robert Nikander
Hi, The manual here: https://orgmode.org/manual/The-date_002ftime-prompt.html says that you can use syntax like `+2h` when entering timestamps. It doesn’t seem to work, but `+2d` does. Is the manual simply out of sync with the implementation? Emacs : GNU Emacs 27.2 (build 1, x86_64-apple-darw

[BUG] Eval src block does not redisplay inline image [9.5.1 (9.5.1-g36086a @ /Users/rob/.emacs.d/elpa/org-9.5.1/)]

2021-12-09 Thread Robert Nikander
I’m trying to use Org mode like a Jupyter notebook. I’ve got something working, but for graphic plots, I have to call `org-display-inline-images` after every call to `org-babel-execute-src-block`. I guess there is a work-around, described here: https://stackoverflow.com/questions/54269390/how-t

[BUG] adjacent italic and underline don't render correctly [9.5.1 (9.5.1-g36086a @ /Users/rob/.emacs.d/elpa/org-9.5.1/)]

2021-12-21 Thread Robert Nikander
I have: (setq org-hide-emphasis-markers t) …and the following does not render right. In the first line I see the ‘_’ characters around “underline”, and it doesn’t underline the text. In the second line, it works correctly. Apparently it needs some intervening text (“foo” in this case). The fi

Re: [BUG] adjacent italic and underline don't render correctly [9.5.1 (9.5.1-g36086a @ /Users/rob/.emacs.d/elpa/org-9.5.1/)]

2021-12-22 Thread Robert Nikander
://orgmode.org Keywords: outlines hypermedia calendar wp Maintainer: Bastien Guerry Author: Carsten Dominik Other versions: 9.5.1 (gnu), 9.4.4 (builtin). — end paste --- Rob > On Dec 22, 2021, at 9:32 AM, Ihor Radchenko wrote: > > Robert Nikander <mailto:robert.nikan...@icloud.

text after sub headings?

2021-12-23 Thread Robert Nikander
I see why this is not possible, given the text format of an org file. But I am curious if people think it would be useful. This is a bit off-topic maybe, but I’m imagining what I would do if I created something like org-mode using another underlying format. Example: * Top Some text under “T

Re: text after sub headings?

2021-12-23 Thread Robert Nikander
Max Nikulin wrote: > Have you seen the following and links therein? > https://orgmode.org/worg/org-faq.html#closing-outline-sections No, I hadn't found that. Thanks. Those links answer my question. Juan Manuel Macías wrote: > It is an interesting question; however, I would say that this is not a

block folding - should this work?

2021-12-24 Thread Robert Nikander
I started reading about “blocks" in the manual. I wanted a chunk of text that I could hide, so I tried this: * Test Some text #+BEGIN Hide this #+END Hitting TAB on the BEGIN line does nothing. But if I add a blank line before it, then hitting TAB hides and shows the block. Is that a bug? Or a

clock reports, group/rollup by tags, properties?

2023-02-07 Thread Robert Nikander
Hi, I see some previous discussion about this years ago [1], but it looks like it never made it into the official code base. (?) If I use `:scope agenda`, I get a column called “File” that is used as the top “group by” in the query. I don’t see a way to change that. I’d like to see my time div

[BUG] M-S- does not adjust clock timestamps as described in docs [9.5.5]

2023-02-07 Thread Robert Nikander
Hi, The docs say this about S-M + arrow keys on clock log lines. (In section: 8.4.1 - Dates and Times > Clocking Work Time > Clocking Commands) ‘S-M-’ (‘org-timestamp-up’) ‘S-M-’ (‘org-timestamp-down’) On ‘CLOCK’ log lines, increase/decrease the timestamp at point and the one of th

Re: [BUG] M-S- does not adjust clock timestamps as described in docs [9.5.5]

2023-02-08 Thread Robert Nikander
> On Feb 8, 2023, at 5:14 AM, Ihor Radchenko wrote: > > Robert Nikander writes: > >> […] >> >> If I put point on the minutes of 12:30 (second line) and hit S-M-, it >> moves the time to 12:35, but nothing else moves. Based on the docs, I >> tho

emojis in tags?

2023-02-09 Thread Robert Nikander
Hi, Does anyone else think it might be nice to allow emojis in tags? I used to use OmniFocus before I got into org-mode. I had some tags that were certain symbols that had meaning to me. Rob

Re: [FR] Allow emojis in tags (was: emojis in tags?)

2023-02-10 Thread Robert Nikander
> On Feb 10, 2023, at 6:23 AM, Ihor Radchenko wrote: > > Robert Nikander writes: > >> […] > > It is not hard to do, but I am not sure about consequences of such a > change in Org syntax. > > I see no obvious downsides though. I noticed that other poten

How is org-enforce-todo-dependencies supposed to work?

2023-02-11 Thread Robert Nikander
Hi, I’m trying to use todo dependencies. I created the following tree, and set the variable to `t` by evaluating the setq expression. But nothing changes. I can use S- to cycle the TODO state of “Test Project" (none - TODO - DONE) even though the children items are not DONE. Is that expected?

org-mode for code comments?

2023-04-10 Thread Robert Nikander
Hi, I searched the internet and this doesn’t seem to exist. I would like to have something like the opposite of code blocks. I could edit a code file, and the comments would be in org-mode. I happen to be using C++ and lsp-mode at the moment. // This C++ comment is all org mode. The font