Re: Some Issues I Encountered While Developing Metanote

2023-09-12 Thread Ihor Radchenko
[ Adding Org mailing list back to CC. Please use "Reply All" or "Wide reply" to keep the discussion public ] note meta writes: > Ihor Radchenko 于2023年9月12日周二 16:15写道: >> >> ... >> Are you sure that you meant >> >> #+begin >> #+end: >> >> Maybe >> >> #+begin: >> #+end: >> ? >> >> Either way, t

Re: Some Issues I Encountered While Developing Metanote

2023-09-12 Thread Ihor Radchenko
note meta writes: > I'm a big fan of org mode. A few years ago, I couldn't find an app that > supported org mode on my phone, so I created one myself. I hope that > through my app, I can introduce org mode to more people, even those who are > not familiar with Emacs. I also hope to make some cont

Re: Some Issues I Encountered While Developing Metanote

2023-09-12 Thread Ihor Radchenko
note meta writes: > 3. About Pre-blank > >The first blank line in a Greater Element is parsed as a paragraph. > However, this behavior is inconsistent in Items and Footnote definitions. > In Items and Footnote definitions, a blank line is parsed as a Pre-blank. > In Footnote definitions, espe

[BUG] org-element-paragraph-separate is not accurate when detecting table.el tables (was: Some Issues I Encountered While Developing Metanote)

2023-09-12 Thread Ihor Radchenko
note meta writes: > 2. About Paragraph > >#+begin_example > +--+ > +--+ > +this is a paragraph+ > +this is a paragraph+ >#+end_example > > There should be only one paragraph above, but it's parsed as two: > > (org-data nil (section (:begin 1 :end 55 :contents-begin 1 :contents-end 55 > :p

Re: Some Issues I Encountered While Developing Metanote

2023-09-12 Thread Ihor Radchenko
note meta writes: > 1. Dynamic Block Parsing Issue > >#+begin_example > #+begin > #+end: >#+end_example > >The above is a Dynamic Block, and the parsed syntax tree is: > >(org-data nil (section (:begin 1 :end 17 :contents-begin 1 :contents-end > 17 :post-blank 0 :post-affiliated 1

Some Issues I Encountered While Developing Metanote

2023-09-11 Thread note meta
Dear org mode developers, I'm the author of Metanote. A few days ago, I posted a thread on Reddit with the title "Let's Talk About the Story of Metanote and Free Software." https://www.reddit.com/r/emacs/comments/16db9gz/lets_talk_about_the_story_of_metanote_and_free/ You can learn more about Met