Hello,
The issue of re-marking agenda entries has been raised before:
http://lists.gnu.org/archive/html/emacs-orgmode/2011-02/msg00200.html
I am facing the same problem. I always do more than one bulk actions on the
same set of agenda entries, so having to re-mark them manually has been a
pain.
Sorry, didn't realized I wasn't sending email in plain text.
On Sat, Oct 1, 2011 at 3:14 PM, netty hacky wrote:
>
> Hi Bastien,
>
> I found a third problem of org-agenda-bulk-mark-regexp, it does not work well
> on daily/weekly agenda view. Basically it chokes on lines that is not a
> regular
My bad, didn't realized I wasn't sending email in plain txt.
On Sun, Oct 2, 2011 at 2:13 AM, netty hacky wrote:
> Hello,
>
> The issue of re-marking agenda entries has been raised before:
> http://lists.gnu.org/archive/html/emacs-orgmode/2011-02/msg00200.html
>
> I am facing the same problem. I
Hi Orgers,
The discussion in the recent thread "Time range end in agenda view not
displayed" prompted me to take a closer look at time/date ranges in the
Agenda view. I noticed that the commands `org-agenda-do-date-later' and
`org-agenda-do-date-earlier' do not work correctly on timestamp ranges,
NOTE: I have tried earlier to send this patch with git send-email,
but apparently failed; here's a new, inlined attempt.
The documentation for numbering source code blocks says:
#+begin_quote
If you use a `+n' switch, the numbering from the previous
numbered snippet will be continued in the c
At Sat, 24 Sep 2011 19:55:37 -0500,
Kevin Buchs wrote:
> I have been studying extensively and have not found a quick way to hide the
> nearest heading (which
> contains point) as well as the entire sparse tree. I often have two or more
> sparse trees open as I go
> look for information elsewhere
Hello,
I think I have found a bug in the spreadsheet of orgmode.
To reproduce the bug do the following:
Edit this file with emacs orgmode.
Place the cursor in the small table below and type C-c } to toggle on the
display a labelled grid giving the cell references.
Change the c=1 in the CONSTAN
Nick Dokos writes:
> Thomas S. Dye wrote:
>
>> Eric S Fraga writes:
>>
>> > Jakob Lombacher writes:
>> >
>> >> Hi,
>> >>
>> >> if I export a document to latex, the caption of a table is always on the
>> >> top.
>> >>
>> >> How can I place it at the bottom? Is there a parameter to config it?
Paul Stansell wrote:
> To reproduce the bug do the following:
>
> Edit this file with emacs orgmode.
>
> Place the cursor in the small table below and type C-c } to toggle on the
> display a labelled grid giving the cell references.
>
> Change the c=1 in the CONSTANTS line to c=2 and refresh t
This is my attempt to add export of latex code (for HTML export)
via svg, rather than png. I don't know if this is the best way to go
about doing it, but I wanted to avoid as much duplicated code as possible.
---
lisp/ob-latex.el |5 +++-
lisp/org-exp.el |1 +
lisp/org-html.el |1 +
l
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!
I'm having two problems with checkboxes:
1. They're hard to navigate to. I have a task with 4 checkboxed
sub-items, and it's very fiddly getting my cursor in position to
check them off. Is there a trick for this?
2. When I have a repeating TODO item with checkbox dependencies, the
On Sun, Oct 2, 2011 at 2:06 PM, Dave Abrahams wrote:
>
> Hi!
>
> I'm having two problems with checkboxes:
>
> 1. They're hard to navigate to. I have a task with 4 checkboxed
> sub-items, and it's very fiddly getting my cursor in position to
> check them off. Is there a trick for this?
>
>
>
Hello,
Dave Abrahams writes:
> I'm having two problems with checkboxes:
>
> 1. They're hard to navigate to. I have a task with 4 checkboxed
>sub-items, and it's very fiddly getting my cursor in position to
>check them off. Is there a trick for this?
No. I use C-s to navigate to the ch
Dave Abrahams writes:
> `C-u C-c C-c' on a checkbox seems to make it disappear. If that's
> intentional it should be documented. Otherwise, it should be fixed.
It is already documented. According to the manual, in "5.6 Checkboxes",
at the "C-c C-c" line: "Toggle checkbox status or (with prefix
on Sat Oct 01 2011, Dave Abrahams wrote:
> When I initially request an indirect buffer for an item (especially from
> the agenda) it shows up with all its drawers open. I'd prefer it if
> they were closed by default. Is there a way to do that?
To follow up my own post...
This is actually ver
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.
on Sun Oct 02 2011, Nicolas Goaziou wrote:
> Hello,
>
> Dave Abrahams writes:
>
>> I'm having two problems with checkboxes:
>>
>> 1. They're hard to navigate to. I have a task with 4 checkboxed
>>sub-items, and it's very fiddly getting my cursor in position to
>>check them off. Is the
on Sun Oct 02 2011, Dave Abrahams wrote:
> on Sun Oct 02 2011, Nicolas Goaziou wrote:
>
>> Hello,
>>
>> Dave Abrahams writes:
>>
>>> I'm having two problems with checkboxes:
>>>
>>> 1. They're hard to navigate to. I have a task with 4 checkboxed
>>>sub-items, and it's very fiddly getting
on Sun Oct 02 2011, Nicolas Goaziou wrote:
> Dave Abrahams writes:
>
>> `C-u C-c C-c' on a checkbox seems to make it disappear. If that's
>> intentional it should be documented. Otherwise, it should be fixed.
>
> It is already documented. According to the manual, in "5.6 Checkboxes",
> at the
Hello,
I think I have found a very minor bug in the current org mode. The is
a bug present when using:
Org-mode version 7.7 with
GNU Emacs 23.1.1 (i386-redhat-linux-gnu, GTK+ Version 2.18.9) of
2010-06-03 on xb-01.phx2.fedoraproject.org
To reproduce the bug do:
Start emacs on this emai
Dave Abrahams writes:
>>> You may have a look to org-checklist.el in contrib directory. It
>>> exactly does that.
>>
>> Wow, that's awesome... we're *so* close... but how do I get it to
>> automatically mark the item DONE when the last box is checked?
> ^^
> Still want that one.
You mig
Dave Abrahams writes:
> I was using checkboxes for a group of subtasks, and was surprised when
> the following (which I lifted from the manual) wasn't causing the parent
> item to be marked DONE upon checking the last box.
>
> (defun dwa/org-summary-todo (n-done n-not-done)
> "Switch entry to D
This is a bug which elisp-driven orgers with access to the git
repository can fix quickly.
* Linking to [[a_file.txt][a file with underscore]] in a headline works well
with LaTeX export
#+CAPTION: Linking [[a_file.txt][a file with underscore]] in a caption does
_not_ work well with LaTeX export.
Dave Abrahams wrote:
> Wow, that's awesome... we're *so* close... but how do I get it to
> automatically mark the item DONE when the last box is checked?
>
Take a look at
http://thread.gmane.org/gmane.emacs.orgmode/42715/focus=42721
Nick
25 matches
Mail list logo