Re: [O] [Patch] [Feature request] Add option to natively fontify latex snippets and environment

2019-01-14 Thread stardiviner
Carlos Pita writes: > Hi Nicolas, > > I was thinking that maybe it would be nicer to make this depend on the > value of org-src-fontify-natively. What do you think? > > Regards I don't think so. BTW, I found this patch cause my Org Mode buffer fontify error. After some raw latex block, all fo

Re: [O] Paste subtree without expanding it / keep it collapsed after pasting

2019-01-14 Thread Kyle Meyer
Marcelo de Moraes Serpa writes: [...] > I can copy or cut a collapsed subtree and it will copy everything below it > until it ends (and the next item at the same level starts), which is > intuitive and works great. However, when pasting it, it automatically > expands the tree and it makes it rea

Re: [O] [bug/regression]: org-babel-load-file gives error: wrong-type-argument listp "/home/grfz/.emacs.d/configuration.org"

2019-01-14 Thread Gregor Zattler
Hi Kyle, org-mode developers, * Kyle Meyer [2019-01-14; 17:10]: > Kyle Meyer writes: >> Gregor Zattler writes: > [...] > >>> I did a git bisect on the org repo and got this: >>> ba321d0e44b34840466dd386223f702615ff8562 is the first bad commit >> >> Sorry, that certainly looks to be my fault (spe

[O] Paste subtree without expanding it / keep it collapsed after pasting

2019-01-14 Thread Marcelo de Moraes Serpa
Hi list, I often copy an item and its whole subtree to move them around, I know I can move them with the move commands, but sometimes it's faster to just copy, paste and fix the leveling later. I can copy or cut a collapsed subtree and it will copy everything below it until it ends (and the next

Re: [O] [bug/regression]: org-babel-load-file gives error: wrong-type-argument listp "/home/grfz/.emacs.d/configuration.org"

2019-01-14 Thread Kyle Meyer
Kyle Meyer writes: > Gregor Zattler writes: [...] >> I did a git bisect on the org repo and got this: >> ba321d0e44b34840466dd386223f702615ff8562 is the first bad commit > > Sorry, that certainly looks to be my fault (specifically, my conflict > resolution merging maint's d64c9a996). I'll hav

Re: [O] [bug/regression]: org-babel-load-file gives error: wrong-type-argument listp "/home/grfz/.emacs.d/configuration.org"

2019-01-14 Thread Kyle Meyer
Gregor Zattler writes: > Dear org-mode developers, I did a git pull half an hour ago, now I > cannot org-babel-load-file my configuration.org any more. Normally I > use emacs as of git master but the (slightly different) error also > occours with emacs 25.1.1 (as of currents debian stable) (see

Re: [O] Bug or known issue: org-clock-display

2019-01-14 Thread Ben McGinnes
On Mon, Jan 14, 2019 at 07:56:03PM +0100, Marco Wahl wrote: > Hi, > > > no longer see the totals and org-clock-display produces the following > > error message: > > > > Total file time: 0:00 (0 hours and 0 minutes) > > This is the expected behavior of the org-clock-display function AFAICS. >

Re: [O] Bug or known issue: org-clock-display

2019-01-14 Thread Marco Wahl
Hi, > no longer see the totals and org-clock-display produces the following > error message: > > Total file time: 0:00 (0 hours and 0 minutes) This is the expected behavior of the org-clock-display function AFAICS. See C-h f org-clock-display and C-h v org-clock-display-default-ra

Re: [O] [Patch] [Feature request] Add option to natively fontify latex snippets and environment

2019-01-14 Thread Carlos Pita
Hi Nicolas, I was thinking that maybe it would be nicer to make this depend on the value of org-src-fontify-natively. What do you think? Regards -- Carlos

[O] [bug/regression]: org-babel-load-file gives error: wrong-type-argument listp "/home/grfz/.emacs.d/configuration.org"

2019-01-14 Thread Gregor Zattler
Dear org-mode developers, I did a git pull half an hour ago, now I cannot org-babel-load-file my configuration.org any more. Normally I use emacs as of git master but the (slightly different) error also occours with emacs 25.1.1 (as of currents debian stable) (see below). I did a git bisect on th

[O] Bug or known issue: org-clock-display

2019-01-14 Thread Ben McGinnes
Hi all, I've been using org-mode to perform the task of timesheets with another GNU project and encountered something which has all the hallmarks of a bug. I'm just not sure if it's a known issue or whether to write up a bug report for it. I use org-clock-in and org-clock-out to track the

[O] enhance wrap region in tables?

2019-01-14 Thread Uwe Brauer
Hi Please consider #+begin_src elisp | Title| Title | |--+---| | First line. First colum | First line second column | | Second line. First colum | Second line, second colum | | |