[Feature Request] Adding custom indices for Texinfo export (and maybe unaffiliated dual-value keywords?)

2025-02-22 Thread General discussions about Org-mode.
Hello, Texinfo allows one to create new named indices using `@defindex NAME`, which can then be used via `@NAMEindex`. I have been experimenting with different ways of supporting this. I have learned how to add an option `TEXINFO_ADDITIONAL_INDEXES` that can be used to create multiple uses of

[BUG] 30.1; regression to 29.4 org-mode wrong-type-argument number-or-marker-p nil [9.7.11 (release_9.7.11 @ /usr/share/emacs/30.1/lisp/org/)]

2025-02-20 Thread General discussions about Org-mode.
If I run "emacs -Q" and then eval such config: ``` (setq use-package-verbose t) (use-package org :commands (org-capture org-agenda) :hook (org-mode . flyspell-mode) :config (message "Running :config of org-mode") (setq org-startup-folded t) (setq org-edit-src-c

problem in sorting headings that start with timestamps

2025-02-08 Thread General discussions about Org-mode.
Hi I am not sure this is a feature or a bug. Consider the following --8<---cut here---start->8--- * Test 1 ** <2025-02-08 09:46> First ** <2025-02-08 09:51> All --8<---cut here---end--->8--- If I run `org-sort` the head

Re: insert a header and automatically a timestamp with date/time

2025-02-03 Thread General discussions about Org-mode.
> On 2025-02-02 21:02, Uwe Brauer via General discussions about > Org-mode. wrote: > I'm glad it works for you :) > You need a parent entry (see how I added example). From that parent > entry, do M-x org-sort and select alphanumeric (a), and that sorts > fine the timest

Re: insert a header and automatically a timestamp with date/time

2025-02-02 Thread General discussions about Org-mode.
> On 2025-02-02 08:38, Uwe Brauer via General discussions about Org-mode. > wrote: > Yes :D >   but let's keep the discussion in the mailinglist in English so other > people can participate, or benefit from it Sure! > In fact you don't need ~my/get-inactive-t

Re: insert a header and automatically a timestamp with date/time

2025-02-01 Thread General discussions about Org-mode.
> On 2025-02-01 18:43, Uwe Brauer via General discussions about Org-mode. > wrote: > Yes, I speak Spanish :) Vale, entendido (supongo que eres español, porque usas la palabra movil, ¿correcto?) > To generate dates as you said, you can use the following code [0], on > ~ma

Re: insert a header and automatically a timestamp with date/time

2025-02-01 Thread General discussions about Org-mode.
>>> "GdaO" == General discussions about Org-mode writes: > On 2025-02-01 08:55, Uwe Brauer via General discussions about > Org-mode. wrote: >> Is there any way to insert a header and automatically a timestamp with >> date/time? >> >> I can wr

Re: insert a header and automatically a timestamp with date/time

2025-02-01 Thread General discussions about Org-mode.
On 2025-02-01 08:55, Uwe Brauer via General discussions about Org-mode. wrote: Is there any way to insert a header and automatically a timestamp with date/time? I can write me a small function doing this and bind it to some unused key, but is there a more general/elegant way I just miss? Hi

insert a header and automatically a timestamp with date/time

2025-02-01 Thread General discussions about Org-mode.
Hi Is there any way to insert a header and automatically a timestamp with date/time? I can write me a small function doing this and bind it to some unused key, but is there a more general/elegant way I just miss? Thanks Uwe Brauer

Problems using completion with group of tags and regexp

2025-01-31 Thread General discussions about Org-mode.
Hello, If I use a group of tags, like #+TAGS: [ ORG : {.+ORG} ], when I use C-c C-c for autocompletion, it gives me strange candidates. For example, it doesn't offer the tags I'm using in the buffer, and instead, it offers others like: :endgrouptag, :startgrouptag, :grouptags, :ORG, :{.+ORG}. V

Re: [BLOG] #15 [[bbb:OrgMeetup]] on Wed, Jan 8, 19:00 UTC+3

2025-01-30 Thread General discussions about Org-mode.
its in filtering (sparse-tree), searching and narrowing Thank you for conducting and providing us information on org mode. -- Zororg

Re: ox-reveal

2025-01-22 Thread General discussions about Org-mode.
Sébastien Gendre writes: > Ihor Radchenko writes: >> It can be discussed, but you may get more answers at >> https://github.com/yjwen/org-reveal - that's where melpa points to (see >> https://melpa.org/#/ox-reveal) > > Ah, when I searched on DuckDuckGo for ox-reveal, I got another one with > no

Re: ob-haskell support for haskell-ts-mode?

2025-01-19 Thread General discussions about Org-mode.
On 19 January 2025 3:45:05 pm GMT+05:30, Ihor Radchenko wrote: >Pranshu writes: > >> I think being able to customise the run-haskell function and the haskell >> buffer name should be enough, since they both use comit > >No, it is not. >We use `haskell-mode', `run-haskell', `inferior-haskell-loa

Re: ob-haskell support for haskell-ts-mode?

2025-01-19 Thread General discussions about Org-mode.
On 19 January 2025 3:32:33 pm GMT+05:30, Ihor Radchenko wrote: >Pranshu writes: > >> Just uninstall haskell mode, restart emacs, execute babel haskell code block >> without session and see what happens. > >Ok. I see what happens. haskell-mode is not required only in a single >scenario - when :c

Re: ob-haskell support for haskell-ts-mode?

2025-01-19 Thread General discussions about Org-mode.
On 19 January 2025 2:57:20 pm GMT+05:30, Ihor Radchenko wrote: >Pranshu writes: > >>>AFAIU, it is not strictly required, unless you need session support. >>>If you do not use sessions, things should work without haskell-mode. >> >> When I tried to run code normally, without session, it still req

Re: ob-haskell support for haskell-ts-mode?

2025-01-19 Thread General discussions about Org-mode.
On 19 January 2025 1:52:28 pm GMT+05:30, Ihor Radchenko wrote: >Pranshu Sharma via "General discussions about Org-mode." > writes: > >> Can we also remove the requirment of haskell-mode to run code? > >AFAIU, it is not strictly required, unless you need sess

Re: The ob-R :results graphics file :dir "images" :file "plot.png" specified directory not working

2025-01-14 Thread General discussions about Org-mode.
On 2025-01-14 05:29, stardiviner wrote: I tested using org-mode's `make repro` clean Emacs & org-mode environment instance. It works fine. I double checked my Emacs init file about R settings. Have not found suspicious config. So to confirm, you *cannot* reproduce the error wit

Re: [BUG] Html making 'ltximg' directory in source folder, rather than out folder [9.7.11 (release_9.7.11 @ /home/pranshu/Documents/appsource/emacs/lisp/org/)]

2025-01-05 Thread General discussions about Org-mode.
Ihor Radchenko writes: > Ihor Radchenko writes: > >>> When doing: >>> (org-export-to-file 'html "~/new/path/thing.html") >>> and the file option has the path "~/other/path/file.org", the >>> 'ltximg' >>> directory is made in "~/other/path/", which is not intutive, or >>> useful >>> behaviour. >>

[BUG] Org-tempo doesn't respect indentation [9.7.11]

2025-01-03 Thread General discussions about Org-mode.
If i have some list: 1. oariseatnoarise ntoaris en 2. aoirsetnaorisetnoarisetn Then from the end of the second item use org-return, the pointer position is going to be indented like this: 1. oariseatnoarise ntoaris en 2. aoirsetnaorisetnoarisetn <--- pointer here Then if i try to expand an org

Re: [PATCH] ob-tangle: source blocks without language can be tangled

2025-01-02 Thread General discussions about Org-mode.
Ihor Radchenko writes: >>>> Why does the mailing list name me " via General discussions about >>>> Org-mode."? Is something not right with my subscription to the list? >>> >>> I suspect that it might be something to do with sending via n

[PATCH] ob-tangle: source blocks without language can be tangled

2025-01-01 Thread General discussions about Org-mode.
* lisp/ob-tangle.el: (org-babel-tangle-collect-blocks): source blocks without a language are not ignored anymore, if they inherit a src-tfile other than "yes" or "no". * lisp/ob-core.el: adapts the org-babel-src-block-regexp regular expression to make the language part of a source block optional. *

Re: [PATCH] ob-tangle: source blocks without language can be tangled

2025-01-01 Thread General discussions about Org-mode.
Ihor Radchenko writes: >> Also a tangential non-consequential question: >> Why does the mailing list name me " via General discussions about >> Org-mode."? Is something not right with my subscription to the list? > > I suspect that it might be something to do

Re: [PATCH] ob-tangle: source blocks without language can be tangled

2025-01-01 Thread General discussions about Org-mode.
Also a tangential non-consequential question: Why does the mailing list name me " via General discussions about Org-mode."? Is something not right with my subscription to the list?

Re: [PATCH] ob-tangle: source blocks without language can be tangled

2025-01-01 Thread General discussions about Org-mode.
Happy new year! Ihor Radchenko writes: > The patch looks good to me. Great to hear. > May I know if you have FSF copyright assignment? I don't have the FSF copyright assignment yet. I'll submit the form right away and keep you updated.

[PATCH] ob-tangle: source blocks without language can be tangled (was: [BUG] Inconsistent org-babel tangle behaviour)

2024-12-31 Thread General discussions about Org-mode.
* lisp/ob-tangle.el: (org-babel-tangle-collect-blocks): source blocks without a language are not not ignored anymore, if they inherit a src-tfile other than "yes" or "no". * lisp/ob-core.el: adapts the org-babel-src-block-regexp regular expression to make the language part of a source block optiona

[SOLVED] (was: org-capture-templates: how to automatically insert the mail body)

2024-12-28 Thread General discussions about Org-mode.
>>> "UB" == Uwe Brauer writes: > Hi > However the mail body is only included if I mark it before calling > org-capture. > Is there any function/variable I miss that would insert the body > automatically like > %:body I found a solution in https://orgmode.org/worg/org-contrib/org-mac-mail

[PATCH] doc/org-manual.org: Specify that tangling requires language identifier

2024-12-28 Thread General discussions about Org-mode.
TINYCHANGE --- See discussion "[BUG] Inconsistent org-babel tangle behaviour" doc/org-manual.org | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index 2d5fd57b3..7710bfe7e 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@

Re: [BUG] Inconsistent org-babel tangle behaviour

2024-12-28 Thread General discussions about Org-mode.
> Here, a language is actually specified. The language is ":tangle" (there > is nothing stopping anyone from creating a language name starting from > colon). I see. I just assumed that header arguments and switches were "recognized" and not considered as the language if placed positionally first

Re: [BUG] yank-media doesn't work

2024-12-26 Thread General discussions about Org-mode.
It gives this: [TIMESTAMP TARGETS SAVE_TARGETS MULTIPLE STRING UTF8_STRING TEXT chromium/x-source-url text/html text/plain text/plain\;charset=utf-8] Also, it works correctly if i switch from wayland to X11. On Thursday, December 19th, 2024 at 8:24, Visuwesh wrote: > [Monday December 16, 20

Re: save email(gnus) in org format

2024-12-25 Thread General discussions about Org-mode.
> Even I'm interested, I have to craft a way of saving things with org. > I noticed during Orgmeetup, yantar92 (Ihor, the Org maintainer) does > org-capture on mail. > Related config I found in config > (https://github.com/yantar92/emacs-config/blob/master/config.org#capture-mail-to-org-task)

Re: save email(gnus) in org format

2024-12-24 Thread General discussions about Org-mode.
> * Uwe Brauer via "General discussions about Org-mode. > [2024-12-20 20:12]: >> >> Hi >> >> Vanilla gnus offers to save single messages in the following format >> >> --8<---cut here---start->8--- >

Form feed characters break odt export

2024-12-20 Thread General discussions about Org-mode.
Tested on GNU Emacs 29.4 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.0) Org mode version 9.7.6 (9.7.6-7a4527 @ /home/joseph/.emacs.d/elpa/org-9.7.6/) I can export the following Org content to a .odt file, but the exported file cannot be opened ("Read Error. F

save email(gnus) in org format

2024-12-20 Thread General discussions about Org-mode.
Hi Vanilla gnus offers to save single messages in the following format --8<---cut here---start->8--- * gnus-summary-save-in-rmail (Rmail format) * gnus-summary-save-in-mail (Unix mail format) * gnus-summary-save-in-folder (MH folder) * gnus-summary-save-in-f

Re: Ignore Local Variables list in source blocks

2024-12-19 Thread General discussions about Org-mode.
Max Nikulin writes: > On 18/12/2024 11:13, Joseph Turner wrote: >> Is there a way to make Emacs ignore Local Variables lists which >> appear >> inside of source blocks? >> For example, is there a way to include the following content in an >> Org >> file without Emacs attempting to locally set foo

Re: [BUG] yank-media doesn't work

2024-12-16 Thread General discussions about Org-mode.
running emacs on wayland. > > > On Monday, December 16th, 2024 at 17:54, the_wurfkreuz > wrote: > > > > [திங்கள் டிசம்பர் 02, 2024] the_wurfkreuz via "General discussions about > Org-mode." wrote: > > > > > > > When using the yank-medi

Re: [BUG] yank-media doesn't work

2024-12-16 Thread General discussions about Org-mode.
17:54, the_wurfkreuz wrote: > > [திங்கள் டிசம்பர் 02, 2024] the_wurfkreuz via "General discussions about > > Org-mode." wrote: > > > > > When using the yank-media command to paste images, the results are > > > inconsistent. This issue persists

Re: [BUG] yank-media doesn't work

2024-12-16 Thread General discussions about Org-mode.
> [திங்கள் டிசம்பர் 02, 2024] the_wurfkreuz via "General discussions about > Org-mode." wrote: > > > When using the yank-media command to paste images, the results are > > inconsistent. This issue persists even when running Emacs with emacs > > -Q. &g

What's the proper way to define a recurring event

2024-12-14 Thread General discussions about Org-mode.
isn't there anymore, because it is now archived). So I guess this question is also a feature request: It would be nice if Org-mode could take into account "repeater" while implementing time ranges. If no repeater is set, the event/task will appear every day during the range, l

[BUG] Inconsistent org-babel tangle behaviour

2024-12-11 Thread General discussions about Org-mode.
ing with source code > Structure of Code Blocks] "When ‘’ identifier is omitted, the block also cannot have ‘’ and ‘’." but, to my knowledge, there is no mention regarding the fact that the headers assigned through the "header-args" property should not be applied if a bl

Link preview: Applying color filter based on current theme

2024-12-10 Thread General discussions about Org-mode.
Hi! I use a lot of simple hand-drawn sketches in my notes. Ideally, I'd like a setup where I could take a quick photo of these, and the crop and adjust saturation and contrast to the point where they appear as black pen lines on a white or transparent background. It would be perfect if I cou

[BUG] yank-media doesn't work

2024-12-02 Thread General discussions about Org-mode.
sing the "Copy Image" option generally works without issue.However, copying images using the command grim -g "$(slurp)" - | wl-copy or from Telegram often results in the aforementioned errors. Emacs : GNU Emacs 30.0.91 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.43,

Re: Contributing org-menu (using transient) to Orgmode?

2024-11-18 Thread General discussions about Org-mode.
rkflow well. I'm excited to follow up on this inclusion. I'd like to just plug few lists related to this topic. 1. https://list.orgmode.org/878qubw5uo.fsf@localhost/#r There was a discussion on transient for org mode, which seems positive to welcome this code. 2. htt

Re: Contributing org-menu (using transient) to Orgmode?

2024-11-18 Thread General discussions about Org-mode.
d to this topic. 1. https://list.orgmode.org/878qubw5uo.fsf@localhost/#r There was a discussion on transient for org mode, which seems positive to welcome this code. 2. https://list.orgmode.org/8734m28l9a@gmail.com/#r This is a long thread on org-cite via transient. (I'm n

[PATCH] Add alias for `org-insert-structure-template' using "block" term

