[O] [PATCH] ox-html.el: DONE is monospace for consistency

2015-01-08 Thread Zane D. Purvis
* lisp/ox-html.el (org-html-style-default): `.done' gets `font-family: monospace;' Other items on the headline that aren't the text itself are monospaced, including non-DONE todo's. TINYCHANGE --- lisp/ox-html.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox-html.el

[O] [PATCH] ox-html.el: add exporting of priority

2015-01-08 Thread Zane D. Purvis
* list/ox-html.el (org-html--priority): new function (org-html-format-headline-default-function): call `org-html--priority' (org-html-style-default): add `.priority' HTML export previously did not support exporting of priority simply by setting `org-export-with-priority' to `t'. TINYCHANGE --- l

Re: [O] [bug?] Different whitespace behavior between capture, and capture w. refile

2015-01-08 Thread Yuri Niyazov
Could someone please chime in on this? On Sunday, January 4, 2015, Yuri Niyazov wrote: > Let's say I start with a .notes file that looks like this: > > #+BEGIN_EXAMPLE > * Tasks > * Refile Here > * Other Stuff > #+END_EXAMPLE > > with all the default capture templates. > > The only org-mode conf

Re: [O] Lentic.0.6 and org mode

2015-01-08 Thread Thierry Banel
Nice! I spent some time figuring out how to use it. This is what I did eventually: M-xlentic-mode M-xlentic-mode ;; twice M-x lentic-mode-split-window-below Then change the new buffer to the desired mode (Java mode, C++ mode, whatever). (I was created in fundamental mode). Is this the st

[O] Lentic.0.6 and org mode

2015-01-08 Thread Phillip Lord
I thought some of you might be interested in the new release of my package, lentic. One of the things that it now does is allow multi-modal of editing of Emacs source, using org mode for the documentation. I realise that it's already possible to use ELPA org-babel to write literate el files, or t

Re: [O] Need help debugging org-capture-template failure invoked by keyboard macro

2015-01-08 Thread Felix Fernandes
I'm no lisp expert, but I have attempted to indent the backtrace below for easier reading. Debugger entered--Lisp error: (error "Capture abort: (wrong-type-argument stringp (file:~/org/todo.org::*Tasks Tasks))") signal(error ("Capture abort: (wrong-type-argument stringp (file:~/org/todo.org::*T

Re: [O] [bug] viewing properties in column view

2015-01-08 Thread Eric S Fraga
On Thursday, 8 Jan 2015 at 21:04, Sebastien Vauban wrote: > You're right; it isn't. And reading the page again, it is entitled "Typesetting conventions used in this manual" so it's more about writing a manual than about what org supports! -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org rel

Re: [O] [bug] viewing properties in column view

2015-01-08 Thread Sebastien Vauban
Eric S Fraga wrote: > On Wednesday, 7 Jan 2015 at 22:24, Sebastien Vauban wrote: > > [...] > >> "User-defined properties are capitalized", see >> http://orgmode.org/manual/Conventions.html. > > A convention is not a requirement, is it? I hate typing upper case > letters... You're right; it isn't

Re: [O] [bug] viewing properties in column view

2015-01-08 Thread Eric S Fraga
On Wednesday, 7 Jan 2015 at 22:24, Sebastien Vauban wrote: [...] > "User-defined properties are capitalized", see > http://orgmode.org/manual/Conventions.html. A convention is not a requirement, is it? I hate typing upper case letters... -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org r

[O] Need help debugging org-capture-template failure invoked by keyboard macro

2015-01-08 Thread Felix Fernandes
I am trying to use the following keyboard test macro (fset 'jj [?\C-c ?c ?t ?j ?j return ?\C-c ?\C-c]) to invoke this capture template definition (setq org-capture-templates '(("t" "Todo" entry (file "~/org/j.org" Note that C-c c invokes M-x org-capture. Unfortunately, it produce

Re: [O] Org mode installation problems

2015-01-08 Thread Felix Fernandes
> > The backtrace is not very useful as is because of the byte code. You > > might try to reproduce with uncompiled code and see if it is any > > clearer. > > How to do that? I had used > C-u M-x org-reload RET > before, as described in the org-mode documentation to get a backtrace from > unco

Re: [O] Table formula and text properties

2015-01-08 Thread Willem Rein Oudshoorn
Michael Brand writes: > Hi Wim > > On Wed, Jan 7, 2015 at 6:11 PM, Willem Rein Oudshoorn > wrote: >> ... >> However org mode table formula code seems to strip the display property >> from the string returned by the formula. So this trick will not work. > > I think this is by design. If someone

Re: [O] Table formula and text properties

2015-01-08 Thread Michael Brand
Hi Wim On Wed, Jan 7, 2015 at 6:11 PM, Willem Rein Oudshoorn wrote: > I am trying to insert an image into a table by using a table formula. > My basic approach is by using a string with a display property like: > > > (propertize "TEXT" 'display (list image)) > > > Or to be more precise > >(

Re: [O] Possible bug in export of table in latex

2015-01-08 Thread Andreas Leha
Nicolas Goaziou writes: > Hello, > > Giuseppe Lipari writes: > >> As a matter of fact, I think the :width option for latex tables should be >> disabled, because it is not so simple to implement. > > As long as it doesn't generate invalid LaTeX code (like in your bug > report), I think the current

Re: [O] Possible bug in export of table in latex

2015-01-08 Thread Nicolas Goaziou
Hello, Giuseppe Lipari writes: > As a matter of fact, I think the :width option for latex tables should be > disabled, because it is not so simple to implement. As long as it doesn't generate invalid LaTeX code (like in your bug report), I think the current :width option can be kept. You don't

Re: [O] Redacting text in HTML export

2015-01-08 Thread Peter Davis
On Thu, Jan 08, 2015 at 10:34:44AM +0100, Rasmus wrote: > Peter Davis writes: > > > Is there any way to completely redact text in HTML export, so it just > > looks like black boxes? > > I'm not sure I fully understand, but it this what you are looking for? > > #+MACRO: redact @@html:$1@@ > to {

Re: [O] eval header arguments for ledger :cmdline?

2015-01-08 Thread Alan Schmitt
On 2015-01-08 10:17, Myles English writes: > Hello, > > Can anybody tell me how this could be achieved, please? > > I would like to use parameters for ledger[1] source code blocks, and > understand that the :cmdline header argument means "pass this straight > through to the command line", but eff

[O] eval header arguments for ledger :cmdline?

2015-01-08 Thread Myles English
Hello, Can anybody tell me how this could be achieved, please? I would like to use parameters for ledger[1] source code blocks, and understand that the :cmdline header argument means "pass this straight through to the command line", but effectively what I would like to do is this: #+PROPERTY: he

Re: [O] Redacting text in HTML export

2015-01-08 Thread Rasmus
Peter Davis writes: > Is there any way to completely redact text in HTML export, so it just > looks like black boxes? I'm not sure I fully understand, but it this what you are looking for? #+MACRO: redact @@html:$1@@ to {{{redact(redact)}}} or not to {{{redact(redact)}}} that is the question.

Re: [O] Possible bug in export of table in latex

2015-01-08 Thread Giuseppe Lipari
Hi, thanks for responding. As a matter of fact, I think the :width option for latex tables should be disabled, because it is not so simple to implement. While it is possible to reduce the width with Eric's trick, it is not so easy to enlarge the width without using the :align option and appropriat