Re: Folding headings which contain only blank lines

2020-10-16 Thread Kyle Meyer
Mikhail Skorzhisnkii writes: > Hi, > > Patch ee3c3b554799c9f0fbe387848cd9eec7e9ab9d95 breaks unfolding > when > org-cycle-separator-lines set to -1. [...] > Unfolding will not unfold Test1 with > ee3c3b554799c9f0fbe387848cd9eec7e9ab9d95 applied. Reverting this > patch makes it working back. Is

Re: from headers to tables, wrap long lines automatically

2020-10-16 Thread Axel Kielhorn
Hallo Uwe, > Please look at this the resulting table has a very long entry. How could > I force a line break? Of course I can go to the table and wrap the line, > but this is not what I want. > > Thanks > > Uwe Brauer > > #+begin_src > * University Göttingen > :PROPERTIES: > :COLUMNS:

Re: Deadline w/o time not showing on daily agenda

2020-10-16 Thread David Masterson
Kyle Meyer writes: > David Masterson writes: > >> Is there a way to get tasks with a deadline that doesn't have a time >> (just a day) to show on the daily agenda? Tasks w/ timed deadline do >> show on the daily agenda. > > Could you provide a minimal example that shows the issue? Ah. I think

Re: [PATCH] org-plot abstractions and extension

2020-10-16 Thread TEC
Hello all, I'm still hoping that someone might get back to me ... eventually, so here's another bump. Timothy. TEC writes: Hello everyone. Just in case this has slipped through the cracks / fallen under the radar --- here's a little bump. Timothy. TEC writes: Oooops, I've just noticed

Re: [Share] collect some idea about auto eval code when TAB expand headline

2020-10-16 Thread stardiviner
Jeremie Juste writes: > Hello, > > I don't see very clearly how you want to use the code. > (It might well be because of my lack of skills) > > Could you give a usage example? Aha, I forget to copy an example here. It looks like this. #+begin_src org ,* 《三生三世 十里桃花》

Re: should be

2020-10-16 Thread Tim Cross
This one is a little 'tricky'. The tag means emphasis and is not the same as underline (browsers are free to 'interpret' emphasis as anything which will emphasise the text from surrounding text, which could be bold, italic, underline or a combination. If we changed underline to tags, I'm sure w

Re: [Share] collect some idea about auto eval code when TAB expand headline

2020-10-16 Thread Jeremie Juste
Hello, I don't see very clearly how you want to use the code. (It might well be because of my lack of skills) Could you give a usage example? Best regards, Jeremie On Friday, 16 Oct 2020 at 13:01, stardiviner wrote: > I write an elisp config for Org Mode to auto evaluate inline source block

Re: Folding headings which contain only blank lines

2020-10-16 Thread Mikhail Skorzhisnkii
Hi, Patch ee3c3b554799c9f0fbe387848cd9eec7e9ab9d95 breaks unfolding when org-cycle-separator-lines set to -1. How to reproduce: 1. Set org-cycle-separator-lines to -1; 2. Try to fold and then unfold "Test" in the following file: #+begin_example ,* Test 1 ,** Test 2 ,* Test 3 #+end_exampl

database approach: extract from headers with properties different tables.

2020-10-16 Thread Uwe Brauer
Hi I have the following example * Group1 :PROPERTIES: :COLUMNS: %10Is(Sheet Nr) %10Ej(Exercise Nr) %7TODO(Status) %26TAGS(Which) %17Date(Date) %7STATUS(Status){X/} :ID: Issues :END: ** WAIT:Annu2021: :PROPERTI

should be

2020-10-16 Thread Pankaj Jangid
For this org mode text: #+begin_src org - This text is /emphasized/ - This text is *in bold* - This text is _underlined_ - This text uses =a teletype font= #+end_src the follow is the HTML output: #+begin_src This text is emphasized This text is in bold This text is underlined This text uses a

Re: export to babel, sometimes a block environment is inserted.

2020-10-16 Thread Uwe Brauer
>>> "ESF" == Eric S Fraga writes: > On Thursday, 15 Oct 2020 at 19:44, Uwe Brauer wrote: >> How can I avoid this annoying block environment? > I know you have sort of solved this (by promoting the headline to a > higher level) but the question I would have asked is: what did you want > the expor

from headers to tables, wrap long lines automatically

2020-10-16 Thread Uwe Brauer
Hi Please look at this the resulting table has a very long entry. How could I force a line break? Of course I can go to the table and wrap the line, but this is not what I want. Thanks Uwe Brauer #+begin_src * University Göttingen :PROPERTIES: :COLUMNS: %10IP(IP) %10TIT(Title) %17

Re: best practices query: non-emacs packages based on tangled source

2020-10-16 Thread TEC
Hi Greg, Just one little thing that occurs to me, for accepting PRs if you add the header arg (globally would probably be best) :comments link That with M-x org-babel-detangle should help with accepting PRs. Hope that helps, Timothy. Greg Minshall writes: hi. i apologize if this has bee

Re: best practices query: non-emacs packages based on tangled source

2020-10-16 Thread Diego Zamboni
Hi Greg, What I do with my Elvish modules (https://github.com/zzamboni/elvish-modules , https://github.com/zzamboni/elvish-completions) is to just include the Org files together with the tangled .elv files. --Diego On Thu, Oct 15, 2020 at 8:28 PM Greg Minshall wrote: > hi. i apologize if thi

Re: export to babel, sometimes a block environment is inserted.

2020-10-16 Thread Eric S Fraga
On Thursday, 15 Oct 2020 at 19:44, Uwe Brauer wrote: > How can I avoid this annoying block environment? I know you have sort of solved this (by promoting the headline to a higher level) but the question I would have asked is: what did you want the export engine to do with a subheading? In beamer,

Re: best practices query: non-emacs packages based on tangled source

2020-10-16 Thread Eric S Fraga
On Thursday, 15 Oct 2020 at 21:11, Greg Minshall wrote: > i can "build" whatever files are needed to release the package. but, > it's nice to be able to let people look at the sources, maybe submit > 'pull requests', etc. I have recently done this with a Julia project which I make available at gi