2024-11-13 Thread General discussions about Org-mode.
Hello, Markup structures like "#+begin_src" and "#+being_quote" can be inserted using the command `org-insert-structure-template'. In much of the documentation, these structures are called "blocks", including the existing documentation for `org-insert-structure-template'. I personally found the n

ob-octave.el - org-babel-matlab-with-emacs-link

2024-10-24 Thread General discussions about Org-mode.
een matlab-mode, https://github.com/mathworks/Emacs-MATLAB-Mode and org so that people can create polished papers or thesis using org-mode babel and MATLAB. Thanks

[BUG] `org-format-outline-path` returns inproper `org-level-N` face for a heading if its level is not consequent from its parent heading.

2024-10-18 Thread General discussions about Org-mode.
edback.html#Feedback Your bug report will be posted to the Org mailing list. For example, in an org-mode buffer ``` * Heading level 1 *** Heading level 3 ; where the point is at ``` Run `(org-format-outline-path (org-get-o

Re: Elecrtic-pair-mode works incorrectly in code blocks

2024-10-11 Thread General discussions about Org-mode.
Quoting the reply: >> I confirm that it did not insert the closing bracket near those comment >> blocks. > So this is a bug that needs to fixed, isn't it? I'm not sure if this is bug or intended near comment block or how org handles/preserves the src block editing (indentation, pairs, other pr

Re: Elecrtic-pair-mode works incorrectly in code blocks

2024-10-10 Thread General discussions about Org-mode.
Hi the_wurfkreuz, I tried with the code block. I confirm that it did not insert the closing bracket near those comment blocks. But it did create pair brackets when I inserted after those 4 lines. > #+begin_src emacs-lisp ( ### No closing bracket here > ;; (if (eq major-mode &#x

Re: HELP: org-levels customization

2024-10-05 Thread General discussions about Org-mode.
this, #+begin_src elisp (set-face-attribute 'org-level-1 nil :height 1.5 :foreground "#b4befe") (set-face-attribute 'org-level-2 nil :height 1.4 :foreground "#f5deb5") #+end_src Again, if it works in emacs -Q or vanilla org-mode. You need to debug your init and theme. -- Best, Dilip

[SOLVED] (was: what does (json-readtable-error 47) mean (python, jupyter, matlab))

2024-10-02 Thread General discussions about Org-mode.
>>> "UB" == Uwe Brauer writes: > Hi, > I am using ob-ipython (which is a bit outdated) and I already opened an > issue at https://github.com/gregsexton/ob-ipython/issues/226 > However if someone knows how to deal with the (json-readtable-error 47) > error type, I would appreciate it. A solut

Re: [PATCH] Re: Summation of effort estimates in columnview dblock

2024-08-30 Thread General discussions about Org-mode.
Ihor Radchenko writes: > [...] > I'd start from a simplified description of what is happening, followed > by the example, and then formal definition. > > Otherwise, reading from top to button is still difficult. > [...] Here is another take: instead of the lengthy explanations I had offered prev

Re: [PATCH] Re: Summation of effort estimates in columnview dblock

2024-08-26 Thread General discussions about Org-mode.
Ihor Radchenko writes: > [...] >> +When using summary types for non-special properties like the >> +=Time_Estimate= column in the example, the collection of data for the >> ... >> +The following example illustrates how special, > > I'd start from a simplified description of what is happening, fol

[PATCH] Re: Summation of effort estimates in columnview dblock

2024-08-23 Thread General discussions about Org-mode.
Ping? (NOTE: Updated documentation patch below has one very minor typo fixed. END NOTE) >From 1a862dd5af174af480cedf35fbed94a7e4dfb69b Mon Sep 17 00:00:00 2001 From: Alexander Adolf Date: Sat, 17 Aug 2024 18:29:51 +0200 Subject: [PATCH] doc/org-manual.org: better explain columnview column summa

Re: Org-mode element API: How to extract link description

2024-08-22 Thread General discussions about Org-mode.
Ihor Radchenko writes: > Sébastien Gendre writes: > >> With the Org-mode element API, when I get an element of type "link", how >> do I extract the link description ? > [...] > Link description is considered to be link contents. > But do note that simple `o

Re: Summation of effort estimates in columnview dblock

2024-08-20 Thread General discussions about Org-mode.
Thanks for your comments! Ihor Radchenko writes: > [...] > Several comments: > > 1. Nitpick: siblings's (it is current Emacs grammar convention in the > manuals) Fixed. > 2. Please add some examples with illustration. Now, this description >feels too dense Having written International te

Re: Summation of effort estimates in columnview dblock

2024-08-17 Thread General discussions about Org-mode.
s way, attachments will remain accessible when opening symlinked Org file. When no attach dir exists, Org mode will still prefer creating it in the "default" directory - where the symlink is located. +*** improved description of how summary types in column definitions for columnview work +

Re: Summation of effort estimates in columnview dblock

2024-08-16 Thread General discussions about Org-mode.
Ihor Radchenko writes: > Alexander Adolf writes: > [...] >> Begin Quote - >> (54) >> If more than one summary type applies to the same property, the parent >> values are computed according to the first of them. >> -

BUG?: org-preview-latex-default-process: imagemagick: cannot use latexmk -f pdf

2024-08-15 Thread General discussions about Org-mode.
Hi I prefer to open a new thread for this. - I set org-preview-latex-default-process --8<---cut here---start->8--- org-preview-latex-default-process is a variable defined in ‘org.el’. Its value is ‘imagemagick’ --8<---cut here-

Re: org-latex-preview, pNiceArray (running latex twice)

2024-08-14 Thread General discussions about Org-mode.
> Uwe Brauer writes: > This is expected. > dvipng previews expect .dvi files, not .pdf. You must use > ("latexmk -f -latex -output-directory=%o %f") > Except that latex does not produce the desired result, which indicates > that you are using some very strange package that is not compatib

org-latex-preview, pNiceArray (running latex twice)

2024-08-12 Thread General discussions about Org-mode.
Hi Look a the following example --8<---cut here---start->8--- \begin{equation*} A^{0}= \begin{pNiceArray}{C|CCC}[margin] -m^{00}& 0 & 0 & 0\\ \hline 0 & \Block{3-3}{-m^{ab}}& &\\ 0 & & & \\ 0 & & & \\ \end{pNiceArray} \qquad A^{

Re: Summation of effort estimates in columnview dblock

2024-08-08 Thread General discussions about Org-mode.
Hello Ihor, Many thanks for your swift response. Ihor Radchenko writes: > Alexander Adolf via "General discussions about Org-mode." > writes: > >> I'm using Org 9.7.9, and I'm seeing behaviour of the (undocumented?) >> "%Effort" vs. "

Summation of effort estimates in columnview dblock

2024-08-07 Thread General discussions about Org-mode.
Dear Org Developers, I'm using Org 9.7.9, and I'm seeing behaviour of the (undocumented?) "%Effort" vs. "%Effort{:}" in the column view dblock, which confuses me. Consider this example: Begin Quote - #+BEGIN: columnview :maxlevel 1 :indent

Re: Using Org-mode for literate Emacs configuration with use-package

2024-07-27 Thread General discussions about Org-mode.
-package org :custom (org-ellipsis ".." "Some doc")) I'm interested in knowing others opinion, and how they use it. I use both emacs and nixos config in org-mode. https://github.com/idlip/d-nix/blob/gol-d/d-setup.org Other resource that uses a

[BUG] Org table alighment distorted with dates in links to headlines [9.7.7 (9.7.7-1ee080 @ /home/exot/Desktop/emacs-test/elpa/org-9.7.7/)]

2024-07-22 Thread General discussions about Org-mode.
rs) of 2024-06-30, modified by Debian Package: Org mode version 9.7.7 (9.7.7-1ee080 @ /home/exot/Desktop/emacs-test/elpa/org-9.7.7/) current state: == (setq org-link-elisp-confirm-function 'yes-or-no-p org-bibtex-headline-format-function 'org-bibtex-headline-format-default org-p

Re: [BUG] orgalist send bug

2024-06-18 Thread General discussions about Org-mode.
Hello, Rustom Mody writes: > I can confirm that with orgalist 1.15 the delete behavior has been > corrected -- Thanks! > The warning: > ⛔ Warning (org-element): ‘org-element-at-point’ cannot be used in non-Org > buffer # (text-mode) I think I fixed it in release freshly submitted release 1.16.

Re: [BUG] orgalist send bug

2024-06-17 Thread General discussions about Org-mode.
Hello, Ihor Radchenko writes: > I can reproduce. The problem is in > > ;; FIXME: Compatibility layer. Remove when > ;; we require at least Emacs 26.1. > (funcall (if (fboundp 'org-list-to-lisp) > 'org-list-t

[[SOLVED?]] (was: remote calls to tables and (empty entry, NAN))

2024-06-10 Thread General discussions about Org-mode.
>>> "UB" == Uwe Brauer writes: > Hi again >> Uwe Brauer writes: >> This works for me: >> #+TBLFM: $2=if(typeof(remote(table2, @@#$7)) == 12, string(""), >> remote(table2, @@#$7)); E > As you can see in the table2 the row Miller-and-Smith have been > interchanged and so the final table ends

Re: remote calls to tables and (empty entry, NAN)

2024-06-07 Thread General discussions about Org-mode.
> Hi, > Uwe Brauer writes: > This works for me: >#+TBLFM: $2=if(typeof(remote(table2, @@#$7)) == 12, string(""), > remote(table2, @@#$7)); E Thanks very much! > (everything is documented here: > > https://orgmode.org/manual/Formula-syntax-for-Calc.html#Formula-syntax-for-Calc > )

Re: Archive done tasks and preserve tree structure

2024-05-21 Thread General discussions about Org-mode.
Naresh Gurbuxani writes: > How can I get the archiving done to preserve tree structure of tasks? I've been using the solution in this gist comment for a while without issue: https://gist.github.com/Fuco1/e86fb5e0a5bb71ceafccedb5ca22fcfb?permalink_comment_id=3006243#gistcomment-3006243

Re: [PATCH] Add org-after-note-stored-hook

2024-05-20 Thread General discussions about Org-mode.
ot have a link - we usually do > not do it; (2) moved it under appropriate heading. > I also removed your example from the commit message as it is not the > best illustration (see my considerations above). > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=f3e306c73 &

Re: [PATCH] Add org-after-note-stored-hook

2024-05-12 Thread General discussions about Org-mode.
Ihor Radchenko writes: > Although, removing heading from inside > `org-after-todo-state-change-hook' is a bad idea - Org mode does not > expect the heading to disappear from under the cursor when this hook is > executed. I recommend using `org-trigger-hook' instead. T

Re: [PATCH] Add org-after-note-stored-hook

2024-05-09 Thread General discussions about Org-mode.
Hello, Is there anything wrong with the patch or with the proposition of adding a hook there? The first I'd like to know for doing better next time (or maybe correcting this one), the second to know if  I should stop using it. Thanks! Joris Joris Caravati writes: > Hello, > > I've been archi

Re: [BUG] Org parser error when removing latex preview [9.6.15 (release_9.6.15 @ /gnu/store/gnvv2a1nxfbibkm1wdxdv6bd6mhk4cf8-emacs-29.3/share/emacs/29.3/lisp/org/)]

2024-04-13 Thread General discussions about Org-mode.
> Then, it looks like a duplicate of > https://list.orgmode.org/orgmode/caedgbw4gmfmpt4-w6edrh7poapd5drarbtusfulrq7vbvtu...@mail.gmail.com/ > > There is no bug on the latest development version of Org mode (main). Sure! Thank you for pointing it out and helping with the resolutio

Re: [BUG] Org parser error when removing latex preview [9.6.15 (release_9.6.15 @ /gnu/store/gnvv2a1nxfbibkm1wdxdv6bd6mhk4cf8-emacs-29.3/share/emacs/29.3/lisp/org/)]

2024-04-13 Thread General discussions about Org-mode.
> I did the following: > > 1. Save your file to /tmp/ > 2. rm -rf /tmp/ltximg > 3. emacs-29 --version > GNU Emacs 29.3 > Copyright (C) 2024 Free Software Foundation, Inc. > > 4. emacs-29 -Q > 5. C-x C-f /tmp/tmp.org > 6. C-n > 7. C-c C-x C-l > 8. C-c C-x C-l > 9. I do not observe any warnings

Re: [BUG] Org parser error when removing latex preview [9.6.15 (release_9.6.15 @ /gnu/store/gnvv2a1nxfbibkm1wdxdv6bd6mhk4cf8-emacs-29.3/share/emacs/29.3/lisp/org/)]

2024-04-12 Thread General discussions about Org-mode.
> From: Ihor Radchenko > Date: Fri, 12 Apr 2024 18:24:17 + > > Anush V via "General discussions about Org-mode." > writes: > >> Below are the steps to replicate the issue: >> >> Start emacs by running "emacs --no-init". >> >

[BUG] Org parser error when removing latex preview [9.6.15 (release_9.6.15 @ /gnu/store/gnvv2a1nxfbibkm1wdxdv6bd6mhk4cf8-emacs-29.3/share/emacs/29.3/lisp/org/)]

2024-04-11 Thread General discussions about Org-mode.
e): org-element--cache: Org parser error in tmp.org::11. Resetting. The error was: (error "Invalid search bound (wrong side of point)") Backtrace: nil Please report this issue to the Org mode mailing list using M-x org-submit-bug-report. Running C-c C-x C-l again will not trigger t

