Re: [O] ob-csharp

2016-06-05 Thread thomas
Hi, I'm sorry, I could not find the time yet to figure out how to "officially" contribute to Emacs (the papers are signed, though). In the meantime you can find ob-csharp on github: https://github.com/thomas-villagers/ob-csharp - thomas On 07.09.2015 19:23, thomas wrote: Hi, could not f

Re: [O] flycheck orgmode on windows invalid output file name

2016-06-05 Thread Guido Van Hoecke
On 6 June 2016 at 04:29, Eli Zaretskii wrote: >> From: Guido Van Hoecke >> Date: Sun, 5 Jun 2016 21:41:18 +0200 >> Cc: help-gnu-emacs , orgmode >> >> For testing i went to change flycheck-temp-file-system in flycheck.el >> so that it reads >> >> (setq tempfile (convert-standard-filename (expand-

Re: [O] flycheck orgmode on windows invalid output file name

2016-06-05 Thread Eli Zaretskii
> From: Guido Van Hoecke > Date: Sun, 5 Jun 2016 21:41:18 +0200 > Cc: help-gnu-emacs , orgmode > > For testing i went to change flycheck-temp-file-system in flycheck.el > so that it reads > > (setq tempfile (convert-standard-filename (expand-file-name > (file-name-nondirectory filename) >

[O] UEFA EURO 2016 schedule for Org-mode

2016-06-05 Thread Sauli Heinola
Hello! Taking inspiration from djcb's EURO 2012 [1] and Ruediger's 2014 World cup [2] schedules, I whipped up the schedule for the EURO 2016 for Org-mode, which can be retrieved from https://github.com/n2o4/org-uefa-2016 All times are CEST (UTC+2) but can be changed with the function attached in

Re: [O] flycheck orgmode on windows invalid output file name

2016-06-05 Thread Guido Van Hoecke
On 5 June 2016 at 17:25, Eli Zaretskii wrote: >> From: Guido Van Hoecke >> Date: Sun, 05 Jun 2016 12:45:45 +0200 >> >> Error while checking syntax automatically: (file-error "Opening output file" >> "Invalid argument" >> "c:/Users/guivh/emacs-guivho/.flycheck_emacs-guivho.org[*Org Src >> emacs

Re: [O] flycheck orgmode on windows invalid output file name

2016-06-05 Thread Eli Zaretskii
> From: Guido Van Hoecke > Date: Sun, 05 Jun 2016 12:45:45 +0200 > > Error while checking syntax automatically: (file-error "Opening output file" > "Invalid argument" > "c:/Users/guivh/emacs-guivho/.flycheck_emacs-guivho.org[*Org Src > emacs-guivho.org[ emacs-lisp ]*]") > > I checked the wind

Re: [O] org-notify: Need to get notifications at the start time of the task (in addition to the deadline)

2016-06-05 Thread Marco Wahl
Hi Amit, > I need a way to get notifications at the time of starting a task or at > the start of the meeting (i.e. the SCHEDULED timestamp). Currently I > know of only getting notifications for the DEADLINE timestamp. However, > it will be more productive for me to get notification to tell me to >

Re: [O] colored code background in org 8.3

2016-06-05 Thread John Kitchin
Thanks, this worked perfectly! Rasmus writes: > John Kitchin writes: > >> I am finally getting around to switching over to org 8.3... One thing I >> miss already is the colored background in the code blocks. I recall that >> was removed. Has anyone looked into a way to put it back? > > I use the

Re: [O] default visibility of results drawer

2016-06-05 Thread John Kitchin
Thanks. The documentation wasn't too clear on if it should be a string or symbol. This worked for me to show everything: (setq org-startup-folded "showeverything") Matt Lundin writes: > John Kitchin writes: > >> Is it possible to get the default visibility of results drawers to be >> open? >>

[O] org-notify: Need to get notifications at the start time of the task (in addition to the deadline)

2016-06-05 Thread Amit Tendulkar
Hello, I need a way to get notifications at the time of starting a task or at the start of the meeting (i.e. the SCHEDULED timestamp). Currently I know of only getting notifications for the DEADLINE timestamp. However, it will be more productive for me to get notification to tell me to start worki

[O] flycheck orgmode on windows invalid output file name

2016-06-05 Thread Guido Van Hoecke
Hi, Environment: Windows 10 (Insider preview 14352) GNU Emacs 25.0.92.1 (x86_64-w64-mingw32) of 2016-03-03 I just installed flycheck-20160604.154/ I read that it does not officially support windows 'although it should mostly work fine on Windows' And indeed flycheck works fine when editing .el,

[O] Filterring a table for values in a list

2016-06-05 Thread sven.garbade
Hi, based on a post on http://emacs.stackexchange.com/questions/20129/how-can-i-filter-table-in-org-mode about filtering a table row-wise, I want to write a filter to select rows which matches some values in a list: #+NAME: table1 | col1 | col2 | col3 | col4 | col5 | |---+--+--+-