[O] [BUG] Changing TODO states sometimes modifies the scheduling of the next heading

2011-04-03 Thread Tom
I have a heading where the scheduling changed misteriuosly. It is set to repeat weekly and I found it jumped to the next week without me touching it at all. I set up a background watcher and after a week it detected when the unwanted change happens. I could not yet create a simple org file to

[O] Re: [BUG] Changing TODO states sometimes modifies the scheduling of the next heading

2011-04-03 Thread Tom
Tom adatgyujto at gmail.com writes: I could not yet create a simple org file to reproduce the problem Here's an org file which demonstrates the bug with org 7.5: * TODO test1 SCHEDULED: 2011-04-02 Szo +1d * TODO test2 SCHEDULED: 2011-04-03 H .+1w If you (setq org-log

[O] Re: [BUG] Changing TODO states sometimes modifies the schedulingof the next heading

2011-04-03 Thread Tom
Matt Lundin mdl at imapmail.org writes: I cannot reproduce this. Did you start emacs without any initialization? I started it with -Q and loaded org 7.5 manually to avoid affecting the test with my own org customizations.

[O] Re: [BUG] Changing TODO states sometimes modifies the schedulingof the next heading

2011-04-03 Thread Tom
Matt Lundin mdl at imapmail.org writes: I still cannot reproduce it. I tried your test file which was different from the test file I suggested in the second mail and I couldn't reproduce the problem with it either. So I looked into this and turns out the problem occurs only if after the

[O] goto does not accept remote references for local targets

2011-03-08 Thread Tom
I use the goto interface of org-refile a lot to navigate in my org files and I often run into the annoying behavior that goto insists on using local target format when jumping to a header in the current buffer. For example, let's assume I have a todo.org file in which there's a heading called

Re: [O] goto does not accept remote references for local targets

2011-03-08 Thread Tom
Tom adatgyujto at gmail.com writes: The problem is if I'm in todo.org then goto accepts local targets only by their name (without the (todo.org) qualifier), so it accepts the target only as test, but not as test (todo.org). BTW, in org 7.5 this test (todo.org) is offered as the default

Re: [O] Table formula changes are not always necessary when moving rows

2011-03-07 Thread Tom
Carsten Dominik carsten.dominik at gmail.com writes: You did not show your example, but from the formula I would assume that you start the table immediately with data, without a header line org a horizontal separator line. If you did, you could do vsum(@I..II) and have a formula that is

[O] Table formula changes are not always necessary when moving rows

2011-02-28 Thread Tom
I have a table in which I sum the values of all rows in the last row: vsum(@1..@-I-1). The problem is when move a row with M-up before the first row (e.g. I press M-up on the second row) then org modifies this formula to vsum(@2..@-I-1). This is not always the expected behavior, because in this

[Orgmode] Re: Refile cache expire

2011-02-27 Thread Tom
Tom adatgyujto at gmail.com writes: when the computer is idle for, say, 5 seconds. I meant 5 minutes, of course. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman

[Orgmode] Re: Refile cache expire

2011-02-27 Thread Tom
Samuel Wales samologist at gmail.com writes: I'd find automatic regeneration useful. Another way: * [#A] make failed refile reload the cache automatically You usually want the existing choices for selecting a headline. You don't need to regenerate those. Just the target

[Orgmode] Refile cache expire

2011-02-26 Thread Tom
Caching of refile targets is great, however, I usually have my computer and emacs running for several days (I use hibernation), so sometimes I need to clear the cache manually to have it rebuilt. How about adding an option to set an expiration time for the refile cache after which it is cleared

Re: [Orgmode] org-stow (Proof of concept)

2011-02-13 Thread Tom Breton (Tehom)
* Now the doc section of this file contains this item * Finish writing it (a moment from now) and update. So I've added to a document while just dealing with notes, and crucially, I can retract individual notes that become obsolete. Take care, Tom Breton (Tehom

Re: [Orgmode] org-stow (Proof of concept)

2011-02-12 Thread Tom Breton (Tehom)
(which is stand-alone) or all of emtest, I can certainly include it. Since you seem to have chosen ert, I don't know what you want in this regard. Tom Breton (Tehom) ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

Re: [Orgmode] org-stow (Proof of concept)

