bug#55342: 29.0.50; org-cite-basic--get-field: Wrong value for ENTRY-OR-KEY: nil

2022-05-10 Thread Kaushal Modi
done 55342 On Tue, May 10, 2022 at 1:06 AM Lars Ingebrigtsen wrote: > > Ihor Radchenko writes: > > > The code above always skips a bibtex entry starting at bob. > > Hence, the provided example bibliography is parsed as empty, which is > > not expected by Org. > > This should now be fixed on the

Re: oc-basic "Wrong value for ENTRY-OR-KEY" error on emacs master (29.x) [Was: Bibliographies on export with ox-context and ox-epub]

2022-05-10 Thread Kaushal Modi
On Mon, May 9, 2022 at 5:44 PM Kaushal Modi wrote: > > I have now sent this to Emacs bug tracking: > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55342 Thanks for the debug[1] Ihor! This issue was quickly fixed on Emacs master in https://git.savannah.gnu.org/cgit/emacs.git/c

Re: source block evaluation in #+DATE line

2022-05-10 Thread Kaushal Modi
Also check out the {{{time}}} macro if you want complete control on the formatting of the date string. Example Org snippet: = #+date: {{{time(%Y-%m-%d)}}} #+options: toc:nil author:nil See the ~{{{time}}}~ macro in [[info:org#Macro Replacement][org#Macro Replacement]]. The format passed to

Re: [BUG] C-u C-u C-u TAB regression on master

2022-05-12 Thread Kaushal Modi
> Allen Li writes: > > > There appears to be a regression in the behavior of C-u C-u C-u TAB on > > master (at aea24b3feafb9c389dc5933005928462bb20c4f8). > > > > C-u C-u C-u TAB is supposed to show everything including drawers, but on > > this test file it does not show property drawers: Thanks f

Re: Inline src org block element with containing inside item does not get exported when it contains a newline (was: Inline src block element not parsed correctly for export when in a list item)

