[O] Bug: Git repository doesn't ignore contributed lisp/*.el files [9.0.9 (release_9.0.9-690-g27e5be @ /home/cassou/.emacs.d/lib/org/lisp/)]

2017-07-31 Thread Damien Cassou
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. -

Re: [O] [PATCH] Support for 'using namespace *' in ob-C.el

2017-07-31 Thread Jay Kamat
Hello! Sorry for the late reply, I was pretty busy last week. An updated patch is attached! > I suggest to add the following to "ob-C.el" so that `org-lint' can issue > a warning whenever :namespaces is used in a C block. Done. I needed to tweak the code a bit though to get it to work and to pre

[O] Bug: http://orgmode.org/cgit.cgi/org-mode.git/ - 502 Bad Gateway

2017-07-31 Thread Chunyang Xu
I visited the URL by clicking "cgit" on http://orgmode.org/.

[O] calculate weekday of birthday

2017-07-31 Thread Salome Soedergran
Hi everybody How can I make orgmode to give me the weekday of a specific date? I have a list (org-table) with students' names and dates of birth that looks like this: |--+---+--+---+-+-+-| | Name | Firstname | year | month | day | age | weekday | |--+--

Re: [O] Bug: http://orgmode.org/cgit.cgi/org-mode.git/ - 502 Bad Gateway

2017-07-31 Thread Robert Klein
Hi, it works again now. Best regards Robert On Mon, 31 Jul 2017 18:50:44 +0800 Chunyang Xu wrote: > I visited the URL by clicking "cgit" on http://orgmode.org/. > > >

Re: [O] [PATCH] Support for 'using namespace *' in ob-C.el

2017-07-31 Thread Charles C. Berry
On Mon, 31 Jul 2017, Jay Kamat wrote: Hello! Sorry for the late reply, I was pretty busy last week. An updated patch is attached! [snip] Using `org-entry-get' is no longer supported. You can replace the `or' with (cdr (assq :namespaces params)) Done, I also replaced the other uses o

[O] Bug? Setting #+OPTIONS: title:nil Seems to Be Ignored in HTML Export.

2017-07-31 Thread lists
I don't know if this is intended behaviour or not. Save the following as setuop.org #+BEGIN_SRC :SETUP: #+LANGUAGE: en #+DRAWERS: SETUP NOTES PROPERTIES #+OPTIONS: author:nil date:nil d:nil title:nil ':t tex:t #+STARTUP: content indent :END: #+END_SRC Now include setup.org in test.org #+BE

Re: [O] Bug? Setting #+OPTIONS: title:nil Seems to Be Ignored in HTML Export.

2017-07-31 Thread Kaushal Modi
On Mon, Jul 31, 2017 at 1:37 PM wrote: > I don't know if this is intended behaviour or not. > > Save the following as setuop.org > > #+BEGIN_SRC > > :SETUP: > #+LANGUAGE: en > #+DRAWERS: SETUP NOTES PROPERTIES > #+OPTIONS: author:nil date:nil d:nil title:nil ':t tex:t > #+STARTUP: content indent

Re: [O] Bug? Setting #+OPTIONS: title:nil Seems to Be Ignored in HTML Export.

2017-07-31 Thread Kaushal Modi
This patch fixes this: >From e57e9e798dd1a54cae7a633fc67e2f825b967eea Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Mon, 31 Jul 2017 14:30:40 -0400 Subject: [PATCH] Respect :with-title in ox-html * lisp/ox-html.el (org-html--build-meta-info): Do not insert tag in HTML export if :with-titl

[O] Commit "org-agenda: Support for dimming..." breaks agenda display

2017-07-31 Thread Oleh Krehel
Hi all, I updated Org recently and noticed that the agenda display looks very broken, especially in `org-agenda-log-mode'. I did a bisect; reverting commit 912a385518bcf2e320cc161d573ad329111de6c7 fixes it. Anyone else have this problem? regards, Oleh

Re: [O] calculate weekday of birthday

2017-07-31 Thread Adam Porter
Hi Salome, The decode-time function returns a list that includes the day-of-week as a number from 0-6. You'll have to give it an encoded time, which you can use encode-time for. A wild idea would be to use the shell "date" command, which is overkill for this, but I just happen to have this code

Re: [O] calculate weekday of birthday

2017-07-31 Thread Nick Dokos
Salome Soedergran writes: > Hi everybody > > How can I make orgmode to give me the weekday of a specific date? > I have a list (org-table) with students' names and dates of birth that looks > like this: > |--+---+--+---+-+-+-| > | Name | Firstname | year | mon

Re: [O] [RFC] Shrink columns dynamically

2017-07-31 Thread Adam Porter
Nicolas Goaziou writes: > Moreover, I added two new STARTUP keywords: "shrink" and "noshrink", > which allow to apply aforementioned `org-table-shrink' command on all > tables upon opening a document. Not that "align" no longer toggle column > width. Hi Nicolas, I'm late to this conversation, b

Re: [O] [PATCH] Support for 'using namespace *' in ob-C.el

2017-07-31 Thread Jay Kamat
Hi Chuck, Thanks for pointing that out, this all makes a lot more sense now. Prior to this patch ':includes' and ':defines' seem to work in the property list (as described in the old version of the org manual), so (I think) the updated version of this patch also removes those usages (for :defines,

Re: [O] ANN: org-super-agenda

2017-07-31 Thread Adam Porter
FYI, I just pushed an update to org-super-agenda that lets you automatically sort agenda items into groups based on an "agenda-group" Org property, which can be set for entire subtrees with inheritance (which is enabled by default). This makes configuration very easy, as you only need one selector