[BUG] Org parser error Invalid search bound (wrong side of point) [9.7 (9.7-??-7a6bb0904 @ /Users/dougheadley/.config/emacs/.local/straight/build-29.2/org/)]

2024-02-16 Thread General discussions about Org-mode.
mbol-info() #() apply(# nil) timer-event-handler([t 0 0 50 nil #F616e6f6e796d6f75732d6c616d626461_anonymous_lambda_13> nil idle 0 nil]) " Please report this to Org mode mailing list (M-x org-submit-bug-report). Emacs : GNU Emacs 29.2 (build 2, x86_64-apple-darwin23.2.0, NS appkit-2487.30 Version 14.2.1 (Bu

Re: problems with templates and ID in properties

2024-02-02 Thread General discussions about Org-mode.
> Thanks for you answer > So that cannot be changed, do I understand correctly. > Thanks for trying it out, I suspect it is then my setting, I just looked > up the org-mode-hook > And I can't find any suspicious. I will try to eyeball my org-add-ons > files. > W

Re: problems with templates and ID in properties

2024-02-02 Thread General discussions about Org-mode.
plify the example, so that it can be reproduced > starting from emacs -Q? Thanks for trying it out, I suspect it is then my setting, I just looked up the org-mode-hook And I can't find any suspicious. I will try to eyeball my org-add-ons files. What command/variable could org-mode force to have

