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.
-
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
I visited the URL by clicking "cgit" on http://orgmode.org/.
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 |
|--+--
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/.
>
>
>
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
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
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
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
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
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
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
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
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,
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
15 matches
Mail list logo