Re: [O] Bug: [bisected] note from clocking out is above :LOGBOOK: drawer [8.3.3 (release_8.3.3-469-g2e7716 @ /home/grfz/src/org-mode/lisp/)]

2016-01-20 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou [20. Jan. 2016]: > Gregor Zattler writes: >> It would be great when notes taken when clocking out would come >> next to their respective clock lines. > > This is already possible: just make sure notes and clocks are stored

Re: [O] Bug: [bisected] note from clocking out is above :LOGBOOK: drawer [8.3.3 (release_8.3.3-469-g2e7716 @ /home/grfz/src/org-mode/lisp/)]

2016-01-20 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou [20. Jan. 2016]: > Gregor Zattler writes: >> Notes produced when clocking out with org-log-note-clock-out set >> will be placed above the clock line instead below the clock line. >> In my heavily customized sessions the

[O] R: Re: How to install CDLaTeX in emacs24, on Windows 7?

2016-01-20 Thread vendo.li...@libero.it
Hello Rasmus, I did as you told me and finally CDLaTeX works in Org mode! The command C-h v RET load-path RET revealed I had many load-paths, among them: "c:/home/.emacs.d/elpa/auctex-11.88.8/" "c:/Program Files/emacs-24.4/share/emacs/site-lisp" "c:/Program

Re: [O] Bug: [bisected] note from clocking out is above :LOGBOOK: drawer [8.3.3 (release_8.3.3-469-g2e7716 @ /home/grfz/src/org-mode/lisp/)]

2016-01-20 Thread Nicolas Goaziou
Gregor Zattler writes: > Thanks for your explanation. To me this is not a documentation > bug. What the documentation describes allows for a helpful > distinction of notes in different contexts which IMHO should not > be conflated: > > I understand that to you all notes are

[O] bug#22399: org-mode fontification

2016-01-20 Thread Kyle Meyer
phillip.l...@russet.org.uk (Phillip Lord) writes: > Rasmus writes: >> >> Kyle Meyer writes: >> However, it's easy enough to switch to using an org-font-lock-ensure variant that avoids these issues, so I will do that (in an updated patch and on

Re: [O] Issues when compiling Org master from source in GNU Emacs 25.0.50.1

2016-01-20 Thread Kyle Meyer
Hi Vicente, Vicente Vera writes: > Hello > > When I started using GNU Emacs compiled from the emacs25 branch two > issues come up consistently during Org make routine. These issues are > related to changes in the next Emacs version. Thanks for reporting these. >

[O] Bug: Column view next allowed value throws error

2016-01-20 Thread T.F. Torrey
Hello all, With the most recent Org from git, attempting to change to the next or previous allowed value in Column View throws an error: Symbol's value as variable is void: pom An ECM for the error: Type =make vanilla= at the command prompt. Change the scratch buffer to org-mode. Erase the

Re: [O] Bug: org-map-entries seems broken

2016-01-20 Thread T.F. Torrey
Hello, Thank you so much for looking into this. Kyle Meyer writes: >> Hello, >> >> I have a function that uses org-map-entries to build a list of entries. [... 6 lines omitted ...] > > Things seem to be working on my end. Both release_8.3.3 and the > current master

[O] bug#22399: org-mode fontification