Re: org-->latex and beamer, avoid blocks

2024-01-18 Thread General discussions about Org-mode.
>>> "FE" == Fraga, Eric writes: > On Thursday, 18 Jan 2024 at 16:40, Uwe Brauer via "General discussions > about Org-mode." wrote: >> Any suggestion how to tell the converter not convert >> >> *** First step >> >> To a block?

export to latex (article) but with multicolums

2024-01-18 Thread General discussions about Org-mode.
Hello According to https://orgmode.org/worg/exporters/beamer/tutorial.html It is possible to have multicolumns in beamer. Now I am writing a bilingual text, and would have each language in a column. Is there any similar configuration possible for exporting to LaTeX (article)? Thanks and re

org-->latex and beamer, avoid blocks

2024-01-18 Thread General discussions about Org-mode.
Hi I have a longer documents with a lot of graphics, and the following setting: #+OPTIONS: H:2 So that ** Introduction Will be converted to a frame, while if converted to LaTeX (article) it will be converted to a subsection. Now I also have subsubsections like *** First step Containin

Re: problem with https://orgmode.org/manual/Results-of-Evaluation.html

2024-01-16 Thread General discussions about Org-mode.
>>> "IR" == Ihor Radchenko writes: > Uwe Brauer via "General discussions about Org-mode." > writes: >> #+NAME: many-cols >> | a | b | c | >> | d | e | f | >> | g | h | i | >> >> #+NAME: hline-please >>

