Property inheritance does not seem to work when running C-c C-x C-c
(org-columns).
Reproduction recipe (I can also reproduce this on org-mode from the Git
repository
(reproduced with 1a7364177046... and it's also noted on
http://emacs.stackexchange.com/questions/7335).
1. Start emacs with "emacs
Hi Nicolas,
On 2 June 2015 at 16:06, Nicolas Goaziou wrote:
> Fixed in 0f93638ce1b29792033231426a4555e538f5c959. Thank you.
>
That was quick, thanks.
I also see the same problem in agenda view (org-agenda-columns)
N
--
http://try-dot-ch.blogspot.com/
Property inheritance does not seem to work when running C-c C-x C-c
(org-columns).
Reproduction recipe:
1. Start emacs with "emacs -Q"
2. Evaluate the following to enable property inheritance, and to define
custom columns that include the value of the "PROJECT" property.
(setq org-columns-def
On 2 June 2015 at 21:02, Nicolas Goaziou wrote:
> Nik Clayton writes:
>
> > I also see the same problem in agenda view (org-agenda-columns)
>
> Fixed in 03936a50f4fe9a261577d467098ed1080c61cb6e. Thank you.
>
Great. Thanks again -- N
--
http://try-dot-ch.blogspot.com/
Hoi,
I'd like to solicit feedback on ob-sql-mode.el, https://github
.com/nikclayton/org-mode/commit/106b22e9ef4835e15efc47d63aaeee675a1ebb69.
This introduces a new Org Babel language, "sql-mode". Unlike the current
"sql" language, this one uses sql-mode to manage the interaction with the
SQL inte
Hoi,
I'd like to solicit feedback on ob-sql-mode.el,
https://github.com/nikclayton/org-mode/commit/106b22e9ef4835e15efc47d63aaeee675a1ebb69
.
This introduces a new Org Babel language, "sql-mode". Unlike the current
"sql" language, this one uses sql-mode to manage the interaction with the
SQL inte
Hi,
I'd like to propose a couple of changes / enhancements to how org-export
exports some data in to HTML files to make it slightly easier to style
those files.
The first is re line-numbers.
At the moment those get exported as content in the HTML, although they're
really additional metadata. Amo
Hoi,
What's the best way to process (ideally using the org-element API) a
collection of .org files as one larger file?
I'm using Org + ox-reveal to write the course material for a three month
course. This is a lot of material, so keeping it in one Org file is not
practical (exporting it to the sl
Hoi,
I've been writing a few things using Org where I'm making frequent use of
noweb references in SRC blocks, and decided that completion would be handy
for them.
This function will complete "^<<" with a list of the defined named blocks
in the current file, if you're in a SRC block.
It could be
I discovered that if you have ":cache yes" set on a SRC block, with the
results being written to a file with ":results filename.png", Org Babel
will not re-evaluate the block if the file doesn't exist and the cache
checksum hasn't changed.
This caused me a problem, as the .org files that I'm shari
Hoi,
Is there an API for manipulating properties that are set in #+PROPERTY
lines before the first headline of a file (i.e., not in a property drawer)?
I've got some properties that (a) make sense when set for the whole file,
and (b) the file contains multiple first level headings (which isn't go
Hi,
Attached are two TINYCHANGE patches that provide an alternative way of
displaying line numbers in generated HTML output.
The current approach hardcodes a span containing preformated text. It's
non-trivial to move this in the displayed output or adjust the formatting.
The content is also part
Hoi,
Org special block names (within Org) appear to be case-insensitive. That
is, I can write either:
#+BEGIN_NOTES
...
#+END_NOTES
or
#+begin_notes
...
#+end_notes
and Org is happy. I think the switch from Org 8 to 9 changed the default
templates to insert lower-case blocks instead of upper c
Hi,
I wrote https://github.com/nikclayton/ob-sql-mode as a thing that scratched
my own itch a few years ago. Since then my need for it has disappeared, but
kind people occasionally report issues or send PRs.
I'm not really in a position to review them, so I'm looking for someone who
would be inte
14 matches
Mail list logo