2011-02-11 Thread Tom Breton (Tehom)
Tom Breton (Tehom) te...@panix.com writes: Any interest in trying this out? I can push it if anyone else wants to try it out. I'm interested! Please let me know where I can read some code. Thanks :) I pushed it just now; it's on branch stow-design. Here is a little documentation

[Orgmode] Blogging from org-mode

2011-01-16 Thread Tom Breton (Tehom)
/org2blog.git Both respect the normal export options (#+TITLE: etc) but other than that the approaches are fairly different. Please tell me if I've missed any other org-based blogging software (other than the blog hosting software which is a different category). Tom Breton (Tehom

Re: [Orgmode] Blogging from org-mode

2011-01-16 Thread Tom Breton (Tehom)
On 2011-01-16, Tom Breton (Tehom) te...@panix.com wrote: Please tell me if I've missed any other org-based blogging software (other than the blog hosting software which is a different category). Right, there are hosted blogs (like Blogger) and self-hosted blogs (where you run the software

[Orgmode] org-stow (Proof of concept)

2011-01-14 Thread Tom Breton (Tehom)
dblocks to mirror notes. They are automatically inserted by org-stow, and their dynamic contents is essentially copied from the notes. Any interest in trying this out? I can push it if anyone else wants to try it out. Tom Breton (Tehom

[Orgmode] org-meta-return and lists

2010-11-03 Thread Tom Short
? * heading - list item A - list item B - When I hit M-RET here, I'd like a new heading. - Tom ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] org-meta-return and lists

2010-11-03 Thread Tom Short
On Wed, Nov 3, 2010 at 5:50 PM, Anthony Lander anthonylan...@yahoo.com wrote: Hi Tom, In order to avoid a prefix key, I did the following in my .emacs: (defun my-org-mode-hook ()  (define-key org-mode-map (kbd C-M-return) (lambda () (interactive) (org-insert-heading 1 nil (add-hook

Re: [Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-11-02 Thread Tom Short
file, Inkscape gives me a 420 KB EPS and Prince a 20 KB PDF. What features does Inkscape rasterize? I just tried a sample file, and I don't see any rasterization. What takes up room in my test file is embedded font information. - Tom ___ Emacs-orgmode

Re: [Orgmode] Installing Orgmode through ELPA-tarball

2010-11-01 Thread Tom Short
steps look relatively cumbersome. Using git seems like the easiest way to get the latest version with the advantage that you can pick the version you want (latest up-to-the-minute, latest release, or some other release). - Tom ___ Emacs-orgmode mailing

Re: [Orgmode] Re: Internal links in LaTeX export

2010-10-29 Thread Tom Dye
Many thanks to all of you for figuring this out and fixing it. I can confirm that internal and external links both work in the pdf file compiled from the Org-mode LaTeX export, which is way cool and seems miraculous to a dirt archaeologist. All the best, Tom On Oct 28, 2010, at 7:01 PM

Re: [Orgmode] Re: [WIP] OpenOffice Exporter

2010-10-13 Thread Tom Short
images via the HTML route, mainly EPS files. See here: http://permalink.gmane.org/gmane.emacs.orgmode/29585 What type of images are you having problems with? That said, I'm excited about Jambunathan's direct export option. - Tom ___ Emacs-orgmode

[Orgmode] Feature idea: overwrite time at the prompt when rescheduling

2010-10-08 Thread Tom
I use rescheduling often and it would be convenient if I didn't have to delete the existing time at the schedule prompt and I could just type the new time (like 8am) which would automatically replace (overwrite) the previous text in the prompt. Sometimes it is also useful to edit the existing

[Orgmode] Sparse trees and searching for multiple words

2010-09-19 Thread Tom
I see sparse trees can be constructed by searching for a regexp, but I can't find the same ability for multiple searches. For example, I'd like to see entries which contains the words 'cat' and 'dog' in any order. Or 'apple', 'orange', 'melon', 'plum' and 'pear' in any order. Searching for

Re: [Orgmode] Worg updating?

2010-09-19 Thread Tom Dye
Aloha Bastien, I didn't know about the limitation on non-org files. I've moved the pdf files to my server. Thanks for your help. All the best, Tom On Sep 19, 2010, at 8:25 AM, Bastien wrote: Hi Tom, Tom Dye colleag...@tsdye2.com writes: Most of the links to examples in http

Re: [Orgmode] Worg updating?

2010-09-18 Thread Tom Dye
On Sep 18, 2010, at 7:53 AM, Bastien wrote: Hi all, I cleaned up the Worg publishing mechanism: - The cron'ed publishing mechanism does not allow babel code execution on the server anymore (for obvious security reasons). If your Worg file needs code execution, send me an email and I will

[Orgmode] Worg updating?

2010-09-17 Thread Tom Dye
Aloha all, Thanks to whoever fixed links on Worg. It appears that Worg isn't updating itself now, though. All the best, Tom ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] Why can't global cycling be simulated with command events?

2010-09-07 Thread Tom
In one of my org files I use archiving into the same file. This works well, the only problem is org opens every subtree in the file and doesn't restore the previous folding state afterwards. In order to go back to a more useful folding state I push S-tab twice after archiving. Once for OVERVIEW

Re: [Orgmode] Re: Org now fontifies code blocks

2010-09-07 Thread Tom Short
I think it'd help for new users to keep it on by default, but since it can be changed, I'm fine either way. How hard would it be to use a property, so it could be changed on a per-file basis? If it's difficult, that time may be better spent profiling and speeding it up. - Tom On Tue, Sep 7, 2010

RE: [Orgmode] Org-mode to MS-Word/OOo with vector graphics

2010-09-03 Thread Short, Tom
files could work: http://newsgroups.derkeiler.com/Archive/Comp/comp.text.tex/2010-08/msg00 800.html - Tom -Original Message- From: David Maus [mailto:dm...@ictsoc.de] Sent: Thursday, September 02, 2010 15:21 To: Short, Tom Cc: emacs-orgmode@gnu.org Subject: Re: [Orgmode] Org-mode

Re: [Orgmode] Re: [BABEL] [PROPOSAL] Seemless editing of Babel Blocks

2010-09-03 Thread Tom Short
a little further? - Tom ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Org-mode to MS-Word/OOo with vector graphics

2010-09-02 Thread Tom Short
this isn't org-babel specific, it's convenient to use with org-babel since there are so many ways to generate graphic files. See below for an example that uses R to create EPS and windows metafiles (windows only). I'm curious to hear if it works for anyone else. - Tom

[Orgmode] Archive to beginning of subtree?

2010-08-31 Thread Tom
Is there a setting like org-reverse-note-order for archiving, so that the archived item goes to the beginning of the subtree instead of the end? org-reverse-note-order doesn't seem to affect it. Shouldn't archiving honor the setting of org-reverse-note-order?

[Orgmode] Re: Archive to beginning of subtree?

2010-08-31 Thread Tom
Tom levelhalom at gmail.com writes: Is there a setting like org-reverse-note-order for archiving, so that the archived item goes to the beginning of the subtree instead of the end? org-reverse-note-order doesn't seem to affect it. Shouldn't archiving honor the setting of org-reverse-note

[Orgmode] Re: [babel] exports, caching, remote execution

2010-08-19 Thread Tom Short
. Could you provide an example that demonstrates the problem? Eric, here's an example where the exporter does not respect caching. - Tom #+BABEL: :session *R* :results output :exports both :cache yes * A test of caching #+begin_src R cat(random result:, runif(1), \n) Sys.sleep(2) alarm

[Orgmode] Re: problem with babel and R

2010-08-17 Thread Tom Short
what to replace. - Tom ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Rescheduling an item works properly only if SCHEDULED is after the heading

2010-06-10 Thread Tom
I sometimes move the SCHEDULED keyword after textual content of a heading, because for me the content is more important to see than the keyword which is a technical detail of org implementation. The problem is if I use org-schedule on such a heading to reschedule the task then it inserts a new

[Orgmode] Toggle a repeating task in DONE state

2010-06-03 Thread Tom
When in the agenda I sometimes accidentaly press 't' again on a repeating task which is already in DONE state. This makes the task to skip yet another repetition and set the date to the next available date. Is this 'feature' actually useful? It makes sense for a non-repeated task, because there I

[Orgmode] Re: Proposal: Emtest as tester

2010-05-27 Thread Tom Breton (Tehom)
Tom Breton (Tehom) te...@panix.com writes: At Carsten's request, I am proposing emtest as the tester for org-mode. I would like to hear if there are any objections or questions. Hi Tom, My googling didn't manage to find emtest -- where does the code live at the moment? At the moment

Re: [Orgmode] Proposal: Emtest as tester

2010-05-27 Thread Tom Breton (Tehom)
Hi Tom, [...] I made an attempt earlier to propose a testing framework and wrote some thoughts in an email thread: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg22558.html I read that. Interesting. Would your proposal cover my example-based approach? How hard would

[Orgmode] Proposal: Emtest as tester

2010-05-24 Thread Tom Breton (Tehom)
ID, and wants it to be the correct version. So git insulates you just a little bit, at the cost of having to deal with an additional repository. So I'm thinking I'd just include it literally and if that proves hard to maintain then we still have the other option. Tom

[Orgmode] Jumping to scheduled item from agend doesn't put cursor on to the heading

2010-05-19 Thread Tom
If I jump to a regular TODO item from the agenda then cursor is put on the heading line. In case of a scheduled agenda item cursor is put to the timestamp. Is it intentional? I often put text content after the heading and before the SCHEDULED timestamp, because I can easily modify the timestamp

Re: [Orgmode] org-html link building diff

2010-05-17 Thread Tom Breton (Tehom)
the testing directory. But then what happens for any future fixes? Seems like each time I'd have to rebase that branch and pick thru changes and make it discard each change that deals with testing/. It seems hard to maintain. Tom Breton (Tehom

[Orgmode] Test-file naming conventions - mine and suggested for org

2010-05-17 Thread Tom Breton (Tehom)
document considering the alternatives and chose this as best. But it's young enough that it could be changed, were strong arguments made towards some alternative. Tom Breton (Tehom) ___ Emacs-orgmode mailing list Please use `Reply All' to send

[Orgmode] Empty lines are added below heading when task is repeated and org-indent-mode is on

2010-05-15 Thread Tom
Using the latest version (6.36) if I have a heading like this: ** TODO test task stuff SCHEDULED: 2010-05-15 Sat 07:35 +1d Then an empty line is inserted below the heading (before stuff) if org-indent-mode is on and logging is set like this: (setq org-log-repeat nil) (setq org-log-done

Re: [Orgmode] org-html link building diff

2010-05-15 Thread Tom Breton (Tehom)
Hi Tom, what is the status of this development? Ready for prime time? If yes, can you please rebase to master and send me the pointer to the branch again? I believe it is ready, though I haven't heard any feedback. I pushed the changes on about the 4th of may. Or is there still stuff

[Orgmode] Re: Agenda and excursion

2010-05-14 Thread Tom
Carsten Dominik carsten.dominik at gmail.com writes: On May 13, 2010, at 11:07 AM, Tom wrote: Often I do something in an org buffer and then display the agenda to see my tasks. Then later I switch back to that buffer with switch-to-buffer and find that building of the agenda moved

[Orgmode] Re: Agenda and excursion

2010-05-14 Thread Tom
Carsten Dominik carsten.dominik at gmail.com writes: Ah, that is interesting. Can I have a look at the full custom command definition you are using? Turned out I called one of my own functions from the skip function with a delay (so it ran after agenda construction finished) and that

[Orgmode] You may experience folding problems with the current version

2010-05-13 Thread Tom
Migrating to 6.36 I found I couldn't open some of the folded trees with TAB. Turns out this line has to be commented in org.el to fix it (modify-syntax-entry ?\n ) because if the syntax of newline is changed like this then this expression in org-cycle-internal-local will not work in some

[Orgmode] Agenda and excursion

2010-05-13 Thread Tom
Often I do something in an org buffer and then display the agenda to see my tasks. Then later I switch back to that buffer with switch-to-buffer and find that building of the agenda moved the cursor from the point I was to the end of the buffer. It's a bit annoying. Shouldn't org-agenda use

[Orgmode] VISIBILITY:folded hides all empty lines after heading if org-cycle-separator-lines is set to negative

2010-05-11 Thread Tom
Here is an org file: file begin - * test1 :PROPERTIES: :VISIBILITY: folded :END: ** test2 * test3 file end - org-cycle-separator-lines is set to -2, so org should hide one empty line after the heading when it's folded and leave the others there. If

[Orgmode] Re: VISIBILITY:folded hides all empty lines after heading if org-cycle-separator-lines is set to negative

2010-05-11 Thread Tom
Tom levelhalom at gmail.com writes: Org-mode version 6.33x I just realized it's not the latest version, because emacs 23.2 preloads its own org for some reason, before I could set the load path and I don't yet know how to prevent it and use the latest org. But I have a feeling this bug

Re: [Orgmode] org-html link building diff

2010-04-29 Thread Tom Breton (Tehom)
Hi Tom, On Apr 28, 2010, at 5:01 AM, Tom Breton (Tehom) wrote: The changes are essentially made and pass my tests now, there's mostly housekeeping now: pull, merge, push. Yes. Send me your name on repo.or.cz and I'll add push for you. Please create your own branch and stay

Re: [Orgmode] org-html link building diff

2010-04-27 Thread Tom Breton (Tehom)
? * How do you feel about url-parse? It's bundled with emacs, builds and destructures urls. IMO we're not at the stage where it provides more help than the extra work it requires yet. Tom Breton (Tehom) ___ Emacs-orgmode mailing list

[Orgmode] org-html link building diff

2010-04-18 Thread Tom Breton (Tehom)
be done - it's only used by some of the cond branches, the others are unchanged. But publish early and often, so here it is. I will append the changes as a diff, since I can't push to the org repository (fatal: The remote end hung up unexpectedly) Tom Breton (Tehom) diff --git a/lisp/org

[Orgmode] Tiny bug in org-html

2010-04-18 Thread Tom Breton (Tehom)
', so the bug may not have been obvious. Tom Breton (Tehom) ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] And a question about org-html

2010-04-18 Thread Tom Breton (Tehom)
different way, but that doesn't seem as good as a real image link, and it seems to duplicate functionality that the cond statement has (and now in my new stuff, that `org-html-make-link' always handles) Tom Breton (Tehom) ___ Emacs-orgmode mailing

[Orgmode] Archiving in same file opens all subtrees and leaves them open

2010-04-04 Thread Tom
I put an ARCHIVE tag to the beginning of an org file: #+ARCHIVE: ::* archive and archived subtrees are put correctly under the archive heading in the same file. The problem is archiving opens all subtrees in the file and leaves them open and it messes up my nicely folded file. I have to

[Orgmode] Re: Archiving in same file opens all subtrees and leaves them open

2010-04-04 Thread Tom
Carsten Dominik carsten.dominik at gmail.com writes: Because normally archiving goes to a different file, where this would not be a problem. But you can try this patch and run with it for a while, to see if it causes any problems. Thanks, I'll try it. A possible workaround (if it does

[Orgmode] Re: Org productivity tip to prevent accumulation of unscheduled undone tasks

2010-03-26 Thread Tom
Ryan Thompson rct at thompsonclan.org writes: Previously, I had the problem that I would use remember to add TODO items, but then they would languish in my TODO list because they would never appear in my agenda. I use a block agenda for this purpose which shows scheduled items and regular

[Orgmode] Highlighting current header and its contents

2010-03-21 Thread Tom
One of my main gripes with orgmode is often I cannot make out clearly when the text content of an opened header ends and the next header begins, because there is no apparent visual indication. Of course, I can add empty lines manually to the end of the content, but this solution is not really

[Orgmode] Re: Highlighting current header and its contents

2010-03-21 Thread Tom
Dan Davison davison at stats.ox.ac.uk writes: Your overlay code's instructive for me, but I don't understand the problem it's solving. Isn't the next heading made sufficiently distinct by being bold and coloured and having an asterisk in front of it? Not really. My headings are not bold,

Re: [Orgmode] org-mode on iPhone or Android: recommendations?

2010-03-19 Thread Tom X. Tobin
On Fri, Mar 19, 2010 at 1:00 PM, Martin Stemplinger mstemplin...@gmx.de wrote: Hi all, I currently think if I should buy a new smartphone but of course I need support for org-mode ☺. Now there is mobileorg  for the iPhone and a port to Android. I tend to prefer an Android phone but would

[Orgmode] Insert archived item as first child of archive location header

2010-03-10 Thread Tom
When archiving trees I'd like to see the archived items in reverse chronological order at the archive location, so if I jump to the header under which stuff is archived I would see the most recent item at the top. When searching for something in the archives it is much more frequent that I'm

[Orgmode] Re: Cannot reschedule task with repeater

2010-03-08 Thread Tom
Carsten Dominik carsten.dominik at gmail.com writes: I have now removed this limitation, because, as you say, it really should not be there.D Cool, thanks. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

[Orgmode] Re: New Org-mode talk by Carsten Dominik

2010-03-07 Thread Tom
Stefan Vollmar vollmar at nf.mpg.de writes: Hallo, we proudly present: Emacs Org-mode: Organizing a Scientist's Life and Work I noticed the org color config in the talk was much catchier (e.g. the keywords with bgcolor) than in the default org config. It would be a good idea to make

[Orgmode] Re: New Org-mode talk by Carsten Dominik

2010-03-07 Thread Tom
Carsten Dominik carsten.dominik at gmail.com writes: The problem I see here is that if a new user downloads Emacs, it will have white background and only default colors. For every face you can define colors for light and dark background: background: The kind of background—either light or

[Orgmode] Cannot reschedule task with repeater

2010-03-07 Thread Tom
It's not clear to me in case of a timestamp like this 2010-03-08 H 21:30 .+1d why can't the reschedule feature change the date/time part only and leave the repeater part intact? Why does it have to throw the error Cannot reschedule task with repeater? I see no compelling reason for not

[Orgmode] org blogging, where to find labels in org file?

2010-02-21 Thread Tom Breton (Tehom)
information does other org-based blogging software use as labels? Thanks, Tom Breton (Tehom) *** Footnotes [fn:1] My change consists of * a patch at http://www.panix.com/~tehom/my-code/gblogger.el.diff * It sent it to T V Raman, so maybe it will be in the next g-client. * a new file

Re: [Orgmode] emacs/org-mode on Droid?

2010-02-16 Thread Tom Tobin
On Tue, Feb 16, 2010 at 12:18 PM, David Rogoff da...@therogoffs.com wrote: Hi all. New org-mode convert also looking at new phones.  It looks like the Moto Droid would be great for running org-mode.  Has anyone ported emacs to this platform and gotten org-mode running? I just switched from

[Orgmode] Radio targets don't work in headers

2010-02-02 Thread Tom
If I create a radio target in the file stuff and then somewhere else in the document I use the target in a header like * collection of some info on project X ** collected info about stuff *** note 1 *** note 2 ... Then the word stuff will be a link, but when I click on it it says No links.

[Orgmode] Re: switching to emacs via keboard shortcut

2010-02-02 Thread Tom
Brody, William (Buck BrodyW11 at darden.virginia.edu writes: I run org-mode on GMU Emacs for Windows.  During my workflow I am frequently alt-tab ‘ing to get back to Emacs.  Does anyone have a way to use a keyboard shortcut (maybe via an autohotkey script) to get back to emacs. I use this:

[Orgmode] org-mobile-push and agenda IDs

2010-01-15 Thread Tom Tobin
I recently upgraded my org-mode, and found that org-mobile-push started to litter my org files with property drawers. I finally figured out how to turn these off (via org-mobile-force-id-on-agenda-items), but the org-mode manual makes it sound like they're necessary for the proper operation of

Re: [Orgmode] org-mobile-push and agenda IDs

2010-01-15 Thread Tom Tobin
On Fri, Jan 15, 2010 at 12:12 PM, Richard Moreland r...@ncogni.to wrote: Hi Tom, They are not required, but they eliminate potential problems that may be encountered with the simple path-based node identification scheme. The risk level is fairly low, and you should be fine with the force

[Orgmode] Re: Org-mode and Nokia N900

2009-12-14 Thread Tom Short
See here: http://sumoudou.org/0/14.html - Tom ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: [babel]: Some feedback after the first week usage

2009-11-05 Thread Tom Short
, just hiding the non-code stuff. You might even be able to operate the indirect buffer in ess-mode or python mode if you wanted. - Tom ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] [22] [newbie] install remember?

2009-07-20 Thread Tom Roche
my setting anything up. TIA, Tom Roche tom_ro...@pobox.com ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] [22] [newbie] install remember?

2009-07-20 Thread Tom Roche
(edited with org-mode :-) Tom Roche Mon, 20 Jul 2009 02:23:35 -0400 (EDT) * specific question: if I'm running a (GNU) emacs 22 (like the current stock ubuntu http://packages.ubuntu.com/jaunty/emacs ), do I need to install remember.el separately? (I'm thinking yes.) Bastien Mon, 20

Re: [Orgmode] Release 6.28

2009-06-25 Thread Tom Tobin
On Thu, Jun 25, 2009 at 2:10 AM, Carsten Dominikcarsten.domi...@gmail.com wrote: Improvements related to `#+begin' blocks ~ These are fantastic changes! They fix the main warts I've come across in trying to use org-mode to take development notes, and

[Orgmode] begin_src problems

2009-05-18 Thread Tom Tobin
I'm having some issues using #+BEGIN_SRC; doing the following doesn't seem to use the org-code face, and doesn't seem to work correctly with C-c i: #+BEGIN_SRC html-mode pfoobar/p #+END_SRC Am I missing something? The short form for code literals (prepending a line with colon-space) seems to

Re: [Orgmode] begin_src problems

2009-05-18 Thread Tom Tobin
On Mon, May 18, 2009 at 7:47 PM, Dan Davison davi...@stats.ox.ac.uk wrote: Tom Tobin korp...@korpios.com writes: I'm having some issues using #+BEGIN_SRC; doing the following doesn't seem to use the org-code face, and doesn't seem to work correctly with C-c i: C-c i is undefined with my

Re: [Orgmode] begin_src problems

2009-05-18 Thread Tom Tobin
On Mon, May 18, 2009 at 10:15 PM, Dan Davison davi...@stats.ox.ac.uk wrote: Tom Tobin korp...@korpios.com writes: Hmm ... C-c ' now works only if the block is flush with the left margin.  Is this intentional? Yes, it's intentional. The # has to be the first character on the line. It's

Re: [Orgmode] Thomas Shannon sent you a Friend Request on Yaari

2009-04-09 Thread Tom Shannon
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 tsha...@gmail.com wrote: Thomas Shannon wants you to join Yaari! Is Thomas your friend? Yes, Thomas is my friend! No, Thomas isn't my friend. Please

Re: [Orgmode] Thomas Shannon sent you a Friend Request on Yaari

2009-04-09 Thread Tom Shannon
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 carsten.domi...@gmail.com wrote: Hi Tom, sending

Re: [Orgmode] org-choose bugfix - whoops

2009-04-08 Thread Tom Breton (Tehom)
the real bug - properly now, I hope! - and attached a patch. Tom Breton (Tehom) org-choose.el.diff Description: Binary data ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org

[Orgmode] Trouble with Properties and Sparse Trees/Agenda View

2009-04-04 Thread Tom Shannon
, Tom S. -- The release of the atom power has changed everything except our way of thinking... The solution to this problem lies in the heart of mankind. If only I had known, I should have become a watchmaker. -- Albert Einstein ___ Emacs-orgmode

[Orgmode] org-choose bugfix

2009-02-23 Thread Tom Breton (Tehom)
Here is a bugfix for org-choose that I've been meaning to post. The bug was this: When looking for alternatives, it looks at the whole tree, not just the immediate children. Now fixed. Patch is attached. Tom Breton (Tehom) org-choose.el.diff Description: Binary data

[Orgmode] Re: Org-choose

2009-02-13 Thread Tom Breton (Tehom)
you want to use org-split-string That just might be it! I have changed it to org-split-string. A patch is attached. I can't detect any difference - all tests pass either way - so I hope you will tell me whether it works now. Hi Tom, first, I did apply your patch - even though I do

[Orgmode] Now with patch (Was Re: Org-choose)

2009-02-13 Thread Tom Breton (Tehom)
The previous message would have worked better if I had actually remembered to attach the patch. Here it is. Tom Breton (Tehom) org-choose.el.diff Description: Binary data ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

[Orgmode] Re: Org-choose

2009-02-13 Thread Tom Breton (Tehom)
Hi Tom, thanks, this patch seems to fix at least the problem I was having. Glad to hear it! I see that you now require 'cl also during runtime, which is probably (?) because you are also calling some functions, not only macros? Yes. The configuration difficulties made me think about

Re: [Orgmode] Docs submitted (Was Re: Advice sought on managing decision alternatives.)

2009-02-12 Thread Tom Breton (Tehom)
On Wed, Feb 11, 2009 at 4:18 AM, Tom Breton (Tehom) wrote: [...] I couldn't reproduce this. Is this on the same test file as before? Sorry for the delay in reply, Tom. I reproduce the situation below: First the test file. --8---cut here---start-8

Re: [Orgmode] Docs submitted (Was Re: Advice sought on managing decision alternatives.)

2009-02-12 Thread Tom Breton (Tehom)
Tom Breton (Tehom) te...@panix.com wrote: On Feb 11, 2009, at 2:08 AM, Tom Breton (Tehom) wrote: (let* ((x 1)) (eval-after-load 'simple (setq x 2)) x) =3D 2 (let* ((x 1)) (eval-after-load 'simple '(setq x 2)) x) =3D 1 In fact, I am getting 2

Patch Re: [Orgmode] Docs submitted (Was Re: Advice sought on managing decision alternatives.)

2009-02-12 Thread Tom Breton (Tehom)
. This is admittedly a quick and dirty fix, if it even works. Tom Breton (Tehom) org-choose.el.diff Description: Binary data ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

Re: [Orgmode] Docs submitted (Was Re: Advice sought on managing decision alternatives.)

2009-02-11 Thread Tom Breton (Tehom)
Hi Tom, maybe you can educate me: I have never understood what the # does in code like the one you have here. You are using it, so maybe you know? - Carsten Here, it's #' that it of interest, not # alone. At the most direct level, it quotes the symbol with `function' instead

Re: [Orgmode] Docs submitted (Was Re: Advice sought on managing decision alternatives.)

2009-02-11 Thread Tom Breton (Tehom)
On Feb 11, 2009, at 2:08 AM, Tom Breton (Tehom) wrote: This bug is simple. In Setting it all up at the end of org- choose.el, in 6.22b a quote got introduced before progn. That's all. With that quote, it evaluated a quoted form and did nothing. I'd send a patch, but ISTM it's easier

Re: [Orgmode] Docs submitted (Was Re: Advice sought on managing decision alternatives.)

2009-02-11 Thread Tom Breton (Tehom)
nicholas.do...@hp.com wrote: Tom Breton (Tehom) te...@panix.com wrote: (let* ((x 1)) (eval-after-load 'simple (setq x 2)) x) =3D 2 (let* ((x 1)) (eval-after-load 'simple '(setq x 2)) x) =3D 1 Are you sure about this? My understanding of this differs from

Re: [Orgmode] Docs submitted (Was Re: Advice sought on managing decision alternatives.)

2009-02-11 Thread Tom Breton (Tehom)
On Feb 11, 2009, at 2:08 AM, Tom Breton (Tehom) wrote: (let* ((x 1)) (eval-after-load 'simple (setq x 2)) x) = 2 (let* ((x 1)) (eval-after-load 'simple '(setq x 2)) x) = 1 In fact, I am getting 2 in both cases!??? Do you really get 1 for the second??? Yes

Re: [Orgmode] Docs submitted (Was Re: Advice sought on managing decision alternatives.)

2009-02-10 Thread Tom Breton (Tehom)
On Tue, Feb 10, 2009 at 8:44 AM, Tom Breton (Tehom) wrote: [...] OK, I've add comments, keywords, and some docstrings I forgot to org-choose.el, and I wrote a standalone doc. Both are attached. This is very intriguing functionality. I tried to follow your and Casten's earlier exchanges

Re: [Orgmode] Docs submitted (Was Re: Advice sought on managing decision alternatives.)

2009-02-10 Thread Tom Breton (Tehom)
couldn't reproduce this. Is this on the same test file as before? Tom Breton (Tehom) ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

<    1   2   3   4   5   6   >