Re: problem with https://orgmode.org/manual/Results-of-Evaluation.html

2024-01-15 Thread General discussions about Org-mode.
> Uwe Brauer via "General discussions about Org-mode." > writes: > No, this is because you customized `org-src-preserve-indentation' or > `org-edit-src-content-indentation', while the provided example only > works with default indentation settings. Python is

problem with https://orgmode.org/manual/Results-of-Evaluation.html

2024-01-15 Thread General discussions about Org-mode.
Hi I tried to use the examples of the above link #+NAME: many-cols | a | b | c | |---+---+---| | d | e | f | |---+---+---| | g | h | i | #+NAME: no-hline #+BEGIN_SRC python :var tab=many-cols :hlines no return tab #+END_SRC Now already the first failed: , | | File "", line 4 | r

org-table add hlines when import from csv, and regionwise

2024-01-14 Thread General discussions about Org-mode.
Hi Does anybody know about the following enhancements: 1. When importing from CSV all rows in the org table get a hline 2. Marking a some rows in a table, should then allow to insert htlines to each row in the marked region. Thanks Uwe Brauer -- I strongly condemn Hamas he

Re: Real-time, granular synchronization of .org files across devices?

2024-01-06 Thread General discussions about Org-mode.
> I use nextcloud to sync my org files, i.e. I have my own nextcloud > instance to sync my files between different computers > (laptop/PC/work/home). There are occasional file conflicts which have to > be solved, but rarely. Files are synchronised immediately on save (if > the devices are connect

Re: Real-time, granular synchronization of .org files across devices?

2024-01-06 Thread General discussions about Org-mode.
ss is not automatic but must be initiated by the user. Might rather go the git route at this point. The orgnote project looks really awesome. A synchronization server would greatly benefit Org Mode (However, if a CRDT based mechanism were ever to be implemented and a parser would be needed, I wonder

Real-time, granular synchronization of .org files across devices?

2024-01-04 Thread General discussions about Org-mode.
Hi, I've been using Emacs+Org Mode on my Linux and Android devices for some time now and have been encountering some little synchronization issues that have made it difficult for me to use Org as a task manager. I've encountered no big issues regarding long documents or note writing,

[PATCH] Add org-after-note-stored-hook

2024-01-02 Thread General discussions about Org-mode.
Hello, I've been archiving tasks automatically using `org-after-todo-state-change-hook' but I've been recently bit with a note (entering a todo state configured with '@') being placed where the task was before its archival. This patch aims to offer a way to defer the archival after the note is s

[BUG] Warnings pop-ups in the org buffer [9.6.13 ( @ /home/soumya/.emacs.d/elpa/org-9.6.13/)]

2023-12-15 Thread General discussions about Org-mode.
: nil Please report this to Org mode mailing list (M-x org-submit-bug-report)." Emacs : GNU Emacs 29.0.90 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.16.0) of 2023-05-11 Package: Org mode version 9.6.13 ( @ /home/soumya/.emacs.d/elpa/org-9.6.13/) current state: =

[BUG] Parser error: Invalid search bound (wrong side of point) [9.7 (9.7-??-e90a8a69a @ /home/user/.emacs.d/.local/straight/build-29.1/org/)]

2023-10-17 Thread General discussions about Org-mode.
Emacs  : GNU Emacs 29.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.24, cairo version 1.16.0)  of 2023-08-24 Package: Org mode version 9.7 (9.7-??-e90a8a69a @ /home/user/.emacs.d/.local/straight/build-29.1/org/) current state: == (setq  org-link-elisp-confirm-function

[BUG] tikz latex figures don't render properly in the html output. [9.6.6 (release_9.6.6 @ /usr/share/emacs/29.1/lisp/org/)]

2023-09-18 Thread General discussions about Org-mode.
t; "$$" "\\(" "\\[" (setq org-preview-latex-default-process 'imagemagick) #+end_src I have already tried changing the `org-preview-latex-default-process` file, but thats doesn't solve it. Instead of the figure it draws the command in a latexy font. Emacs : GN

[BUG] org-element--cache: Org parser error (error "rx '**' range error") [9.7 (9.7-??-d6f3aed7b @ /Users/fbartik/.config/emacs/.local/straight/build-29.1/org/)]

2023-08-23 Thread General discussions about Org-mode.
s for any advice, Franta Bartik Emacs : GNU Emacs 29.1 (build 2, x86_64-apple-darwin22.6.0, NS appkit-2299.70 Version 13.5 (Build 22G74)) of 2023-08-10 Package: Org mode version 9.7 (9.7-??-d6f3aed7b @ /Users/fbartik/.config/emacs/.local/straight/build-29.1/org/) current state:

[PATCH] org.el: Respect org-extend-today-until in timestamps with ++

2023-08-16 Thread General discussions about Org-mode.
* org.el (org-auto-repeat-maybe): Changed org-auto-repeat-maybe, so that switching a repeating todo with a timestamp of the form <… ++…> respects `org-extend-today-until'. --- lisp/org.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index c037b

[PATCH] org.el: Respect org-extend-today-until in timestamps with ++

2023-08-13 Thread General discussions about Org-mode.
* org.el (org-auto-repeat-maybe): Changed org-auto-repeat-maybe, so that switching a repeating todo with a timestamp of the form <… ++…> respects `org-extend-today-until'. --- lisp/org.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index c037b

Re: Add a Chinese version to index.org of orgmode.org

2023-08-08 Thread General discussions about Org-mode.
Hello Ihor, Lux and all, On Aug 8, 2023, at 14:55, Ihor Radchenko wrote: > > lux writes: > >> Hi >> To facilitate Chinese users' understanding of Org Mode, I have >> translated index.org into Simplified Chinese. Please review it. > > Thanks! &g

[Pre-PATCH v2] Add the capability to specify lexical scope in tangled files (was: Add new :lexical header argument)

2023-07-13 Thread General discussions about Org-mode.
Ihor Radchenko writes: > Evgenii Klimov writes: > >> * lisp/ob-core.el (org-babel-common-header-args-w-values): Add new >> :lexical header argument. > > A short note: ob-emacs-lisp already defines :lexical header arg. See > org-babel-header-args:emacs-lisp. Thanks for pointing it out. Updated

Re: [orgweb/zh-CN] [DRAFT PATCH v7] Tentative zh-CN translation

2023-06-13 Thread General discussions about Org-mode.
On Jun 13, 2023, at 20:02, Ihor Radchenko wrote: > > Ruijie Yu writes: > >>>>>> -Worried about aligning free text tables? >>>>>> -Org mode does it in a single keystroke -- =tab=. >>>>>> +担心无法在文本表格中对齐?你只需按一个键 --

[BUG] org-agenda-custom-commands with org-agenda-category-filter-preset not working [9.6.4 (release_9.6.4-9-g8eb209 @ /usr/local/share/emacs/29.0.90/lisp/org/)]

2023-06-06 Thread General discussions about Org-mode.
In every work related org-file, I set the category like this: #+CATEGORY: work I then use org-agenda-custom-commands like those below to show work related content or not work related content. This works in Org version 9.5.5/Emacs 28.2, but in Org version 9.6.4/Emacs 29.0.90, both custom-comm

  1   2   3   4   >