2022-05-15 Thread Kaushal Modi
On Sat, May 14, 2022 at 5:39 AM Ihor Radchenko wrote: > > I just tried again on the latest main and I cannot reproduce anymore. > Though I do see the problem on bugfix. > > Can you please check again on your side? I confirm -- I cannot reproduce the bug in Org mode version 9.5.3 (release_9.5.3-48

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

2022-05-17 Thread Kaushal Modi
On Tue, May 17, 2022 at 12:24 PM Guillaume MULLER wrote: > > 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

Re: About 'inline special blocks'

2022-05-23 Thread Kaushal Modi
On Mon, May 23, 2022 at 10:33 AM Juan Manuel Macías wrote: > I think this idea was suggested by Ihor in a thread from a few months > ago (I don't remember which one), but since other topics were discussed, > the idea remained a bit in limbo. I still find the idea very > interesting, and I think i

Re: export regions of a org files to other formats (most likely only to a buffer).

2022-05-25 Thread Kaushal Modi
On Wed, May 25, 2022 at 11:09 AM Uwe Brauer wrote: > > Hi > > Sometimes I only want to convert/export a region or a paragraph of an > org file to another format, most likely as html or latex. > I cannot find such a functionality also not in the package system > does anybody knows about such a func

About opening issues vs email [Was: About 'inline special blocks']

2022-05-26 Thread Kaushal Modi
On Thu, May 26, 2022 at 1:36 PM João Pedro wrote: > > On Thu, May 26 2022 20:20, Ihor Radchenko wrote: > > > I think that you can simply open an issue in his Github repo. > > I reached out to him on e-mail, if he doesn't reply there I'll create > the issue. Thanks! Just saying this based on my p

BUG: org cycling regression when using the legacy folding style overlays

2022-05-30 Thread Kaushal Modi
7:49:44-04:00 :END: = Hit TAB once again, you will see: = * Image / Figure :image: ** Image links... = Now if you move the point to line 69 (* Image links), hitting the TAB will not do any kind of cycling at all. -- Kaushal Modi

Re: BUG: org cycling regression when using the legacy folding style overlays

2022-05-30 Thread Kaushal Modi
On Mon, May 30, 2022, 7:45 PM Ihor Radchenko wrote: > Kaushal Modi writes: > > > I was trying to create a minimal reproducible example for a different > > issue and I ended up with this other issue that I didn't expect and so > > I am reporting that first. >

Re: BUG: org cycling regression when using the legacy folding style overlays

2022-05-30 Thread Kaushal Modi
On Mon, May 30, 2022 at 7:45 PM Ihor Radchenko wrote: > Your code__collapse_all_posts block makes use of hide-subtree from > outline.el. Please, do not use it. outline.el is no longer considered > compatible with Org. It was not in the past, and even more so now. This > has been announced in ORG-N

Re: [PATCH] ox: fix comment exported as a blank line

2022-06-01 Thread Kaushal Modi
On Wed, Jun 1, 2022 at 1:32 AM Phil Estival wrote: > > > * lisp/ox.el (org-export--skip-p): no longer export single-line > comments as blank lines which did break paragraphs in two. This is a pretty big breaking change. In your next PATCH email, I see that you are also modifying the test that ens

Missing stardiviner repos [org-contrib]

2022-06-05 Thread Kaushal Modi
https://fosstodon.org/@bzg/108424011487959609 -- Kaushal Modi

Re: Missing stardiviner repos [org-contrib]

2022-06-05 Thread Kaushal Modi
On Sun, Jun 5, 2022, 9:40 AM Kaushal Modi wrote: > > Have you moved those repos elsewhere? > I kept on looking at the release 0.4 commit message on the org-contrib and didn't realize that the "release notes" referred in that Mastodon thread are at the different place

Re: Adding Romanian translation for ox.el

2020-04-21 Thread Kaushal Modi
On Tue, Apr 21, 2020 at 12:43 PM Claudiu Tănăselia wrote: > Yay! My first contribution to org-mode and Emacs! > > Thank you cleaning it up and making it part of the official branch! > > Regards, > Claudiu. > Congrats! Really glad you followed through the whole submission procession. :)

Re: Why not org-tempo insert upcased strings?

2020-04-24 Thread Kaushal Modi
On Fri, Apr 24, 2020, 2:52 AM tsuucat wrote: > Hi, > I tried Emacs 27 and found org mode shortcuts such as then I found org-tempo.el. > > However, org-tempo.el’s shortcuts insert downcased blocks (e.g. > #+begin_src). > Is this intended? > Yes, the convention is now to have downcased keywords.

Re: Why not org-tempo insert upcased strings?

2020-04-27 Thread Kaushal Modi
On Mon, Apr 27, 2020, 4:35 AM tsuucat wrote: > > > tsuucat writes: > > > >>> Yes, the convention is now to have downcased keywords. > >> Thanks. Is the convention documented? > >> > >> https://orgmode.org/manual/Structure-Templates.html#Structure-Templates >

`#+author:' stopped setting the author to empty string

2020-05-18 Thread Kaushal Modi
= Observed output: = Table of Contents _ Test = I looked through the commits on master in the past month, but I don't see any author-specific change that would affect *all* the exporter backends. Can anyone else reproduce this issue? -- Kaushal Modi

Re: `#+author:' stopped setting the author to empty string

2020-05-19 Thread Kaushal Modi
On Mon, May 18, 2020 at 7:30 PM Kyle Meyer wrote: > > It bisects to b4e91b7e9 (New function: org-collect-keywords, > 2020-04-26). I haven't done much digging, but I was able to restore the > behavior with the change below, which may be a bad idea for other > reasons. > Thanks for that bisect!

Re: `#+author:' stopped setting the author to empty string

2020-05-20 Thread Kaushal Modi
On Tue, May 19, 2020 at 8:38 PM Kyle Meyer wrote: > Nicolas Goaziou writes: > > > At first glance, it looks harmless. If the test suite passes, we can > > apply it. > > The test suite does pass with the change. Pushed, along with a > regression test (962b8e765). > Thank you for the debug and qu

Re: ox-* vs org-* naming convention?

2020-06-07 Thread Kaushal Modi
Hello, This came up when I submitted ox-hugo to Melpa as well[1]. I stayed with the norm.. naming the package ox-hugo, but naming all the functions and variables with org-hugo-* prefix. [1] https://github.com/purcell/package-lint/issues/89

Re: ox-* vs org-* naming convention?

2020-06-10 Thread Kaushal Modi
Hello Diego, That's great! Thanks for your PR. On Wed, Jun 10, 2020 at 12:57 PM Diego Zamboni wrote: > Hi everyone, > > Just a quick update: issue > https://github.com/purcell/package-lint/issues/89 submitted by Kaushal > has been closed through the PR I submitted,

Re: Debugging at least 2 regressions in org-mode master breaking ox-hugo

2020-09-07 Thread Kaushal Modi
On Sun, Sep 6, 2020, 5:37 PM Bastien wrote: > Hi Kaushal, > > sorry for the late reply, and thanks for the detailed report. > > Kaushal Modi writes: > > > *The regression is that earlier (org-babel--string-to-number "1,3-5") > > used to return nil, b

Re: pcase failure with Emacs 24 (was Emacs version for Org 9.4?)

2020-09-17 Thread Kaushal Modi
> On 2020-09-15, Kyle Meyer wrote: > > > >> It is pretty tricky to debug, but the failure starts with 4a27b67fd > >> (org-element: Fix property drawers parsing, 2020-04-22). As far as I > >> can see, the pattern introduced there is perfectly valid and should be > >> compatible with Emacs 24. I'd

Re: Utility of description lists

2022-06-17 Thread Kaushal Modi
On Fri, Jun 17, 2022 at 8:50 AM Cletip Cletip wrote: > Final question : why do you use description lists and not another ? I use description lists *heavily*. 1. For description lists of course.. where the "description" part is a bit verbose and plain lists don't look at that elegant For exampl

Re: how to convert a non-org list to org headings

2022-07-06 Thread Kaushal Modi
On Wed, Jul 6, 2022 at 11:17 AM Uwe Brauer wrote: > Hi > > I have a file that contains a list as: > > > 1.1 Funciones de una variable > > 1.1.1. Catálogo de funciones. Translaciones y dilataciones > > 1.1.2. Derivación > > 1.1.2.1. Optimización. Tasa de cambio > > 1.1.2.2. Aproximación de funcion

Re: Taking notes of videos in Emacs

2022-07-08 Thread Kaushal Modi
On Fri, Jul 8, 2022, 9:07 AM Gerardo Moro wrote: > Hi, > > I recently discover the Obsidian Media Extended plugin ( > https://www.youtube.com/watch?v=GQXVWtNkeZw) to take notes while watching > videos / listening to audios with keybindings to stop the video and create > timestamps with link to th

Re: org-set-properties for various (all) headings

2022-07-19 Thread Kaushal Modi
Check out org-map-entries. I have one example here: https://scripter.co/looping-through-org-mode-headings/#example-modifying-a-property-in-all-headings . On Tue, Jul 19, 2022, 4:16 AM Uwe Brauer wrote: > > > Now, I would add to all subheadings a new property, say > > :Received: [ ] > > Whose v

Re: org-set-properties for various (all) headings

2022-07-19 Thread Kaushal Modi
On Tue, Jul 19, 2022, 10:54 AM Uwe Brauer wrote: > > > #+begin_src elisp :noexport > (defun my-set-property-at-heading () > "Function to be called at the beginning of an Org heading." > (interactive) > (let ((el (org-element-at-point))) > (org-set-property "New" (org-element-property "[

Re: org-set-properties for various (all) headings

2022-07-19 Thread Kaushal Modi
On Tue, Jul 19, 2022 at 12:58 PM Uwe Brauer wrote: > > > On Tue, Jul 19, 2022, 10:54 AM Uwe Brauer wrote: > > > Try replacing the `org-set-property` form to: > > > (org-set-property "New" "[]") > > This does not anything (besides garbage collecting) > Did you replace only the `org-set-property`

Re: org-set-properties for various (all) headings

2022-07-20 Thread Kaushal Modi
On Wed, Jul 20, 2022 at 4:07 AM Uwe Brauer wrote: > 2. Second code > > (defun test/set-property-at-heading () > "Function to be called at the beginning of an Org heading." > (interactive) > (let ((el (org-element-at-point))) > ^el is defined but not used. > (org-set-property "Ne

Re: Support for tagging (special) blocks

2022-08-31 Thread Kaushal Modi
On Wed, Aug 31, 2022 at 4:19 PM Sébastien Miquel wrote: > Hi, > > I've been using tags on special blocks, src blocks and other, for two > purposes: > > 1. to control which blocks get exported, using the `#+exclude_tags` > property. > 2. to fine tune the export, according to tags, of spec

Re: Interest in an Org video meetup?

2022-10-06 Thread Kaushal Modi
I'd like to join. -- Kaushal Modi On Thu, Oct 6, 2022 at 9:24 AM Russell Adams wrote: > > Would there be any interest in a monthly 1-2 hour long ad-hoc screen > sharing and video discussion for Org-mode? > > I'm offering to schedule and moderate the first few events.

Re: [ANN] We are now regularily testing Org main branch against Emacs 26, 27, 28

2022-10-17 Thread Kaushal Modi
On Sun, Oct 16, 2022 at 2:04 AM Bastien wrote: > Hi all, > > thanks to joint efforts by Christian Köstlin and Ihor, we are running > the Org test suite from the Org main branch against Emacs 26, 27, 28. > It's great to hear this. Thank you, Christian and Ihor!

Re: Org mode, Org Mode, Org-mode or Org-Mode?

2022-10-28 Thread Kaushal Modi
On Fri, Oct 28, 2022, 4:25 PM Marcin Borkowski wrote: > What is the "official" version? I found at least two spelling on > orgmode.org... > > TIA, > Here's my personal take on that topic: https://scripter.co/how-do-i-write-org-mode/ >

Re: [BUG] Setting export scope to subtree not working as expected [9.6 (9.6-gb3da42 @ /Users/apc/.emacs.d/straight/build/org/)]

2022-12-10 Thread Kaushal Modi
Hi Alejandro, Thanks for reporting this issue. I was seeing the same issue and I wasn't sure if this issue was in org-mode or the ox-hugo package. It was on my to-debug list. Ihor: Thank you for the quick response and fix! On Sat, Dec 10, 2022, 4:47 AM Ihor Radchenko wrote: > Alejandro Pérez C

Incorrect numbering of tables (and other elements like figures) [Org 9.6]

2022-12-12 Thread Kaushal Modi
h3 -- abcdefgh ijklmnop qrstuvwx Table 1: Should be Table 4 = -- Kaushal Modi

Re: Incorrect numbering of tables (and other elements like figures) [Org 9.6]

2022-12-13 Thread Kaushal Modi
On Tue, Dec 13, 2022 at 3:52 AM Ihor Radchenko wrote: > Kaushal Modi writes: > > > Since Org 9.6, I am seeing that the numbering of tables (and other > elements > > like figures) resets to 1 and stays so, thought I cannot see a pattern of > > why that happens. &g

Re: [BUG] ox-html does not export captions of source blocks without language

2022-12-14 Thread Kaushal Modi
On Wed, Dec 14, 2022, 4:44 PM Johan Bolmsjö wrote: > ** Description > > The caption "Caption 1" is not exported by ox-html in the following > source block. > > #+caption: Caption 1 > #+begin_src > foo bar baz > #+end_src > The begin_src block always requires a "language" as far as I know. If you

Re: [Syntax discussion] Should we treat src blocks without LANG as paragraphs? (was: [BUG] ox-html does not export captions of source blocks without language)

2022-12-15 Thread Kaushal Modi
On Thu, Dec 15, 2022, 4:32 AM Ihor Radchenko wrote: > Johan Bolmsjö writes: > > > #+caption: Caption 1 > > #+begin_src > > foo bar baz > > #+end_src > > There is an inconsistency here between Org parser and > https://orgmode.org/worg/org-syntax.html + manual. > > The actual parser does allow emp

Request to bump up the Org version in Elpa [ Was: Incorrect numbering of tables (and other elements like figures) ]

2023-01-11 Thread Kaushal Modi
some time. I believe that for Elpa, the only way to update the version is to update the version in the package's comment header. -- Kaushal Modi On Tue, Dec 13, 2022 at 3:51 PM Kaushal Modi wrote: > On Tue, Dec 13, 2022 at 3:52 AM Ihor Radchenko > wrote: > >> Kaushal Mo

Re: Request to bump up the Org version in Elpa [

2023-01-11 Thread Kaushal Modi
On Wed, Jan 11, 2023 at 10:50 AM Bastien wrote: > Ihor Radchenko writes: > > > +1 > > Done, thanks. > > Kaushal, it should appear on GNU ELPA in a few hours. > Wow, thanks a lot for this prompt action! This will help get the Github Actions CI status back in gree

[bug] Org mode 9.6.1: Subtree export without body creates an empty code block on export

2023-01-11 Thread Kaushal Modi
any body in the subtrees, I saw these empty code blocks), which is not present in the Org source. If I delete the "* Post 2" line, that empty code block is not exported (as expected). Org mode version 9.6.1 (release_9.6.1-116-g07c63d). -- Kaushal Modi

Re: [BUG] org-element--cache Cached element is incorrect (ox-hugo) [9.6.10 (release_9.6.10 @ /home/gk/.emacs.d/lib/org/lisp/)]

2023-10-25 Thread Kaushal Modi
On Wed, Oct 25, 2023 at 5:10 AM Ihor Radchenko wrote: > [ Adding Org ML back to CC ] > > George Kettleborough writes: > > > I really struggled to come up with a minimal example for this as the > > behaviour seemed truly bizarre! > > > > The best I have is my blog: > > > > To build it (ie. expor

Regression in table.el detection? [maint]

2021-01-04 Thread Kaushal Modi
i.org/github/kaushalmodi/ox-hugo/jobs/752831865 -- Kaushal Modi

Re: Regression in table.el detection? [maint]

2021-01-04 Thread Kaushal Modi
On Tue, Jan 5, 2021 at 1:15 AM Kyle Meyer wrote: > > > Exporting that table to html, I see "Before" on release_9.4.4, maint > (273391c97), and master (00b4de329). > > You're able to trigger the issue with a vanilla configuration on maint? > Hi Kyle, Thanks for checking. Indeed ox-html export do

Re: Regression in table.el detection? [maint]

2021-01-04 Thread Kaushal Modi
On Tue, Jan 5, 2021 at 1:36 AM Kaushal Modi wrote: > > I'll keep looking.. > OK, when I added the same debug messages to ox-html.el, I see: = (table (:begin 1860 :end 2104 :type table\.el :tblfm nil :contents-begin nil :contents-end nil :value "+--+--+---

Re: Regression in table.el detection? [maint]

2021-01-04 Thread Kaushal Modi
html fails to detect that table.el table because I see this in the exported buffer: = Header 1 Header 2 Header 3 -- = But if I introduce a newline before "* Subtree 2", the table.el table detection works fine. -- Kaushal Modi

Re: Regression in table.el detection? [maint]

2021-01-05 Thread Kaushal Modi
On Tue, Jan 5, 2021 at 12:09 PM Nicolas Goaziou wrote: > Oops. Fixed. Thank you. > Thank you! for fixing this so quick :) I confirm that fix you made in https://code.orgmode.org/bzg/org-mode/commit/332da69b3c3ca222943728c20287e4ace6d40e61 . Can you also please add a test for that? [My ox-hugo

Re: [ORG] Moving the org-mode.git repo to savannah.gnu.org

2021-06-01 Thread Kaushal Modi
that the complete switch to Savannah is still pending? -- Kaushal Modi

Re: babel output seems to drop anything before % (in session)

2021-06-08 Thread Kaushal Modi
seems to be similar, with detection of shell prompt: '>', '%', etc. when session is enabled. -- Kaushal Modi On Sat, May 15, 2021 at 4:48 PM Bastien wrote: > Hi Nick, > > Nick Savage writes: > > > So I have a patch written that doesn't completely fix th

Re: babel output seems to drop anything before % (in session)

2021-06-08 Thread Kaushal Modi
On Thu, May 6, 2021 at 7:45 PM Nick Savage wrote: > So I have a patch written that doesn't completely fix the problem, but > maybe makes enough progress that someone else can figure it out. > > The issue is that comint-prompt-regexp is reading the "% " as a prompt, > and taking everyone off befor

Re: babel output seems to drop anything before % (in session)

2021-06-08 Thread Kaushal Modi
Hi Nick, On Tue, Jun 8, 2021 at 11:54 PM Kaushal Modi wrote: > > Thanks! I tried out your patch and it does fix the truncation of results > output. Though, it retains the shell prompt in the first eval block and > removes it only from the second eval block onwards. > I have on

Re: Comments break up a paragraph when writing one-setence-per-line

2021-07-16 Thread Kaushal Modi
Hello, On Fri, Jul 16, 2021 at 12:35 PM Bruce D'Arcus wrote: > On Fri, Jul 16, 2021 at 12:07 PM William Denton wrote: > > > However, I was a bit surprised when I found that a commented line starts > a new > > paragraph. > > I hadn't yet discovered that, but I think it should be considered a >

Re: Headings and Headlines

2021-07-23 Thread Kaushal Modi
On Fri, Jul 23, 2021 at 10:07 AM Marco Wahl wrote: > André A. Gomes writes: > > > The project's documentation refers to headings and headlines as > > synonyms. Relying on a single definition would be beneficial. > > Agreed. E.g. no more thinking waste about the question if it is > headline or

Re: [ANN] Ihor is now officially the new Org maintainer

2024-12-07 Thread Kaushal Modi
Well deserved Ihor! Congratulations!! 🎊 On Sat, Dec 7, 2024, 11:51 AM Christian Moe wrote: > Congratulations to both of you! And best of luck forward to Ihor. It was > nice to see both of you with Carsten at EmacsConf. > > I've been using Org as my everything app for some fifteen years now, and

<    4   5   6   7   8   9