Re: [O] Sync up the org in emacs master to org maint branch?

2017-02-17 Thread Edward John Steere
>>> they are extremely dependend on >>> many obscure Emacs internals (not sure about Org). >> >> Shouldn't we be trying to avoid this situation? It's sure to come back >> and bite us in the future. If we continue to develop a package >> (wherever it ends up being developed) which is so tightly

[O] org-hide in terminal

2017-02-17 Thread Johannes
Hello, With "org-hide-leading-stars" set to t orgmode tries to hide stars by using the "org-hide" face. This is documented with: "The foreground color of this face should be equal to the background color of the frame." and in the org manual in section Clean-view we find "Because Org makes the

Re: [O] Using CEDET modules from Emacs core

2017-02-17 Thread Edward John Steere
>> Which CEDET features would we want to use from core? > > For one, I'd like to see more major modes come with support for Semantic > right in the major mode's own definition (rather than have it part of > CEDET). E.g. for Elisp mode, CC-mode, ... > > The idea is to get to the point where

Re: [O] Bug: org-insert-heading adds extra newlines [9.0.4 (release_9.0.4-222-g63aaff.dirty @ /home/kyle/.emacs.d/modules/org-mode/lisp/)]

2017-02-17 Thread Nicolas Goaziou
Hello, Kyle Sherman writes: > When pressing M-return, which calls `org-insert-heading', in addition to > adding the new heading under the current one (and splitting if not at > the end > of the line) it also now adds an additional newline after the new > heading. It >

Re: [O] Bug: save-some-buffers saves org-edit-special buffers to separate files [9.0.4 (9.0.4-elpa @ /home/thblt/.emacs.d/elpa25/org-20170124/)]

2017-02-17 Thread Nicolas Goaziou
Hello, Thibault Polge writes: > When calling (save-some-buffers t) while a code block is being edited > with org-edit-special, the org-edit-special buffer is saved to the disk > to a new, separate file with a name like: > > dotemacs.org[*Org Src dotemacs.org[ emacs-lisp ]*] > >

Re: [O] Bug: Clocking Notes [9.0.4 (9.0.4-elpaplus @ /home/giammi/.emacs.d/elpa/org-plus-contrib-20170124/)]

2017-02-17 Thread Nicolas Goaziou
Hello, gian-maria.daf...@giammi.com (Gian-Maria Daffré) writes: > Hello, > > I get a strange behaviour when cloking out and adding the notes. > > The expected result should be: > > ** Task XYZ >:LOGBOOK: >CLOCK: [2017-02-09 Thu 11:34]--[2017-02-09 Thu 11:57] => 0:23 >- Worked on

[O] Publishing versus normal exporting

2017-02-17 Thread Lawrence Bottorff
I'm looking at this which seems to suggest a difference between "publishing" and normal export (e.g., C-c C-e h o to get an HTML export). The Emacs configuration given here would

Re: [O] Bug: Bug in Orgmode Clocktable? [9.0.5 (9.0.5-elpa @ c:/Users/sane/AppData/Roaming/.emacs.d/elpa/org-20170210/)]

2017-02-17 Thread Nicolas Goaziou
Hello, I'm Cc'ing the mailing list for archiving purpose. michael.zi...@xiron.de writes: > here is the backtrace: > > Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) > insert-before-markers("|" "" "" "" "" nil "|" nil "|" "|" "\n") >

Re: [O] org babel table header sent to awk code block

2017-02-17 Thread Eric S Fraga
On Friday, 17 Feb 2017 at 12:33, Roland Everaert wrote: > Hi, > > I am trying to filter a table using the following awk code block. I think your problem is an error in the awk script; specifically, the match is outputting all lines because you need to have the { on the same line as the match

Re: [O] org babel table header sent to awk code block

2017-02-17 Thread Roland Everaert
I see that more or less 30 seconds after posting to the ML :/ So the problem of this script is solved. But anyway, why are column headers sent to the script, even with :hlines and/or :colnames set approriately? Thanks. On Fri, Feb 17, 2017 at 2:08 PM, Eric S Fraga wrote: >

Re: [O] exclude_tags stoppped working at 9.0.5 release?

2017-02-17 Thread Leslie Watter
Hi Folks, I've tried org-lint on the files of these pastebin: http://pastebin.com/p7D3Qwd6 which are the same files but with tags on headlines, and it returned nothing to me, but again, I still have headings with :gabarito: exported to latex. Even using a fresh installation of spacemacs as a

Re: [O] Using CEDET modules from Emacs core

2017-02-17 Thread Eric Ludlam
On 02/12/2017 11:00 AM, Dmitry Gutov wrote: On 12.02.2017 05:33, Stefan Monnier wrote: I don't have anything against supporting Semantic more widely, but we should understand that it isn't something all users want. And the "Semantic is too slow for C++" complaint (e.g. compared to Clang-based

[O] Problem of refile in the org capture buffer

2017-02-17 Thread Liu Hui
Hello, I find C-c C-w (refile) in the org capture buffer doesn't work correctly when there are empty lines (containing the point) in the end of buffer. Steps to reproduce: 1. echo -e "* A\n* B" > /tmp/test.org; cat /tmp/test.org * A * B 2. Emacs -Q, and evaluate the code: (setq

Re: [O] Sync up the org in emacs master to org maint branch?

2017-02-17 Thread Stephen Leake
Lars Ingebrigtsen writes: > John Wiegley writes: > >> We're moving toward a future where Emacs.git will represent "core >> Emacs", and only contain what core needs (plus a few historical bits, >> I'm sure). There should be no argument for keeping a project in

[O] Bug: Clocking Notes [9.0.4 (9.0.4-elpaplus @ /home/giammi/.emacs.d/elpa/org-plus-contrib-20170124/)]

2017-02-17 Thread Gian-Maria Daffré
Hello, I get a strange behaviour when cloking out and adding the notes. The expected result should be: ** Task XYZ :LOGBOOK: CLOCK: [2017-02-09 Thu 11:34]--[2017-02-09 Thu 11:57] => 0:23 - Worked on task A CLOCK: [2017-02-07 Die 10:18]--[2017-02-07 Die 11:08] => 0:50 - Worked

[O] Bug: save-some-buffers saves org-edit-special buffers to separate files [9.0.4 (9.0.4-elpa @ /home/thblt/.emacs.d/elpa25/org-20170124/)]

2017-02-17 Thread Thibault Polge
When calling (save-some-buffers t) while a code block is being edited with org-edit-special, the org-edit-special buffer is saved to the disk to a new, separate file with a name like: dotemacs.org[*Org Src dotemacs.org[ emacs-lisp ]*] I can reproduce this from emacs -Q with org 9.0.4 from org

[O] Not tables in babel scheme

2017-02-17 Thread Luis Souto Graña
Spacemacs version 0.200.7 Org mode version 9.0.3 Guile version 2.0.11 #+BEGIN_SRC emacs-lisp (list '(1 2 3) '(4 5 6)) #+END_SRC #+RESULTS: | 1 | 2 | 3 | | 4 | 5 | 6 | #+BEGIN_SRC scheme (list '(1 2 3) '(4 5 6)) #+END_SRC #+RESULTS: :((1 2 3) (4 5 6)) Is it me or a known bug?

[O] exclude_tags stoppped working at 9.0.5 release?

2017-02-17 Thread Leslie Watter
Hi Folks, Sorry if it is a duplicate, I've sent this a few days ago and didn't see it appear on the list. I've been dealing with an issue here. Does the '#+EXCLUDE_TAGS' still works on release 9.0.5 ? I used the following org-mode file to test the export to latex, only the subtree.

Re: [O] Sync up the org in emacs master to org maint branch?

2017-02-17 Thread Edward John Steere
> It's not like packages communicate with Emacs over a well > defined RESTful interface. In other words: CEDET and Gnus are not > loosely coupled, quite the opposite: they are extremely dependend on > many obscure Emacs internals (not sure about Org). Shouldn't we be trying to avoid this

Re: [O] Sync up the org in emacs master to org maint branch?

2017-02-17 Thread Edward John Steere
> > DE> This is a misunderstanding. I said I wanted to move support for certain > DE> languages and project types into ELPA, not CEDET core. I'm still of the > DE> opinion that moving it completely to ELPA is a mistake. > > It would only be a mistake if other parts of core need to use it. If only

[O] LaTeX math doesn't always export to HTML as math

2017-02-17 Thread Richard Stanton
I created the following very simple org file: #+TITLE: *Math example* \[ w_j = \nu_j \prod_{l

Re: [O] org-annotate/collaboration?

2017-02-17 Thread Eduardo Mercovich
Hi Matt. > Does anyone use org-annotate actively? I'm wondering what your > workflow is, how you incorporate comments, etc. > I'm hoping to embark on a book project with a colleague. [...] Is the math "Homotopy Type Theory" book git solution too much for your colleague?

[O] exclude_tags stoppped working at 9.0.5?

2017-02-17 Thread Leslie Watter
Hi Folks, I've been dealing with an issue here. Does the '#+EXCLUDE_TAGS' still works on release 9.0.5 ? I used the following org-mode file to test the export to latex, only the subtree. t.org * exclude tags test :PROPERTIES: :EXPORT_FILE_NAME: t.pdf :EXPORT_OPTIONS: toc:nil

[O] [SOLVED] Re: exclude_tags stoppped working at 9.0.5 release?

2017-02-17 Thread Leslie Watter
Hi, On Fri, Feb 17, 2017 at 2:32 PM, Nick Dokos wrote: > Leslie Watter writes: > > > Hi Folks, > > > > I've tried org-lint on the files of these pastebin: > > > > http://pastebin.com/p7D3Qwd6 > > > > which are the same files but with tags on headlines, and

[O] Problem of refile in the org capture buffer

2017-02-17 Thread Liu Hui
Hello, I find C-c C-w (refine) in the org capture buffer doesn't work correctly when there are empty lines (containing the point) in the end of buffer. Steps to reproduce: 1. echo -e "* A\n* B" > /tmp/test.org; cat /tmp/test.org * A * B 2. Emacs -Q, and evaluate the code: (setq

Re: [O] Bug: Bug in Orgmode Clocktable? [9.0.5 (9.0.5-elpa @ c:/Users/sane/AppData/Roaming/.emacs.d/elpa/org-20170210/)]

2017-02-17 Thread Axel Kielhorn
> Am 17.02.2017 um 15:14 schrieb Nicolas Goaziou : > > Hello, > > I'm Cc'ing the mailing list for archiving purpose. > > michael.zi...@xiron.de writes: > > It happens because no translation is available for "de" in > `org-clock-clocktable-language-setup’. Maybe we