2016-01-20 Thread Stefan Monnier
> (defalias 'org-font-lock-ensure > - (if (fboundp 'org-font-lock-ensure) > + (if (fboundp 'font-lock-ensure) >#'font-lock-ensure > -(lambda (_beg _end) (font-lock-fontify-buffer > +(lambda ( _beg _end) (font-lock-fontify-buffer Looks good. > (unless (eq

Re: [O] Issues when compiling Org master from source in GNU Emacs 25.0.50.1

2016-01-20 Thread Vicente Vera
Hello Kyle, Thanks for your reply. I see now why `font-lock-fontify-buffer' hasn't been replaced. 2016-01-20 12:28 GMT-03:00 Kyle Meyer : > Hi Vicente, > > Vicente Vera writes: > >> Hello >> >> When I started using GNU Emacs compiled from the emacs25

Re: [O] Bug: Column view next allowed value throws error

2016-01-20 Thread Nicolas Goaziou
Hello, "T.F. Torrey" writes: > With the most recent Org from git, attempting to change to the next or > previous allowed value in Column View throws an error: Symbol's value as > variable is void: pom > > An ECM for the error: > > Type =make vanilla= at the command

[O] bug#22399: org-mode fontification

2016-01-20 Thread Kyle Meyer
Thanks for having a look. Stefan Monnier writes: >> (unless (eq major-mode lang-mode) (funcall lang-mode)) >> -(org-font-lock-ensure) >> +;; Avoid `font-lock-ensure', which does not display fonts in >> +;; source block. >> +

[O] Breaking up long #+TBLFM line?

2016-01-20 Thread Loris Bennett
Hi, Is there any way to break up an overly long #+TBLFM line? Cheers, Loris -- This signature is currently under construction.

Re: [O] How to install CDLaTeX in emacs24, on Windows 7?

2016-01-20 Thread Rasmus
"vendo.li...@libero.it" writes: > Hello, I'm having trouble understanding in which directory to download > the cdlatex.el script that Mr. Dominik wrote. I'm on Windows 7, emacs > 24, my AUCTEX version is 11.88 and I also have Org-mode 8.2 and > yasnippet installed. > When

Re: [O] bug#22399: org-mode fontification

2016-01-20 Thread Phillip Lord
Rasmus writes: > > Kyle Meyer writes: > >>> However, it's easy enough to switch to using an org-font-lock-ensure >>> variant that avoids these issues, so I will do that (in an updated >>> patch and on Org's maint). >> >> I've attached updated patches against

Re: [O] Bug: org-resolve-clocks should not iterate over non-agenda org files [8.3.3 (8.3.3-elpaplus @ /home/dfeich/.emacs.d/elpa/org-plus-contrib-20160108/)

2016-01-20 Thread Nicolas Goaziou
Hello, Derek Feichtinger writes: > org-resolve-clock loops over all open org buffers for detecting open > clocks (using function org-files-list). Is this really intended? I think > it should just loop over the org-agenda-files. > > I was working on an extension for clocking

Re: [O] Bug: [bisected] note from clocking out is above :LOGBOOK: drawer [8.3.3 (release_8.3.3-469-g2e7716 @ /home/grfz/src/org-mode/lisp/)]

2016-01-20 Thread Nicolas Goaziou
Hello, Gregor Zattler writes: > Notes produced when clocking out with org-log-note-clock-out set > will be placed above the clock line instead below the clock line. > In my heavily customized sessions the notes show up on the > previos line respective to the clock line.

Re: [O] Tables: remote reference fails with umlaut (and in other cases)

2016-01-20 Thread Karl Voit
* Nick Dokos wrote: > Eric S Fraga writes: > >> On Tuesday, 19 Jan 2016 at 14:10, Karl Voit wrote: >>> >>> #+NAME: 2016-01-19-srctbl >>> | Testdata | >>> >>> |--| >>> | foobar | >>> | fooübar | >>> | fooßbar | >>> | 1er | >>> | 23,42| >>>

[O] R: Re: How to install CDLaTeX in emacs24, on Windows 7?

2016-01-20 Thread vendo.li...@libero.it
Rasmus, Thank you for your suggestion. I'm not very good at emacs so when you say "load path" do you mean ? My .emacs configuration file is in , so where do I put cdlatex.el? Do you know if yasnippet and cdlatex are compatible or not?Please refer to the

[O] Issues when compiling Org master from source in GNU Emacs 25.0.50.1

2016-01-20 Thread Vicente Vera
Hello When I started using GNU Emacs compiled from the emacs25 branch two issues come up consistently during Org make routine. These issues are related to changes in the next Emacs version. [...] Compiling /home/user/repositories/org-mode/lisp/org-src.el... In org-src-font-lock-fontify-block:

Re: [O] How to install CDLaTeX in emacs24, on Windows 7?

2016-01-20 Thread Rasmus
"vendo.li...@libero.it" writes: > I'm not very good at emacs Don’t worry. It will come! You could check (info "eintr"); it’s a pretty cool book. > so when you say "load path" do you mean ? My > .emacs configuration file is in , so