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
The keystroke C-u C-u TAB is supposed to set the visibility of the
buffer to its initial state. At a minimum, I expect the second...nth
consecutive use of this key combo to not change the visibility of the
buffer at all. I have ‘org-startup-folded’ set to 'content (i.e. show
all headlines, but no
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 giv
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 con
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.
-
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
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
looke
Fine by me.
regards,
Tim.
On 16 December 2013 16:52, Adam Spiers wrote:
> Thanks Tim. Perhaps this could go in the contrib/lisp/ directory?
>
> On 16 December 2013 14:02, Tim O'Callaghan wrote:
>> Hi Adam.
>>
>> I still lurk on the org-mode list. I'm not using org as much as a TODO
>> system
Hello,
Eric Schulte writes:
> Nicolas Goaziou writes:
>> It would solve the current problem, but there are still many problematic
>> characters allowed (e.g., commas, curly brackets). I think there's no
>> point in allowing "call_{i=1}()" as a valid inline Babel call.
>>
>> Furthermore, I don'
Thanks Tim. Perhaps this could go in the contrib/lisp/ directory?
On 16 December 2013 14:02, Tim O'Callaghan 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
> it works with the la
Nicolas Goaziou writes:
> Hello,
>
> Eric Schulte writes:
>
>> Nicolas Goaziou writes:
>>> In fact, they are already mandatory. The problem is different. Current
>>> regexp is:
>>>
>>>
>>> "\\([^\n]*?\\)call_\\([^()\n]+?\\)\\(\\[\\(.*?\\)\\]\\|\\(\\)\\)(\\([^\n]*?\\))\\(\\[\\(.*?\\)\\]\\)?"
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 deletions(-
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 17
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 a
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:
---8<
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 on
Thanks! Both of these solved my problem excellently.
cheers
lvh
17 matches
Mail list logo