[PATCH][DOC]: Add footnote on how to enable described functionality

2024-03-22 Thread Nick Dokos
for the original question and the push for the doc patch: https://emacs.stackexchange.com/questions/80783/org-mode-export-to-html-onmouseover-highlighting-of-referenced-code-lines >From 127d9628b9b1e8be54cdc715ab4e6bdcc012d716 Mon Sep 17 00:00:00 2001 From: Nick Dokos Date: Fri, 22 Mar 2024 09:08

Re: [BUG] `org-html-head-include-scripts' default value should be `t' but it's nil instead [9.7-pre (release_9.6.20-1267-gb0c3c9 @ /home/nick/src/emacs/org/org-mode/lisp/)]

2024-03-21 Thread Nick Dokos
Ihor Radchenko writes: > Nick Dokos writes: > >> If you load `ox-html`, the default value of >> `org-html-head-include-scripts` is nil, despite the defcustom: >> >> (defcustom org-html-head-include-scripts t ... > > Are you sure? What I am seeing in l

[BUG] `org-html-head-include-scripts' default value should be `t' but it's nil instead [9.7-pre (release_9.6.20-1267-gb0c3c9 @ /home/nick/src/emacs/org/org-mode/lisp/)]

2024-03-21 Thread Nick Dokos
If you load `ox-html`, the default value of `org-html-head-include-scripts` is nil, despite the defcustom: (defcustom org-html-head-include-scripts t ... The reason is that `org-expot-define-backend`, which is called

Re: Moving to the next heading does not always work

2024-01-12 Thread Nick Dokos
Rudolf Adamkovič writes: > REPRODUCTION STEPS: > > 1. Launch 'emacs -Q'. > 2. Create a new Org file: > > * 1 > :PROPERTIES: > :CUSTOM_ID: foo > :END: > * [[#foo][foo]] 2 > * 3 > > 3. Open the newly created Org file. > 3. Type M-x org-toggle-link-display RET. > 4. Move the cursor to the first

[BUG] org-table-eval-formula mishandles semicolons in formulas [9.7-pre (release_9.6.14-1019-g5092ec @ /home/nick/src/emacs/org/org-mode/lisp/)]

2024-01-12 Thread Nick Dokos
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: Or probably just fix the org-ctags hook functions?

2023-08-11 Thread Nick Dokos
Ihor Radchenko writes: > Nick Dokos writes: > >>> ... >>> Probably the problem is not the side-effects done by loading >>> =org-ctags=, but rather that these hook function from =org-ctags= try >>> to do their job when the environment is not really ready

Re: Or probably just fix the org-ctags hook functions?

2023-08-10 Thread Nick Dokos
Jens Schmidt writes: > On 2023-08-08 10:48, Ihor Radchenko wrote: > > ... > Probably the problem is not the side-effects done by loading > =org-ctags=, but rather that these hook function from =org-ctags= try > to do their job when the environment is not really ready for them, > i.e. when there

Re: [POLL] Should we accept breaking changes to get rid of Org libraries that perform side effects when loading?

2023-08-10 Thread Nick Dokos
Max Nikulin writes: > On 08/08/2023 20:29, Bastien Guerry wrote: >> The definition of a new function is not a side-effect >> that affects Emacs editing behavior, so Babel and export libs are >> OK. > > Function definition is not side effect when load library is > requested. However it is a side

Re: [BUG] org-babel-tangle: Header arg `:comments org' produces no comment in the output [9.7-pre (release_9.6.6-418-g294a4d @ /home/nick/src/emacs/org/org-mode/lisp/)]

2023-06-26 Thread Nick Dokos
Ihor Radchenko writes: > Nick Dokos writes: > >> A couple of nits: maybe the comment that `org-back-to-heading' sets match >> data should be deleted? And there is a typo in the initial comment of >> the test you added (thanks for adding it!): `:commends org' sho

Re: [BUG] org-babel-tangle: Header arg `:comments org' produces no comment in the output [9.7-pre (release_9.6.6-418-g294a4d @ /home/nick/src/emacs/org/org-mode/lisp/)]

2023-06-23 Thread Nick Dokos
Ihor Radchenko writes: > Nick Dokos writes: > >> Here's an ECM: >> ... >> I narrowed it down to this snippet of code in >> `org-babel-tangle-single-block': >> ... >> and bisecting fingered this commit: >> ... >> Apparently, `org-back-to-hea

Re: ox-coma-letter and org-export-dispatch

2023-06-21 Thread Nick Dokos
Sébastien Gendre writes: > Recently I tested the export functions of ox-coma-letter. It work very > well. > > But I cannot found the entries in org-export-dispatch. > You probably need to load (or require) the feature. Add this to your init file: --8<---cut

[BUG] org-babel-tangle: Header arg `:comments org' produces no comment in the output [9.7-pre (release_9.6.6-418-g294a4d @ /home/nick/src/emacs/org/org-mode/lisp/)]

2023-06-21 Thread Nick Dokos
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: [PATCH v2] doc/org-manual.org: Document `org-latex-src-block-backend'

2023-05-30 Thread Nick Dokos
On 5/30/23 11:27, Ihor Radchenko wrote: Nick Dokos writes: Please try to read and let me know if anything is confusing. To me, it does not seem necessary to include the various descriptions. Just the first three lines of the patch, perhaps with a prompt to consult the doc string

Re: [PATCH] doc/org-manual.org: Document `org-latex-src-block-backend'

2023-05-23 Thread Nick Dokos
Ihor Radchenko writes: > Attaching tentative manual patch that explains about > `org-latex-src-block-backend'. There was no explanation about different > ways to export colored source blocks in the past. > > Please try to read and let me know if anything is confusing. To me, it does not seem

Re: How to filter a clock table by property value?

2023-05-22 Thread Nick Dokos
Marcin Borkowski writes: > On 2023-05-08, at 17:30, Ihor Radchenko wrote: > >> Marcin Borkowski writes: >> >>> #+BEGIN: clocktable :match "property=\"value\"" >>> #+END >> >> "+property=\"value\"" >> >> I just tried #+BEGIN: clocktable :scope subtree :match "+ID=\"Organization\"" >> and it

Re: org-ctags land grab

2023-03-22 Thread Nick Dokos
Ihor Radchenko writes: > Nick Dokos writes: > >> `org-ctags' unilaterally sets the hook `org-open-link-functions' to a >> bunch of org-ctags functions and enables itself by default. That has >> the unfortunate consequence of invalidating the documentation for >>

org-ctags land grab

2023-03-20 Thread Nick Dokos
`org-ctags' unilaterally sets the hook `org-open-link-functions' to a bunch of org-ctags functions and enables itself by default. That has the unfortunate consequence of invalidating the documentation for internal CUSTOM_ID links - see

Re: [BUG] incorrect result with C-c ! to correct (complete) a date [9.7-pre (release_9.6.1-306-ga645a6 @ /home/d/src/git-org-mode/lisp/)]

2023-03-20 Thread Nick Dokos
Do `C-h v org-read-date-force-compatible-dates` and read the doc string of the variable. You can customize the variable and set it to `nil' which will give you a much wider range of dates to choose from *assuming that your Emacs is compiled for and runs on a system that can deal with such dates*

Re: Cannot expand macros through included org file

2023-02-15 Thread Nick Dokos
reza writes: > Hi Ihor > > Thanks for your quick reply > >> What you can do instead is creating a named Org paragraph with macro, >> like >> >> #+name: year >> {{{year}}} > > I tried this approach but it does not seem to work either: > > "template.org": > >#+TITLE: Report >#+NAME: year >

Re: org-agenda-files: using variables

2023-01-17 Thread Nick Dokos
"Loris Bennett" writes: > Hi, > > I have > > (setq lb/org-directory "~/org/")) > (setq lb/gtd-file (expand-file-name "gtd.org" lb/org-directory)) > (setq lb/refile-file (expand-file-name "refile.org" lb/org-directory)) > (setq org-agenda-files '(lb/gtd-file lb/refile-file)) > > But

Re: Setting the default todo priority ?

2023-01-10 Thread Nick Dokos
David Masterson writes: > I see that Org treats TODOs without a priority cookie as having a > priority that is midway between highest and lowest. > > Use case: I may have a task type that fully expresses what it's priority > is. Example would be SOMEDAY which is going to have the lowest >

Re: [QUERY] Anyone using multiple org-preview-latex-process-alist commands?

2023-01-10 Thread Nick Dokos
Timothy writes: > Hi All, > > In my rewrite of the LaTeX preview system, I’m finding it a bit > annoying dealing with the potential of multiple commands being used > in the `org-preview-latex-process-alist'’s > `:latex-compiler'/`:latex-precompiler'/`:image-converter' > properties. > > I’m hence

Re: [QUERY] Anyone using multiple org-preview-latex-process-alist commands?

2023-01-10 Thread Nick Dokos
Timothy writes: > Hi All, > > In my rewrite of the LaTeX preview system, I’m finding it a bit > annoying dealing with the potential of multiple commands being used > in the `org-preview-latex-process-alist'’s > `:latex-compiler'/`:latex-precompiler'/`:image-converter' > properties. > > I’m hence

Re: TODO state for heading intersection?

2023-01-10 Thread Nick Dokos
Jean Louis writes: > Is there a way to change TODO state for intersection of headings, > for example, for some headings by tag to change the TODO state at > once? IIUC, you can use `org-map-entries` to apply the function `org-todo` (or a different function if you want) to a collection of nodes

Re: setting export_file_name during export

2023-01-10 Thread Nick Dokos
Leo Butler writes: >> >> So: if you insert >> >> :PROPERTIES: >> :EXPORT_FILE_NAME: lecture-1.pdf >> :END: >> > > Aha! Thank you very much. I had forgotten about using property > drawers. It would be a simple matter to create a filter to insert that > property drawer under the heading

Re: Syntax question: What is BORDER in 4.17. Text Markup?

2022-12-07 Thread Nick Dokos
Jens Lechtenboerger writes: > Actually, what about this? Get rid of both, BORDER and BODY, and > specify CONTENTS as follows: > “Either a string (when MARKER represents code or verbatim) or a > series of objects from the standard set, not spanning more than > three lines. In any case,

Re: Supress title on html export

2022-12-02 Thread Nick Dokos
Galaxy Being writes: > BTW, this would seem to suggest org-mode has some built-in "master > CSS". Or, how does org-mode know about the class/ID .title? In my > case, I use my own CSS that I put in the header, and yes, it has a > .title. Still, how does bare-bones default html export know about >

Re: [BUG] Clipboard text pasted in two windows with a cloned buffer [9.6-pre ( @ /home/chomwitt/.config/emacs/elpa/org-9.6pre0.20221110.85807/)]

2022-11-30 Thread Nick Dokos
Alexandros Prekates writes: > On Mon, 28 Nov 2022 10:28:41 + > Alexandros Prekates wrote: > > I come across another case : > > > WINDOW A -- WINDOW B - > * FOO1 * FOO1 > ** goo2 ** goo2 > **

Re: How ro delete DONE attemps

2022-10-25 Thread Nick Dokos
Renato Pontefice writes: > Hi, > I’m wondering how can I delete, on my .org file, the line that have: > - an old Timestamp (i.e. if I set a thing to be done today (<2022-10-24 Mon > 17:26>) > - a TODO item (always with a past date) <2022-10-24 Mon 17:26> > > That to have a more clean .org file.

Re: org-encode-time bug

2022-07-25 Thread Nick Dokos
Ihor Radchenko writes: > Morgan Smith writes: > >> I'm using emacs from commit f258f67 (quite recent) and org from commit >> 39005dc (quite recent). >> >> I'm using native compilation and PGTK. > >> Debugger entered--Lisp error: (invalid-function org-encode-time) >> org-encode-time((0 0 0 21

Re: The fate of ob-asymptote.el

2022-07-20 Thread Nick Dokos
Jarmo Hurri writes: > ... > > I would like ob-asymptote.el to be brought back. If there is something I > can do to help, I will be glad to do so. > All you have to do is volunteer to maintain it. Let Bastien know: he will assign you the maintenance of the file and all the asymptote users will

Re: [PATCH] org-lint: Fix invocation with C-u prefix argument

2022-06-08 Thread Nick Dokos
On 6/8/22 09:30, Ihor Radchenko wrote: Nick Dokos writes: LGTM! Is there any reason you did not push the patch upstream yourself? ISTR I used to have push access to the repo, but in some repo move I think I've lost it and I've never arranged to get it back. At least, I *think

Re: [PATCH] org-lint: Fix invocation with C-u prefix argument

2022-06-06 Thread Nick Dokos
Ihor Radchenko writes: > Nick Dokos writes: > >> `C-u M-x org-lint' was failing to run any checkers, no matter what >> category was chosen, because the calculation of the list of checkers >> always returned `nil'. > > LGTM! Is there any reason you did not pu

[PATCH] org-lint: Fix invocation with C-u prefix argument

2022-06-01 Thread Nick Dokos
`C-u M-x org-lint' was failing to run any checkers, no matter what category was chosen, because the calculation of the list of checkers always returned `nil'. >From b55162adf1250980ad0f42423832aa1aa1045d30 Mon Sep 17 00:00:00 2001 From: Nick Dokos Date: Wed, 1 Jun 2022 12:28:23 -0400 Subj

Re: how to export an org file, to 2 different locations (in to different formats)

2022-05-31 Thread Nick Dokos
Uwe Brauer writes: > Hi > > Currently I use > #+EXPORT_FILE_NAME: /home/oub/Desktop/some-stuff.html > > To export my org file in html format to that location. > > But I would also like to export it as a latex file to a different > location, without modifying the above line, or to be more

Re: Change of behavior of org-meta-return in 9.6/DoomEmacs?

2022-05-18 Thread Nick Dokos
Guillaume MULLER writes: > Hi, > > I noticed that hitting Meta-Return in org in Doom does not behave as > in Vanilla Emacs. If I have (with <> being the cursor): > > * outline 1 > ** outline 2 > + no<>te1 > + note2 > > In Vanilla Emacs, hitting M-Ret (i.e. calling org-meta-return) resulted

Re: [BUG] - Statistics cookie is part of the org heading title

2022-05-04 Thread Nick Dokos
Fabian writes: > Hi everybody, > > I would like to report his behaviour as a bug: A crucial piece of information is missing here: this concerns the behavior of the function `org-heading-components'. > > Example: > > * Some Heading Title [0/1] ;; cursor in this line when

Re: Org as a workspace (an impromptu reflection)

2022-05-02 Thread Nick Dokos
Juan Manuel Macías writes: > With Org something curious has happened. I've gotten used to working > around nodes (regardless of what documents those nodes are in), rather > than around folders or files. Little by little, a kind of virtual world > of ideas, objects, etc., all intertwined with

Re: [BUG] org-mode #+SETUPFILE not working with properties [9.5.2 (release_9.5.2-378-g98588e @ /home/eros/src/org-mode/lisp/)]

2022-05-02 Thread Nick Dokos
Ihor Radchenko writes: > Eros Zaupa writes: > >> I would like to move the properties drawer to a separate file and import it >> into the main one. To do so I'm using the `#SETUPFILE` property suggested >> [here][1], but this doesn't seem to work. > > Confirmed. > Though I am not 100% sure. > >

Re: Name the different types of links in an org file

2022-04-27 Thread Nick Dokos
c.bu...@posteo.jp writes: > Hello, > > I just want to find the correct terms of the different types of links > an org file can have. This is not only about orgmode but orgroam > (version 1 and 2) also. > > 1. Hyperlinks > Example: [[https://foo.bar][Link description]] > This links can also point

[PATCH] Add missing `provide' in ob-octave test

2022-04-26 Thread Nick Dokos
7452e639a Mon Sep 17 00:00:00 2001 From: Nick Dokos Date: Tue, 15 Mar 2022 12:33:52 -0400 Subject: [PATCH] test-ob-octave: Add missing `provide' --- testing/lisp/test-ob-octave.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/lisp/test-ob-octave.el b/testing/lisp/test-ob-oc

Re: [PATCH] Fix examples of clock tables in the manual

2022-04-26 Thread Nick Dokos
Ihor Radchenko writes: > Nick Dokos writes: > >> The syntax is: >> >>    #+BEGIN: clocktable ... >>    #+END: >> >> There is no `clocktable' after `#+END:'. > > Thanks for the patch! Could you please follow the commit summary > conv

[PATCH] Fix examples of clock tables in the manual

2022-04-26 Thread Nick Dokos
The syntax is:    #+BEGIN: clocktable ...    #+END: There is no `clocktable' after `#+END:'. ---  doc/org-manual.org | 12 ++--  1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index af54dc4e87f9..6768ca98dd7f 100644 ---

Re: [BUG] Dynamic blocks not recognized by org-element

2022-04-26 Thread Nick Dokos
On 4/26/22 03:14, Ihor Radchenko wrote: It is to be expected. Dynamic block syntax is the following (see manual): #+BEGIN: dynamic_block_name [args] ... #+END: You should not put dynamic block name after #+END: Thanks! I cut-and-pasted out of the documentation, so it is a doc bug instead:

[BUG] Dynamic blocks not recognized by org-element

2022-04-26 Thread Nick Dokos
Starting with `emacs -Q', I create a simple file with the following contents: --8<---cut here---start->8--- * Clocktable #+BEGIN: clocktable :maxlevel 3 :emphasize nil :scope file #+END: clocktable --8<---cut

Re: Bug: Order of drawers is important [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.3/lisp/org/)]

2022-04-18 Thread Nick Dokos
Olaf Dietsche writes: > thank you for the link to the org-repair-property-drawers function. > This seems much more useful than the non-working "repair" of > org-set-property. > In addition, I expect (but have not tested) that `M-x org-lint` might be helpful here and in similar situations. --

[BUG] Test failure: testing/lisp/test-ob-octave.el is missing a `provide'

2022-03-15 Thread Nick Dokos
That stopped the `make test' cold with a backtrace. Bug fix attached. >From 0d7f1b77dfa5cf3f755ea5d3b08943ec696f8bbf Mon Sep 17 00:00:00 2001 From: Nick Dokos Date: Tue, 15 Mar 2022 12:33:52 -0400 Subject: [PATCH] test-ob-octave: Add missing `provide' --- testing/lisp/test-ob-octave.el

Re: Export (to `LaTeX`) `~⟨code snippet⟩~` into `\lstinline+⟨code snippet⟩+` (just as does `src_⟨language⟩{⟨code snippet⟩}`)

2022-03-11 Thread Nick Dokos
Hi Denis, Denis Bitouzé writes: > Hi, > > here is a feature request about the LaTeX export (another one: the > previous mine, https://list.orgmode.org/87zgmda67z@example.com/, > sadly didn't get any answer). > > With `(setq org-latex-listings t)`, `src_⟨language⟩{⟨code snippet⟩}` is >

Re: Cannot link to files with no extension

2022-03-10 Thread Nick Dokos
Nick Dokos writes: > Check also the value of the system-specific variable > `org-file-apps-{gnus,windowsnt,macos}' - whichever is applcible to your > case. That should be `org-file-apps-{gnu,windowsnt,macos}'. -- Nick "There are only two hard problems in computer science: cach

Re: Cannot link to files with no extension

2022-03-10 Thread Nick Dokos
Colin Baxter writes: > 6. In a.org enter [[file:./z][This is file z]] and save. > > 7. Click on the link. > > 8. Message "Running less in /path/to/z ... done", but link does not >open. > This sounds like your `org-file-apps' is funny. What is its value? Check also the value of the

Re: ox-publish: Some starting problems

2022-03-10 Thread Nick Dokos
[Answers to some of the questions inline] c.bu...@posteo.jp writes: > 1. Is this mailing list the right place to discuss ox-publish > related topics? The ox-publish.el only contains two e-mail > addresses? > Yes. > 2. Because ox-publish is skipping "unmodified files" I deleted all > HTML

[PATCH] Fix typo in org-todo-list doc string

2022-03-07 Thread Nick Dokos
Tiny typo fix attached. From 524e7d8610f42908202a9cbde727ad06c36ae706 Mon Sep 17 00:00:00 2001 From: Nick Dokos Date: Mon, 7 Mar 2022 13:11:50 -0500 Subject: [PATCH] Fix typo in doc string * lisp/org-agenda.el (org-todo-list): Fix typo in doc string. --- lisp/org-agenda.el | 2 +- 1 file

Re: Lisp error: (void-function org-element-keyword-parser)

2021-10-25 Thread Nick Dokos
Eric S Fraga writes: > On Thursday, 21 Oct 2021 at 20:54, William Denton wrote: >> With my usual set up, I can get things working except that any Org files >> initially loaded up aren't recognized as Org, but if I run =M-x org-mode= it >> all >> kicks in. > > For the record, I have had this

Re: Inequalities in math blocks

2021-10-11 Thread Nick Dokos
Rudolf Adamkovič writes: > Max Nikulin writes: > >> Though I am a bit surprised that Org did not replace characters to >> and during export. Perhaps, it is possible to define a >> filter. > > That makes sense, and thank you for the explanation. Ignoring the dead > link in the Org manual, I

Re: 9.5: coping with loss of ditaa.jar

2021-10-11 Thread Nick Dokos
Tim Cross writes: > Another alternative which I just found is the ditaa version on github, > which has SVG support. See https://github.com/stathissideris/ditaa. If > you click on the 'release' link on the right, there is the most recent > release, which includes a link to a standalone ditaa.jar

Re: Switching to new Git repositories

2021-09-23 Thread Nick Dokos
FWIW, I get $ git remote -v upstreamhttps://git.savannah.gnu.org/git/emacs/org-mode.git (fetch) upstreamhttps://git.savannah.gnu.org/git/emacs/org-mode.git (push) $ git tag | wc -l 386 Maybe do $ git remote update $ git rebase and try again? -- Nick "There are only two hard

Re: org-table-toggle-column-width turn on for either all tables

2021-09-10 Thread Nick Dokos
Uwe Brauer writes: > Hi > > I find > > (org-table-toggle-column-width ARG) > > Very very useful, but in the current org version I have to toggle this > for each and every table. > > So I was wondering, when opening an org file > > 1. Would it be possible to have all tables in an org-file

Re: [PATCH] Fix match/maxlevel conflict in colview dynblock

2021-08-31 Thread Nick Dokos
Timothy writes: > Hi Nick, > > Thanks for reporting this issue here, and providing a patch. Unfortunately the > “main maintainers” seem to be rather busy as of late, leaving you hanging for > quite a while. I’ve had a look at the issue and your patch, and it the issue > seems clear, and your

Re: Org table: emphasizing calculated cell

2021-08-27 Thread Nick Dokos
Jarmo Hurri writes: > Greetings Norwid. > > Norwid Behrnd writes: > >> try extending the format of the table formula with asterisks, i.e. >> >> ``` >> | quantity | value | >> |--+| >> | A| 1 | >> | B| 3 | >> |--+| >> | *C* | *0.33*

Re: ob-lilypond.el doesn't generate midi files

2021-08-27 Thread Nick Dokos
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 wrote: >> >> >> >> Hi >> >> >> >> On 26 Aug 2021,

Re: ob-lilypond.el doesn't generate midi files

2021-08-26 Thread Nick Dokos
Michael Maurer writes: > 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 fine,

Re: I can't find "org-latex-toc-command"

2021-08-25 Thread Nick Dokos
Ypo writes: > Hi. I was trying to add a break-line after the TOC. I've search for > some help, and I found this: (setq org-latex-toc-command > "\\tableofcontents \\clearpage"). But, it seems > org-latex-toc-command doesn't exist anymore? I can't find it, but > since I am quite newbie, I am not

Re: Repeating task not repeating

2021-08-18 Thread Nick Dokos
Do `M-x org-lint` on your agenda files. It may not solve this problem, but it's always worth trying first, since it's so easy - and it may find other problems that you are unaware of. -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one

Re: Bug: refreshing agenda moves all lines up [9.4.6 (9.4.6-12-gdcc3a8-elpa @ /Users/pu/.emacs.d/elpa/org-20210802/)]

2021-08-10 Thread Nick Dokos
p...@disroot.org writes: > Hello everybody, > > my first bug report so I hope this is useful. > > Since the last org-mode update, whenever I press "r" to refresh my customised > agenda view (org-agenda-redo), > the whole buffer moves up by 1 line, which hasn't been the case until now. > This

Re: Bug: org-clock-report tag matching seems to be broken [9.1.9 (release_9.1.9-65-g5e4542 @ c:/Users/user/emacs-26.3-x86_64/share/emacs/26.3/lisp/org/)]

2021-08-10 Thread Nick Dokos
"Lewalder, Sebastian" via "General discussions about Org-mode." writes: > I recently updated my packages and after the update the clock tables are > > not working anymore. I reran an report from june and here too the > > matching didn't work anymore. > > #+BEGIN: clocktable :scope file

Re: Bug: :match filter fails on columnview dblock when :maxlevel present [9.4.6 (9.4.6-gab9f2a @ /Users/pabfr/.emacs.d/elpa/org-9.4.6/)]

2021-07-27 Thread Nick Dokos
I have submitted a patch to allow both match and maxlevel to be specified: https://orgmode.org/list/87h7h0w5nz@alphaville.usersys.redhat.com/ but it has not been reviewed, tested or merged yet. Maybe you can test it and report? That should help move it forward. -- Nick "There are only

Re: a repeater doesn't increment

2021-07-27 Thread Nick Dokos
er Turmerick >Deadline: <8-30-2021 +8w> > > On Thu, 22 Jul 2021, Nick Dokos wrote: > >> Jude DaShiell writes: >> >> > Does enough material exist on werg tutorials that document how to get a >> > repeater operational? That or maybe I don't unde

Re: a repeater doesn't increment

2021-07-22 Thread Nick Dokos
Jude DaShiell writes: > Does enough material exist on werg tutorials that document how to get a > repeater operational? That or maybe I don't understand repeaters. Had > the repeater I tried to use worked correctly it would have advanced the > original date by 4 weeks when that date got copied

Re: what would cause failure in template for org capture?

2021-07-21 Thread Nick Dokos
Eric S Fraga writes: > Hello all, > > I am getting this error message: > > org-capture: Capture abort: Unknown template placeholder: "%^G" > > when attempting to capture a task using this template: > > #+begin_src emacs-lisp > (add-to-list 'org-capture-templates >'("t" >

Re: convert subtree or nested list to table

2021-07-20 Thread Nick Dokos
Matt Price writes: > Christian et al, > > I seem to have broken something while fiddling around and I can't quite make > out what.  Would someone be willing to check for me whether this does or does > not produce the desired full table? Right now I am again getting a truncated > result and

Re: [PATCH] ob-core: tangle check library of babel after current buffer

2021-07-17 Thread Nick Dokos
Tom Gillespie writes: > Pinging on this to see if anyone can test it so that it can be merged. > Tom > > On Wed, Jun 16, 2021 at 4:29 PM Tom Gillespie wrote: >> >> Hi, >>This is a patch that fixes tangling behavior when a block has been >> ingested into the library of babel and then

[PATCH] Fix match/maxlevel conflict in colview dynblock

2021-07-11 Thread Nick Dokos
-on-properties-or-tags -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler >From 8bcff482e59c24758f87b9b5cdef3bc123dc12f8 Mon Sep 17 00:00:00 2001 From: Nick Dokos Date: Sun, 11 Jul 2021 22:30:22

Re: breakpoint in debugging org-table formulas

2021-07-08 Thread Nick Dokos
Uwe Brauer writes: > Hi > > I just started to use the formula debugger > (org-table-toggle-formula-debugger) which is quite nice. > > However for large tables with a lot of rows it would be more > convenient to use breakpoints and not start just in the first row. > > I can't find any reference

Re: how to document/comment a complex org table formula

2021-07-08 Thread Nick Dokos
Uwe Brauer writes: "GdaO" == General discussions about Org-mode writes: > >> Limbic answer : >> - create an emacs-lisp function doing what you want >> - comment /ad libitum/ >> - call this function in your spreadsheet. > > I hoped such a function already existed and somebody would

Re: table: problem with nan and if

2021-06-22 Thread Nick Dokos
Uwe Brauer writes: >> Uwe Brauer writes: > > >> I'm not very familiar with calc, but am wondering if the issue is the >> 'nan'. In many languages, a nan is a 'polluting' variable i.e. once you >> have a nan as a form anywhere in your calculation, the result will >> always be a nan. Many

Re: [BUG] org babel fails with matlab+python kernel on MacOS-10.15 [9.4.6 (release_9.4.6-541-g52b097 @ /Users/oub/emacs/site-lisp/packages/org/)]

2021-06-14 Thread Nick Dokos
Uwe Brauer writes: > >>> | ob-ipython--dump-error("Traceback (most recent call last):\n File >>> \"/Users/...") > > > >> This line seems to be the critical one in the error output. If you can >> expand out the full error message, it may elucidate what the problem is. > > This message drives

Re: LaTeX fragment preview weirdness

2021-06-02 Thread Nick Dokos
Scott Randby writes: > First, I'm using Emacs 27.2 and Org 9.4.6. > > I have the following code in an Org file: > > #+latex_header: > \hypersetup{pdfauthor={Author},pdftitle={Title},pdfsubject={Subject},pdfkeywords={keyword},pdfproducer={Emacs > Org},pdfcreator={pdflatex}} > #+latex_header:

Re: suggestion to change default org-latex-pdf-process to latexmk

2021-06-01 Thread Nick Dokos
"Bruce D'Arcus" writes: > While testing org-cite a few weeks ago, I noticed by default bibtex > won't run with natbib export, or biblatex with biblatex export. > > Since org has not had native citations, this is not surprising. > > But with org-cite coming soon, this will change. > > At the time

Re: Manual on web site is not the latest version

2021-05-17 Thread Nick Dokos
William Denton writes: > On 28 April 2021, Bastien wrote: > >> Do you still see differences between the doc/org-manual.org and the >> one published on https://orgmode.org/manual/ ? >> >> If so, please point at one or two differences. Thanks! > > Here's a late follow-up. Thanks for checking. >

Re: The fate of ditaa.jar (9.4.5.)

2021-05-10 Thread Nick Dokos
Jarmo Hurri writes: > Greetings. > > I pulled the latest master and noticed that contrib has been moved into > a separate repository. I also cloned this contrib repository, but can > not find the file > > scripts/ditaa.jar > > in the repo. In fact, there is no directory scripts in the repo. > >

Re: publishing does not work anymore

2021-05-06 Thread Nick Dokos
Giuseppe Lipari writes: > (setq org-publish-project-alist >    '(("fil-web" >       :base-directory "./" >       :base-extension "org" >       :publishing-directory "./" >       :preparation-function update-all-dblocks-before-exporting >       :publishing-function org-html-publish-to-html >    

Re: Programmatically set TODO labels per file?

2021-04-29 Thread Nick Dokos
Arthur Miller writes: > I have a simple question, but I wasn't able to find answer on the web, > so finally I'll try my luck here. > > I know I can setq org-todo-keywords with a list '((sequence "TODO" > DONE")), as an example. But what variable is used for per-file keywords? > Once that are

Re: splot and #+PLOT keyword

2021-04-28 Thread Nick Dokos
Eric S Fraga writes: > Hello, > > a question/problem regarding the #+plot: keyword. > > I am trying to plot out some data where the table looks like this: > > #+begin_src org > ,#+plot: ind:(6 7) deps:(1) with:"linespoints pt 7" set:"logscale xy" > type:3d > | 1 | 81 | 5 | 0

Re: Bug: org-columns--compute-spec tries to set CLOCKSUM property [9.4.4 (release_9.4.4-231-gf46925 @ /home/nick/elisp/org-mode/lisp/)]

2021-04-09 Thread Nick Dokos
Nicolas Goaziou writes: >> | ITEM | CLOCKSUM | >> |---+--| >> | Goal 3| 2:11 | >> |---+--| >> | Task 1| 2:11 | >> |---+--| >> | Subtask 1 | 1:00 | >> #+END >> --8<---cut

Re: Bug: Display Inline Images from Subdirectory [9.4.4 (9.4.4-33-g5450d6-elpaplus @ /home/ded/.emacs.d/elpa/org-plus-contrib-20210322/)]

2021-04-06 Thread Nick Dokos
"Daniel E. Doherty" writes: > I have a hook function (cribbed from Emacs Stack Exchange) to re-display > inline images in the current subtree after execution of a source block > if the header argument contains, ':results graphics'. As its last > action, it calls: > >

Re: "#+STARTUP: hideblocks" has no effect?

2021-04-06 Thread Nick Dokos
autofrettage writes: > I recently read about the #+STARTUP parameter "hideblocks", but it > doesn't seem to have any effect in my set-up. All the blocks kept > laughing straight in my face. :-( > > Any ideas about what could have gone wrong? > > I use Org Mode 9.4.5 with Emacs 26.3, and I also

Bug: org-columns--compute-spec tries to set CLOCKSUM property [9.4.4 (release_9.4.4-231-gf46925 @ /home/nick/elisp/org-mode/lisp/)]

2021-04-05 Thread Nick Dokos
The following MWE illustrates: --8<---cut here---start->8--- #+COLUMNS: %25ITEM %6CLOCKSUM{:} * Goal 3 :PROPERTIES: :ID: goal_3 :END: #+BEGIN: columnview :hlines 4 :id goal_3 :maxlevel 3 #+END ** TODO Task 1 :LOGBOOK: CLOCK: [2020-01-26

Re: How to get shell source blocks to read my profile?

2021-03-16 Thread Nick Dokos
George Mauer writes: > I understand why you say that maxim but testing that this worked was the > first thing I did > and it does work. I was surprised as well. I haven't debugged all the way > into the eval > functions to see why this works but my guess is that the authors were pretty >

Re: Problems while trying to load feature

2021-03-16 Thread Nick Dokos
"Charles R (Charlie) Martin" writes: > This is a problem I’ve noticed as well. Now, I am a programmer — my > code or it’s descendants is still in the distribution — I do update > org mode regularly, and I get messages when I start up Emacs about > Org mode files that can’t be loaded. I wouldn’t

Re: Problems while trying to load feature

2021-03-15 Thread Nick Dokos
The renaming was e.g org-bbdb to ol-bbdb, *NOT* to ol-org-bbdb. Similarly for all the rest: you won't find any of them in any installation. -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler

Re: org to beamer structure not working

2021-03-15 Thread Nick Dokos
Luca Ferrari writes: > On Mon, Mar 8, 2021 at 4:29 PM Eric S Fraga wrote: >> >> How are you actually exporting? Are you choosing a beamer export option >> as it looks like article LaTeX output. Your settings look fine >> otherwise. > > Shame on me! I was exporting it as latex-pdf file (C-c

Re: Bug: linking to <> requests tags table [9.4.4 ( @ /home/arne/.guix-profile/share/emacs/site-lisp/)]

2021-02-17 Thread Nick Dokos
"Dr. Arne Babenhauserheide" writes: > > Following the manual at Hyperlinks Node: Internal Links > > 1. one item > 2. <>another item > Here we refer to item [[target]]. > > And then using C-c C-o on [[target]] I get the prompt in the minibuffer > “Visit tags table (default TAGS)”

Re: Where has the manual on one html page gone?

2021-02-15 Thread Nick Dokos
Christine Köhn writes: > Hi, > > I always used the manual online as one html page but it does not seem to > be available since (?) the website revamp. I prefer the manual as one > page for many reasons. Is it still available online? > I've always used the one-page per section version on the web

Re: Get =#+RESULTS= without re-evaluating source code block?

2021-02-02 Thread Nick Dokos
John Kitchin writes: > I discovered that it matters a lot which block you cache. You have to > cache the long running block. I had put cache on the block with noweb > expansion, and then the long running block still runs every time. That > was a surprise to me, since nothing was changing in that

Re: [Bug] org-version returns empty string when called uninteractively [9.4]

2021-01-26 Thread Nick Dokos
Jean-Léon HENRY writes: > Hi, > > I just upgraded org to 9.4.4 and org-version is returning an empty string > when called > unineractively. More precisely > > I started emacs with : emacs -Q -l minimal-org.el > Contents of minimal-org.el : > > ; > ;;; Minimal setup

Re: Inserting LaTex expressions using a filter fails

2021-01-05 Thread Nick Dokos
Mart van de Wege writes: > I'm trying to replace U+00BD in an org buffer with \sfrac{1}{2} during > export to LaTex, and obviously I'm doing something wrong, or I don't > understand the documentation. > > I use the following code to set up the filter: > > #+BIND: org-export-filter-item-functions

Re: Bug: org-element does not recognize table.el tables [9.4 (release_9.4-53-g23f941 @ /home/nick/elisp/org-mode/lisp/)]

2021-01-04 Thread Nick Dokos
Nicolas Goaziou writes: > Hello, > > Nick Dokos writes: > > [...] > >> Evaluating `(org-element-at-point)' returns `(paragraph ...)' all along >> the top line and `(table ( :type org ))' when the cursor is at >> the beginning of the `a b c' line

Re: Bug: org-element does not recognize table.el tables [9.4 (release_9.4-53-g23f941 @ /home/nick/elisp/org-mode/lisp/)]

2020-12-22 Thread Nick Dokos
Bastien writes: > Hi Nick, > > Nick Dokos writes: > >> Consider an Org mode file with a table.el table (which I made by >> first constructing an Org mode table and then usind `C-c ~' to >> convert it): > > Would it be so bad if org-mode decides to stop supp

Re: Bug: org-element does not recognize table.el tables [9.4 (release_9.4-53-g23f941 @ /home/nick/elisp/org-mode/lisp/)]

2020-12-21 Thread Nick Dokos
Hi Bastien, Bastien writes: > Would it be so bad if org-mode decides to stop supporting table.el tables? > I don't use table.el tables so it's easy for me to say "Get rid of them" - but there may be objections :-) > I don't see the benefit of supporting both Org tables and tables.el tables,

Re: Selecting a date to show on the agenda with time grids

2020-12-21 Thread Nick Dokos
Christopher Dimech writes: > Dear Compeers, > > I able to run the command > > (org-agenda-list nil (org-read-date)) > > to select the date and get the week for the agenda. > > But I would like the grid marks for the selected date to show up > together with the list of appointments in the time

  1   2   3   4   5   6   7   8   9   10   >