Re: [O] latex preview table environment

2017-02-17 Thread Jeremie Juste
I found the culprit. I have set my background color to black and forground color to white. Yet when I adust the org-format-latex-options to see the preview white on black, the tabular environment displays the expected color setting but not the table environment. So far I can only change the

Re: [O] Sync up the org in emacs master to org maint branch?

2017-02-17 Thread Edward John Steere
>> - Suppose that Emacs 22.0 is the current release and Emacs 22.1 is then >>released; CEDET is at >> - we update a registry somewhere indicating that Emacs 22.0 works with >> and 22.1 works with >> >> - When we make updates to CEDET we mark 22.1 as working with >> but we don't

[O] Bug: org-insert-heading adds extra newlines [9.0.4 (release_9.0.4-222-g63aaff.dirty @ /home/kyle/.emacs.d/modules/org-mode/lisp/)]

2017-02-17 Thread Kyle Sherman
Hello. When pressing M-return, which calls `org-insert-heading', in addition to adding the new heading under the current one (and splitting if not at the end of the line) it also now adds an additional newline after the new heading. It didn't used to do this. This is the commit where this

[O] org-table-(iterate/recalculate)-buffer-tables and remote tables in batch mode

2017-02-17 Thread cédric ody
Hi, I can't manage the org-table-(iterate/recalculate)-buffer-tables functions to work in batch mode. When using the functions inside emacs, no problem, fields are well calculated from remote tables. I get errors and zeros when launching emacs in batch mode. Any reason for that? Cheers,

Re: [O] Publishing versus normal exporting

2017-02-17 Thread Nick Dokos
Lawrence Bottorff writes: > I'm looking at this which seems to suggest a difference between > "publishing" and normal export (e.g., C-c C-e h o to get an HTML > export). The Emacs configuration given here would or would not be in > force with a normal export? What this

Re: [O] exclude_tags stoppped working at 9.0.5 release?

2017-02-17 Thread Nick Dokos
Leslie Watter writes: > Hi Folks, > > I've tried org-lint on the files of these pastebin: > > http://pastebin.com/p7D3Qwd6 > > which are the same files but with tags on headlines, and it returned nothing > to me, but again, I still > have  > headings with :gabarito: exported

Re: [O] exclude_tags stoppped working at 9.0.5 release?

2017-02-17 Thread Nicolas Goaziou
Nick Dokos writes: > the workaround is not to have empty > headlines: > > *** baz :foo: You can also insert a non-breaking space in lieu of headline. Regards,

[O] g: Feature request: table formulas: resolve references on LHS [9.0.5 (9.0.5-elpa @ /home/daniel/.emacs.d/elpa/org-20170210/)]

2017-02-17 Thread Quazgar
As hinted on the manual http://orgmode.org/manual/Column-formulas.html and written explicitly on a StackOverflow topic http://emacs.stackexchange.com/questions/15185/cant-assign-to-hline-relative-reference, the left hand side of table formulas currently cannot contain references: The

Re: [O] g: Feature request: table formulas: resolve references on LHS [9.0.5 (9.0.5-elpa @ /home/daniel/.emacs.d/elpa/org-20170210/)]

2017-02-17 Thread Nicolas Goaziou
Hello, Quazgar writes: > As hinted on the manual http://orgmode.org/manual/Column-formulas.html > and written explicitly on a StackOverflow topic > http://emacs.stackexchange.com/questions/15185/cant-assign-to-hline-relative-reference, > the left hand side of table formulas

[O] Bug: Bug in Orgmode Clocktable? [9.0.5 (9.0.5-elpa @ c:/Users/sane/AppData/Roaming/.emacs.d/elpa/org-20170210/)]

2017-02-17 Thread michael . ziems
Hello, i am running orgmode version 9.0.5 on GNU Emacs 24.3.1 on Windows. On a second PC im running orgmode version 9.0.2 also on Windows. When i now try to update the org clock table report on the version 9.0.5 then i get a "org-clocktable-write-default: Wrong type argument: char-or-string-p,

Re: [O] exclude_tags stoppped working at 9.0.5 release?

2017-02-17 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > Nick Dokos writes: > >> Leslie Watter writes: >> >> >>> ** First Section >>> >>> At 1st  >>> >>> ***                                                               >>> :professor: >>> This should not appear on

Re: [O] Bug: Bug in Orgmode Clocktable? [9.0.5 (9.0.5-elpa @ c:/Users/sane/AppData/Roaming/.emacs.d/elpa/org-20170210/)]

2017-02-17 Thread Nicolas Goaziou
Hello, michael.zi...@xiron.de writes: > > i am running orgmode version 9.0.5 on GNU Emacs 24.3.1 on Windows. > On a second PC im running orgmode version 9.0.2 also on Windows. > When i now try to update the org clock table report on the version 9.0.5 > then i get a "org-clocktable-write-default:

[O] org babel table header sent to awk code block

2017-02-17 Thread Roland Everaert
Hi, I am trying to filter a table using the following awk code block. #+BEGIN_SRC awk :stdin list-example :var fstcol=1 :var seccol=3 :results output org BEGIN { print "|Host|Result" print "|-" } $seccol ~ /[0-9]{1,3}(\.[0-9]\{1,3\}){3}/ { print "|"$fstcol"|"$seccol } #+END_SRC

Re: [O] Why is Org PDF LaTeX Output not readonly?

2017-02-17 Thread Nicolas Goaziou
Hello, Florian Lindner writes: > Am 16.02.2017 um 14:47 schrieb Eric S Fraga: >> On Thursday, 16 Feb 2017 at 08:33, Florian Lindner wrote: >>> It would be much easier to close it quickly this way and it would be >>> consistent with other buffers that serve the same >>>

Re: [O] Why is Org PDF LaTeX Output not readonly?

2017-02-17 Thread Nick Dokos
Eric S Fraga writes: > On Thursday, 16 Feb 2017 at 14:48, Nick Dokos wrote: > > [...] > >> I don't understand this: why is it easier if the buffer is read-only? >> Don't you still have to do M-x kill-buffer? > > IIUC, it's not so much read-only as a special mode where a single