I noticed a new link on worg, latest edits. This looks interesting.
Does it provide links to the formatted pages?
I don't know how to take advantage of it in emacs-w3m. gnus is beyond
my ability ATM, and newsticker made emacs hang.
Is it possible to set up emacs-w3m so that you can click on the
I teach a weekly class and have a number of tasks that
go into preparing for the class. I have an org file set
up with these tasks.
Occasionally I have to put off a class for a week. That
means all the following classes and their sub-tasks must
also be moved by a week. So far, I have had to ex
Remember and refile processing does not require a task. This change
removes the unneeded default task.
This supports a workflow where new remember tasks and notes go into a
mostly empty file which just has #+FILETAGS: at the top and nothing
else.
This workflow has a minimal number of remember te
Make it easier to find variables related to refiling by just reading
the docstring.
---
I found it took a few minutes to look up these variables that change how
org-refile works. I just added them to the docstring so next time I can
find them faster :)
lisp/org.el |4 +++-
1 files changed, 3
---
I'm always typing 'M-x org-version' after reloading the compiled or uncompiled
org files using 'M-x org-reload'. This just saves me typing that extra
command each time. Yes I'm lazy ;)
This and the following patches are available on my for-carsten branch.
-Bernt
lisp/org.el |3 ++-
1
On Thu, 9 Apr 2009 12:33:55 +0200
Carsten Dominik wrote:
> I really don't see why. Under what circumstances would you
> want to mix list types like this, without at least on little
> transition sentence between the lists? I cannot remember any
> occasion when I would have wanted this to be po
As in subject: am trying to use org-mode for generating monthly
working hours reports. Basically, I'd put in short descriptions of
tasks, and then would use clocking capabilities of org-mode to
remember time spent on each task. Then, I'd like to create a table
with date, task description, and tim
Using org 6.25e:
Automatically resuming the clock after an Emacs restart fails under the
following cases:
1. If org-log-states-order-reversed set to t (default), and a state
change line precedes the clock line to resume. Error message is "Cannot
restart clock because task does not contain u
Carsten Dominik writes:
> Hi Baoqiu,
>
> I really don't see why. Under what circumstances would you
> want to mix list types like this, without at least on little
> transition sentence between the lists? I cannot remember any
> occasion when I would have wanted this to be possible.
This may be
On 9 Apr 2009, at 17:33, Carsten Dominik wrote:
the file org-export-latex.el has been renamed to org-latex.el.
I think some of you might have
(require 'org-export-latex)
in your setup, this needs to be changed.
Also, after pulling from the git repo,
running
make clean
make
to produce
I couldn't find any documentation on how to do it. Here's the code I
modified from an answer to a slightly different question.
;; start the clock if there is a STARTED todo tag is in your remember template
(add-hook 'org-remember-before-finalize-hook 'my-start-clock-if-needed)
(defun my-start-clo
Hi,
the file org-export-latex.el has been renamed to org-latex.el.
I think some of you might have
(require 'org-export-latex)
in your setup, this needs to be changed.
Also, after pulling from the git repo,
running
make clean
make
to produce the correct autoloads will be important.
Deric Bytes gmail.com> writes:
>
> I was hoping to add a top-level heading to my file. I changed
>
> (setq org-remember-templates
> '(("* Task" ?t "%^{Task status|TODO|STARTED|SUBTASK} %^{Brief
> Description} %^G\n %^{subject}p %^{other-subjects}p
> %^{sub-subjects}p %^{keywords}p %?\
Is there a way I can specify the |p{width}| in a org-mode table?
Some ATTR_LaTeX method?
I am not able to get the latex table to wrap-around text on very
wide columns that I have in a table.
Could someone please suggest a solution?
Thanks, Madhu
___
Carsten,
I did NOT send this. I am apparently the victim of a spam website
that got access to my address book. I am, needless to say, quite
unhappy about it and I deeply apologize.
Tom S.
On Thu, Apr 9, 2009 at 2:13 AM, Carsten Dominik
wrote:
> Hi Tom,
>
> sending this message to the mailing
I was hoping to add a top-level heading to my file. I changed
(setq org-remember-templates
'(("* Task" ?t "%^{Task status|TODO|STARTED|SUBTASK} %^{Brief
Description} %^G\n %^{subject}p %^{other-subjects}p
%^{sub-subjects}p %^{keywords}p %?\nCalled from: %a\nAdded: %U"
"~/notes/notes-log
Hi Nick, when it becomes available, can you end us a reminder here?
Thanks.
- Carsten
On Apr 9, 2009, at 3:10 PM, Nick Dokos wrote:
I thought the following article might be of interest to a lot of
people here:
http://lwn.net/Articles/326820/
It's a discussion of SyncML, a "standard"[1]
On Apr 6, 2009, at 1:53 PM, Sebastian Rose wrote:
Ulf Stegemann writes:
org-protocol is really a great extension for org-mode! However, I
experience an annoyance regarding non-ascii character encoding.
When using org-protocol with remember and firefox, all non-ascii
characters get b0rked in
I thought the following article might be of interest to a lot of people here:
http://lwn.net/Articles/326820/
It's a discussion of SyncML, a "standard"[1] promulgated by the Open
Mobile Alliance. The spec is available at
http://www.openmobilealliance.org/Technical/release_program/ds_v2_0.asp
No, this is not implemented.
- Carsten
On Apr 9, 2009, at 12:50 PM, Deric Bytes wrote:
Is it possible to set the location remember files based on properties
of the headline added.
:PROPERTIES:
:SUBJECT: org
:END:
("Todo" ?t "* TODO %^{Brief Description} %^g\n%?\nAdded: %U"
"~/notes/%p^{SUBJ
Is it possible to set the location remember files based on properties
of the headline added.
:PROPERTIES:
:SUBJECT: org
:END:
("Todo" ?t "* TODO %^{Brief Description} %^g\n%?\nAdded: %U"
"~/notes/%p^{SUBJECT}-todo-090331.org")
where %p^{SUBJECT} is org
_
I set a org file to load as my initial page, in my .emacs file
(find-file "~/note-keeping-log-090331.org")
I also defined my own set of TODO tags.
However they were not showing in my initial page.
Problem was my file was being loaded before the TODO tags were set
The solution was to dela
When I did C-c C-q I got the following error
org-fast-tag-selection: Wrong type argument: char-or-string-p, (100)
problem was I missed a dot in ("design" ?d))), it should have been
("design" . ?d)))
solution
(setq org-tag-persistent-alist '(("setup" . ?s) ("problem" . ?p)
(
Hi Tom,
On Apr 9, 2009, at 2:05 AM, Tom Breton (Tehom) wrote:
My previous fix was mistaken. Not sure why it passed tests; I
have two theories. Regardless, it was wrong. Current
`(org-outline-level)' seems the correct "LEVEL=" matcher argument to
make `org-map-entries' find only an item's imm
On Apr 9, 2009, at 7:27 AM, Baoqiu Cui wrote:
Carsten Dominik writes:
1. Bug One: two consecutive lists with different list types at the
same
level are exported as *one* list. For example, the following two
lists
1. Ordered List Item 1
2. Ordered List Item 2
- Itemized List Item 1
-
Please do NOT respond to this! It is spam and I did NOT send it.
My apologies.
Tom S.
On Wed, Apr 8, 2009 at 7:47 PM, Thomas Shannon wrote:
> Thomas Shannon wants you to join Yaari!
>
> Is Thomas your friend?
>
> Yes, Thomas is my friend! No, Thomas isn't my friend.
>
> Please respond or Thomas
On Apr 7, 2009, at 1:12 AM, Daniel Clemente wrote:
Hi. Since I edit my files from different computers, each with
different locales, I end up with dates like:
CLOCK: [2009-04-01 mié 14:15]--[2009-04-01 mié 14:22] => 0:07
…
SCHEDULED: <2009-03-26 dj 18:00>
…
CLOSED: [2007-11-25 So 19
On Apr 8, 2009, at 6:45 PM, Jonathan Arkell wrote:
Hello
I am working on some code to import Outlook appointments into org-
mode. It will use the Wsh Repl (http://www.emacswiki.org/emacs-en/WshRepl
) to talk to the Windows Scripting Host to connect to outlook to
retrieve the meetings.
S
Hi Leo,
Leo writes:
1. Ordered List Item 1
2. Ordered List Item 2
- Itemized List Item 1
- Itemized List Item 2
- Itemized List Item 3
> mixing lists is easy to do. Just use Alt + to
> decrease/increase the item's indentation.
Increasing the indentation
On 2009-04-09 06:27 +0100, Baoqiu Cui wrote:
>>> level are exported as *one* list. For example, the following two
>>> lists
>>>
>>> 1. Ordered List Item 1
>>> 2. Ordered List Item 2
>>>
>>> - Itemized List Item 1
>>> - Itemized List Item 2
>>> - Itemized List Item 3
>>
>> This is, ac
30 matches
Mail list logo