Re: [O] Splitting up inline LaTeX

2013-12-16 Thread Laurens Van Houtven
Thanks! Both of these solved my problem excellently. cheers lvh

[O] Not all table formulas are updated when swapping columns

2013-12-16 Thread Daniel Gerber
Hi, A minor bug with spreadsheets: when swapping two columns in a table (alt+left), column formulas are updated only when defined in the first #+TBLFM: line. That is, this table | | | #+TBLFM: $1=1::$2=2 after swapping becomes (correctly) | | | #+TBLFM: $2=1::$1=2 but with this

[O] new odt-exporter: problems with formatting in captions

2013-12-16 Thread Martin Gürtler
Hi, I just converted a 150 page document I used to convert to odt with the old exporter. Following problems occurred: 1. table with #+CAPTION If the caption contains formatting (~, ==, _, ^), the exporter produces an invalid content.xml. minimal example:

Re: [O] [Orgmode] Feature Request: Keeping me honest

2013-12-16 Thread Tim O'Callaghan
Hi Adam. I still lurk on the org-mode list. I'm not using org as much as a TODO system any more, mostly for publishing and notes, so I am not sure if it works with the lates version of org. Attached is the code, released for those that might find it of value. It has not substantially changed in

[O] Error during request : 302

2013-12-16 Thread Sharon Kimble
I'm trying to logon using org2blog to my wordpress setup, which is on a nginx setup if that helps. I am consistently getting 'Error during request : 302' showing up, and in the history logs on wordpress its showing up as - User boudiccas failed to log in because they entered the wrong password

[O] [PATCH] updated patch to org-habit DONE keywords

2013-12-16 Thread Ted Wiles
Take care of all DONE keywords, not just the last one. * lisp/org-habit.el This fixed a hard-coded TODO keyword in the org-habit code. Updated to apply to all DONE keywords, as per Aaron Ecay TINYCHANGE --- lisp/org-habit.el |6 -- 1 file changed, 4 insertions(+), 2

Re: [O] words starting with call_ confuse C-c C-c and export

2013-12-16 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Schulte schulte.e...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: In fact, they are already mandatory. The problem is different. Current regexp is:

Re: [O] [Orgmode] Feature Request: Keeping me honest

2013-12-16 Thread Adam Spiers
Thanks Tim. Perhaps this could go in the contrib/lisp/ directory? On 16 December 2013 14:02, Tim O'Callaghan tim.ocallag...@gmail.com wrote: Hi Adam. I still lurk on the org-mode list. I'm not using org as much as a TODO system any more, mostly for publishing and notes, so I am not sure if

Re: [O] [Orgmode] Feature Request: Keeping me honest

2013-12-16 Thread Tim O'Callaghan
Fine by me. regards, Tim. On 16 December 2013 16:52, Adam Spiers orgm...@adamspiers.org wrote: Thanks Tim. Perhaps this could go in the contrib/lisp/ directory? On 16 December 2013 14:02, Tim O'Callaghan tim.ocallag...@gmail.com wrote: Hi Adam. I still lurk on the org-mode list. I'm not

Re: [O] new odt-exporter: problems with formatting in captions

2013-12-16 Thread Jambunathan K
Wrt items (1) and (2), I am planning to remove the support for short captions. (The caption going as part of table:name or draw:name) as part of fix for http://lists.gnu.org/archive/html/emacs-orgmode/2013-12/msg00100.html The fix is not ready yet. I am just feeling lazy after having not

[O] org-mode habits graph dissapears

2013-12-16 Thread Javier Ortiz
Hi there! I'm trying to learn about org-mode habits. Every time I write a new habit, I can see the color bar on the right, but after I mark the habit as Done, it never appears again, I wonder if somebody could give me some advice, on how to fix this. Thanks in advance. /Joc

[O] Bug: HTML Export doesn't handle internal link with spaces [8.0.7 (8.0.7-6-g13cb28-elpa @ /home/jbalint/.emacs.d/elpa/org-20130812/)]

2013-12-16 Thread Jess Balint
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-mode mailing list.

Re: [O] new odt-exporter: problems with formatting in captions

2013-12-16 Thread Andreas Leha
martin.guert...@gmx.de (Martin Gürtler) writes: Hi, I just converted a 150 page document I used to convert to odt with the old exporter. Following problems occurred: 1. table with #+CAPTION If the caption contains formatting (~, ==, _, ^), the exporter produces an invalid

Re: [O] org-mode habits graph dissapears

2013-12-16 Thread Josiah Schwab
Javier Ortiz writes: Hi there! I'm trying to learn about org-mode habits. Every time I write a new habit, I can see the color bar on the right, but after I mark the habit as Done, it never appears again, I wonder if somebody could give me some advice, on how to fix this. Could you give us

Re: [O] Changing capture frame/window behavior depending on source

2013-12-16 Thread Josiah Schwab
Josiah Schwab writes: When I invoke the capture from my bookmark, I also want capture to be the only window in the frame. I can make all captures act that way by setting (add-hook 'org-capture-mode-hook 'delete-other-windows) But when I tried to have this part be source dependent with