[Orgmode] Re: org-mode tutorial questionaire

2010-03-23 Thread Matt Lundin
, even after configuring auto-mode-alist. 3. Why C-x b 2.org -- M-x org-mode -- C-x C-s as the recommended workflow? Once the configuration file is set up, C-x C-f 2.org will bring one right into org-mode. Thanks again for all the work you've put into this. Best, Matt

[Orgmode] [PATCH] Allow org-agenda-entry-types to trump org-agenda-include-deadlines

2010-03-23 Thread Matt Lundin
(delq :deadline org-agenda-entry-types))) (cond --8---cut here---end---8--- Thanks, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Re: org-mode tutorial questionaire

2010-03-23 Thread Matt Lundin
Alexander Poslavsky alexander.poslav...@gmail.com writes: On Mar 23, 2010, at 8:42 PM, Matt Lundin wrote: Hi Alex, Alexander Poslavsky alexander.poslav...@gmail.com writes: There is a new tutorial on worg: http://orgmode.org/worg/org-tutorials/ org4beginners.php. The idea is to write

[Orgmode] Re: org-beamer: How to get items appear sequentially rather than all at once

2010-03-23 Thread Matt Lundin
the following line before the first heading: #+beamer: \beamerdefaultoverlayspecification{+-} See section 9.6.3 of the beamer manual (Action Specifications) for more details. Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

[Orgmode] Re: Confusion about TODO tags

2010-03-23 Thread Matt Lundin
mean: , | * blabla | :PROPERTIES: | :ARCHIVE_TIME: 2010-03-23 Tue 20:10 | :ARCHIVE_CATEGORY: blaaahhh | :END: ` If you want to avoid the context properties, use the following setting: (setq org-archive-save-context-info nil) Best, Matt

[Orgmode] Re: org-beamer bug

2010-03-25 Thread Matt Lundin
-environments-default', and you can define more in | `org-beamer-environments-extra'. If this property is set, the | entry will also get a `:B_environment:' tag to make this visible. | This tag has no semantic meaning, it is only a visual aid. ` Best, Matt

[Orgmode] Re: LaTeX package dependencies

2010-03-26 Thread Matt Lundin
of the packages are owned by texlive-core. Best, Matt ___ 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: Recurring TODOs and alreade done TODOs

2010-03-26 Thread Matt Lundin
---end---8--- Best, Matt ___ 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] [PATCH] Speed up org-diary

2010-03-28 Thread Matt Lundin
---8--- Thanks for looking at this. I'm eager to know if there is a more elegant way of accomplishing the same thing. - Matt cal-tex-cursor-month 1 50.220853 50.220853 cal-tex-list-diary-entries

[Orgmode] Re: How to open pdf file links with evince under linux?..

2010-03-29 Thread Matt Lundin
a regexp in auto-mode-alist within emacs. I have the same annoying problem reported by Jan Could you explain what problem you mean here? I believe it was Leo who reported the problem, while Jan offered a solution. Best, Matt ___ Emacs-orgmode

[Orgmode] Re: Table of contents in another language

2010-03-31 Thread Matt Lundin
. You can change this by customizing the variable org-export-language-setup. Best, Matt ___ 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: A bright new Org-mode clone project

2010-04-01 Thread Matt Lundin
is to find a name for it. I was thinking of smog-mode, or maybe frog-mode, but I'm open to any suggestion. How about edomgro? - Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] Re: Spreadsheet FR

2010-04-02 Thread Matt Lundin
AMOUNT TYPE) | ITEM | AMOUNT | TYPE | |--+--+-| | Cheese | 4.54 | dairy | |--+--+-| | | 4.54 | | #+TBLFM: $LR2=vsum(@i+...@ii-1) #+end --8---cut here---end---8--- Best, Matt

[Orgmode] Re: Spreadsheet FR

2010-04-02 Thread Matt Lundin
a master table containing all the information, and then generating narrowed views as separate tables? The babel way to do this would be to have a block function filter-table (provided below) and then call it where needed: This is fantastic. Thanks, Dan! - Matt

[Orgmode] Re: Org-mode and citations

2010-04-04 Thread Matt Lundin
instructions you'll find on integrating BibTeX with org-mode presuppose a working familiarity with BibTeX and reftex. For a quick overview, the Wikipedia article on BibTeX is a good place to start.[fn:1] Best, Matt Footnotes: [fn:1] http://en.wikipedia.org/wiki/Bibtex

[Orgmode] Re: Auto-load files into agenda list

2010-04-04 Thread Matt Lundin
don't like it. Separate files make things more maneageble for me. Calling org-agenda loads each one of your agenda files into a separate buffer. That means 3 years from now emacs will have to open 1,000 files and spawn 1,000 buffers to generate the agenda view. :) Best, Matt

[Orgmode] Re: Add org-habit to org-modules

2010-04-05 Thread Matt Lundin
this: ;; Except this doesn't work :-) (append org-modules (list ('org-habit))) (add-to-list 'org-modules 'org-habit) Best, Matt ___ 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: org-protocol and web links

2010-04-06 Thread Matt Lundin
using the setup I put up on the org-protocol page on Worg: http://orgmode.org/worg/org-contrib/org-protocol.php#sec-8.1 Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org

Re: [Orgmode] [ANN] org-mime -- using orgmode to send html mail?

2010-04-09 Thread Matt Price
it look good in html! matt ___ 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: Using org-agenda opens all my .org files.

2010-04-14 Thread Matt Lundin
(and all the properties added by org-mode) are loaded into memory, agenda creation is much quicker. Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo

[Orgmode] Re: Show entries which have been logdone in the last several days?

2010-04-15 Thread Matt Lundin
, nothing else. `v L' is equivalent to | `C-u v l'. | | `v [ or short [' | Include inactive timestamps into the current view. Only for | weekly/daily agenda and timeline views. ` Best, Matt ___ Emacs-orgmode mailing list Please

[Orgmode] Re: Support (or not) for Emacs 21, and XEmacs

2010-04-16 Thread Matt Lundin
on archdesk - Matt ___ 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: How you ORGanize yourself? (aka: Why not one file to rule'em all?)

2010-04-17 Thread Matt Lundin
. Here are the functions: http://orgmode.org/worg/org-hacks.php#set-agenda-files-by-filetag Best, Matt ___ 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: [Babel] Macro for begin_src?

2010-04-17 Thread Matt Lundin
) you can combine abbrev mode with skeletons. See: - (info (emacs) Abbrevs) and - http://www.emacswiki.org/emacs/SkeletonMode Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode

[Orgmode] subtitle in export?

2010-04-19 Thread Matt Price
to latex, then converting to odt using mk4ht oolatex. (aside: is there a really easy way to define a new export option that automates the seond step? right now I'm switching to a shell to do the final step, would love to stop having to do that.) thanks much as always! matt

[Orgmode] Re: Agenda View: Do not display items scheduled in the past

2010-04-19 Thread Matt Lundin
only want to see items with a timestamp today (and, of course, deadline items in the next two weeks). (setq org-scheduled-past-days 0) Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode

Re: [Orgmode] export-latex-final-hook

2010-04-19 Thread Matt Price
to have running in the background. Should just write a shell script that runs the two commands, and then fork that process? Or is there a slightly more elegant way that keeps all of the programming contained in a lisp file? Thanks again, matt

[Orgmode] Re: [PATCH] followup to `org-rember-templates' docstring

2010-04-20 Thread Matt Lundin
using your normal email address and turn off delivery. It's one of the options in the settings screen. This makes it easier to remember which email address you should use to write to the list with. This may be worth a FAQ entry. I just added an FAQ on this. Best, Matt

[Orgmode] Re: Emacs 24; view-diary-entries-initially

2010-04-23 Thread Matt Lundin
the sources, if you intend to keep up-to-date with emacs24 development. In my experience, this git mirror stays up-to-date: http://repo.or.cz/w/emacs.git Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list

[Orgmode] Re: due today notification

2010-04-24 Thread Matt Lundin
today without using agenda for current day or week or going into column view. C-c / m DEADLINE=today [RET] Best, Matt ___ 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: Another stupid one -- archiving and reports

2010-04-26 Thread Matt Lundin
David Frascone d...@frascone.com writes: Similarly, I'd like to archive off old completed tasks. Could someone point me to how to do these things . . . I'm sure it's documented somewhere :) (info (org) Archiving) - Matt ___ Emacs-orgmode mailing

[Orgmode] Re: Suggestions needed for handling ideas

2010-04-26 Thread Matt Lundin
-headline todo items (i.e., checkboxes): C-c a / \[ \] [RET] This will generate a list of all open list items, such as, - [ ] Review this idea Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode

[Orgmode] Re: org-agenda-todo-ignore-scheduled setting not affecting custom agenda

2010-04-28 Thread Matt Lundin
would apply: the todo STARTED search in a (the custom block agenda). It looks as if most of your custom agenda commands are tags-todo searches. Try the following setting: (setq org-agenda-tags-todo-honor-ignore-options t) Best, Matt ;; Agenda settings (setq org-agenda-start-with-log-mode t

[Orgmode] Re: [enhancement request] Re: Recursive calender item

2010-04-28 Thread Matt Lundin
already accomplish this in a couple of ways: 1. By setting the variable org-log-repeat to time and using the agenda's log view to browse completed tasks. 2. By using org-clone-subtree-with-time-shift to create multiple instances of a todo at specified intervals. Best, Matt

[Orgmode] Re: Custom agenda view - filter by priority AND scheduled date

2010-04-28 Thread Matt Lundin
-types '(:scheduled)) (org-agenda-skip-function '(org-agenda-skip-entry-if 'notregexp \\[#A\\] ;; ...other commands here )) --8---cut here---end---8--- HTH, Matt ___ Emacs-orgmode mailing list

[Orgmode] Re: Questions about creating new nodes (headings)

2010-04-28 Thread Matt Lundin
level. C-S-RET Does do what it is supposed to, so, I guess a good workaround is C-S-RET, then backspace over the TODO. I cannot reproduce this behavior. C-RET correctly creates a new headline beneath the current entry. Best, Matt ___ Emacs-orgmode

[Orgmode] Re: Does anyone use Jump C-c C-j

2010-04-28 Thread Matt Lundin
, you can try fiddling with the other org-goto variables. Type C-h v org-goto [TAB] for a full list. - Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo

[Orgmode] Re: Copying and Pasting (and Selecting)

2010-04-28 Thread Matt Lundin
to yank it. 2. I often kill folded subtrees with a simple C-k (org-kill-line). 3. I make frequent use of org-refile. - Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org

[Orgmode] Re: Linking Mail ?

2010-04-28 Thread Matt Lundin
=23588 - Matt ___ 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] Calendars Agenda mode

2010-04-28 Thread Matt Price
good ideas about integration i'd love to hear them! matt ___ 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: Linking Mail ?

2010-04-29 Thread Matt Lundin
used mutt for many, many years . . . . but, gnus is not mutt.  I don't think an e-macs mail reader will really work for links, I do not understand what you mean here. Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

[Orgmode] org-check-for-hidden breaks promote/demote in region

2010-05-06 Thread Matt Lundin
(match-beginning 0) 'invisible) + (throw 'exit t nil (defun org-metaup (optional arg) --8---cut here---end---8--- Thanks, Matt Footnotes: [1] The change was discussed in this thread: http://mid.gmane.org

[Orgmode] Re: org mode as tabbed notebook

2010-05-07 Thread Matt Lundin
---cut here---end---8--- Note that these settings also make ido the default interface for switch-to-buffer and find-file. Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs

[Orgmode] noob question : In a table , how to update a formula when inserting a new line

2010-05-07 Thread Matt Chastagnier
for my english). and just a big thank you for this very powerful extension of emacs ^^. Thank you in advance for having read, hoping for an answer if you have a bit time, Salutation Matt C ___ Emacs-orgmode mailing list Please use `Reply All' to send

Re: [Orgmode] noob question : In a table , how to update a formula when inserting a new line

2010-05-08 Thread Matt Chastagnier
That's it !!! Big thank you w t ... it was due to that blank line between table and the line #+TBLFM Thank you Nick Docos too for your reply :) cheers Matt On Sat, May 8, 2010 at 5:48 AM, w t 1218...@gmail.com wrote: On Fri, May 7, 2010 at 7:21 PM, Matt Chastagnier workandr...@gmail.com

[Orgmode] Re: Poll: Who is using these commands

2010-05-11 Thread Matt Lundin
-c C-p quite frequently. The others I do not use at all. My primary use for C-c C-n and C-c C-p is to move from an entry to a heading so that I can then use speed keys to climb and descend the outline. I would not mind if they were rebound. Best, Matt

[Orgmode] org -- wiki ?

2010-05-11 Thread Matt Price
on a small server, and would probably choose the wiki software based on org compatibility. The only caveat is that none of hte other users would likely be emacs or org users, so there'd have to be some user-friendliness to the web-based editing interface. thanks as always! matt

[Orgmode] Re: Include FAQ to info? (was: Org-FAQ request for full-text dump)

2010-05-15 Thread Matt Lundin
, is the envisioned org-help.org simply the org FAQ with a different title or a redacted/abridged of the FAQ? Best, Matt ___ 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: skip entry with inherited tags

2010-05-18 Thread Matt Lundin
((org-agenda-todo-ignore-scheduled t) (org-agenda-filter-preset '(-SOMEDAY)) --8---cut here---end---8--- Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list

[Orgmode] Re: Co-maintainer, a least for some time?

2010-05-20 Thread Matt Lundin
a remember template so that contributors, when claiming an issue, can easily create a new todo (with a unique id) in the org-issues file and publish the id in their reply: e.g., opened and claimed issue [ID number]. Just an idea... Best, Matt Footnotes: [1] Org-mode can be used as a distributed

[Orgmode] Re: Co-maintainer, a least for some time?

2010-05-20 Thread Matt Lundin
Carsten Dominik carsten.domi...@gmail.com writes: I think this i an excellent idea, and keeping this file on Worg so that people can access it on the web and modify it when needed is a good idea. If everyone agrees, then I am glad to accept your offer to start a system like this. Matt, I

[Orgmode] [PATCH] Don't build org-refile-cache if org-refile-use-cache is nil

2010-05-21 Thread Matt Lundin
The function org-get-refile-targets was building org-refile-cache even if org-refile-use-cache was set to nil. This caused every refile attempt to call org-refile-cache-clear and to produce the message Refile cache has been cleared. --- lisp/org.el |3 ++- 1 files changed, 2 insertions(+), 1

[Orgmode] [PATCH] Fix org-refile-cache-check-set

2010-05-21 Thread Matt Lundin
Org-refile-cache fails when org-refile-use-outline-path is set to file. Specifically, org-refile-cache-check-set throws a markerp error when it encounters file targets, since they have nil instead a marker object. This patch applies the test only to targets with markers (i.e., headings). ---

[Orgmode] Re: [PATCH] only display a scheduled item if it is due today or in the past

2010-05-21 Thread Matt Lundin
test in org-agenda.el? Best, Matt ___ 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: Switching states without taking a note, occasionally

2010-05-22 Thread Matt Lundin
---start-8--- * TODO No note todo :PROPERTIES: :LOGGING: nil :END: --8---cut here---end---8--- Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode

[Orgmode] Re: GitHub

2010-05-22 Thread Matt Lundin
will also switch to github or will it stay on repo.or.cz? Thanks, Matt ___ 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: For Org-mode on the go?

2010-06-05 Thread Matt Lundin
. From the wiki: , | editor | | * vim | * joe | * zile like emacs. ` http://en.qi-hardware.com/wiki/Ben_NanoNote_Software_Status Thanks, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs

[Orgmode] Re: clocktable and :tags

2010-06-05 Thread Matt Lundin
here with an up-to-date org-mode, I'd recommend trying the most recent release: http://orgmode.org/org-6.36c.tar.gz Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] Bug: Pretty display of subscripts and hyperlinks

2010-06-06 Thread Matt Lundin
as a subscript. With M-x visible-mode, the substring underscore][Some is displayed as a subscript. Thanks, Matt ___ 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: Timestamp format questions

2010-06-07 Thread Matt Lundin
. --8---cut here---start-8--- * 12:00-14:00 Weekly class %%(org-diary-class 4 8 2010 7 8 2010 4 19) ;; iso number of the week to skip --8---cut here---end---8--- Best, Matt

[Orgmode] Re: Keeping agenda window

2010-06-15 Thread Matt Lundin
agenda display in bottom window. Try TAB (org-agenda-goto). ,[(info (org) Agenda commands)] | `TAB' | Go to the original location of the item in another window. Under | Emacs 22, `mouse-1' will also works for this. ` - Matt ___ Emacs

[Orgmode] Re: any idea how to convert org file to MS WORD an retain text structure?

2010-06-15 Thread Matt Lundin
tex4ht. It has handled every LaTeX feature I've thrown at it (biblatex, toc, index, footnotes) with aplomb. http://www.tug.org/tex4ht/ You can convert tex directly to odt and then save as a doc file within OpenOffice. - Matt ___ Emacs-orgmode mailing list

[Orgmode] Re: preventing automatic rebuild of agenda on refiling?

2010-06-15 Thread Matt Lundin
() (interactive) (org-agenda-refile nil nil t))) Best, Matt ___ 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: [ANN] Org to Atom, revisited

2010-06-15 Thread Matt Lundin
, but your org-atom.el far outleaps my brief, faltering steps in that direction. I look forward to using it. Best, Matt ___ 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: add a table entry by org-remember template

2010-06-17 Thread Matt Lundin
zwz zhangwe...@gmail.com writes: Matt Lundin m...@imapmail.org writes: zwz zhangwe...@gmail.com writes: AFAIK, it is now impossible to add a table entry by org-template. But I think it is very useful. For example, in my private.org, there is a section * Contacts | name | tel. | email

[Orgmode] Re: howto open attachment directory in external program?

2010-06-18 Thread Matt Lundin
is not respecting the mailcap settings. But for a simple solution you could add a setting to org-file-apps: (add-to-list 'org-file-apps '(directory . pcmanfm2)) Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list

[Orgmode] GTD: Tags or Custom TODO states?

2010-06-18 Thread Matt Price
to hear whatever advice people have -- I've read around a bit in the archives and mosto f the links from the worg GTD page, but I still have plenty to learn. Thanks much, matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list

[Orgmode] function to change TODO status and refile to a predetermined location

2010-06-20 Thread Matt Price
function to call to add a tag to a heading -- it looks like org-set-tags doesn't take any arguments, so I guess that won't work...). Can someone give me some pasic advice on building a function like that? I appreciate all the help! Thanks so much, Matt

[Orgmode] function to change TODO status and refile to a predetermined location

2010-06-20 Thread Matt Price
On Sun, Jun 20, 2010 at 12:03 PM, Bernt Hansen be...@norang.ca wrote: Matt Price mopto...@gmail.com writes: i have a file Collect.org in which i collect items that need processing.  Every morning I go through the file, decide what needs to be done with each item, and refile it.  The outcomes

[Orgmode] GTD: Tags or Custom TODO states?

2010-06-20 Thread Matt Price
On Sun, Jun 20, 2010 at 11:58 AM, Bernt Hansen be...@norang.ca wrote: Matt Price mopto...@gmail.com writes: GTD.org this is the main storage place for actionable items, and items that are waiting for a response, so it is listed in the agenda-files alist.  My plan is to use custom agenda

[Orgmode] Re: [PATCH] Fix agenda display for late scheduled and deadline tasks

2010-06-21 Thread Matt Lundin
believe this patch breaks the functionality of org-agenda-repeating-timestamp-show-all. I have org-agenda-repeating-timestamp-show-all set to t, but only one occurrence of each repeating timestamp is shown. Thanks, Matt ___ Emacs-orgmode mailing list Please

[Orgmode] Re: Entries title in agenda view

2010-06-21 Thread Matt Lundin
): Monday 21 June 2010 W25 mycustomer: Meeting to do some stuff:mycustomer:projectA:: --8---cut here---end---8--- Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

[Orgmode] diagnosing emacs hangs

2010-06-21 Thread Matt Price
, org-mode 6.34c (some of htese are debian sid packages). Thanks much in advance, matt ___ 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] OT: orgmode on my palm TX?

2010-06-22 Thread Matt Price
... if the solution involves putting linux on the thing, that's good, too. thanks again! matt ___ 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] keeping uptodate?

2010-06-23 Thread Matt Price
way to do this than directly in git, i'd much prefer that better way. Thanks as always, matt ___ 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: Bug: Definition of stuck projects [6.36trans (release_6.36.293.g2e73c)]

2010-06-25 Thread Matt Lundin
, Matt ___ 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: [ANN] Org-babel integrated into Org-mode

2010-06-29 Thread Matt Lundin
directory is not installed. Does the langs directory require a manual installation? Also, with make install, the ob-* files are installed on the same level as the org-files, yet lines 108-114 in org.el indicate that they should be installed in a babel subdirectory. Thanks! Matt

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-29 Thread Matt Lundin
Hi Nick, Nick Dokos nicholas.do...@hp.com writes: Matt Lundin m...@imapmail.org wrote: When I run make clean make make install I find that the language directory is not installed. Does the langs directory require a manual installation? It's part of the git repository, so it should

[Orgmode] Re: can you require a certain template with lognotedone?

2010-07-13 Thread Matt Lundin
for me. You could use org-after-todo-state-change-hook to call a function that invokes org-capture, using arbitrary tests to see if the current entry has a particular property, etc. Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send

[Orgmode] Re: Bug: Relative paths in file: links are expanded [6.36trans]

2010-07-13 Thread Matt Lundin
[[file:../foo.org][foo]]. That is the default behavior. You can change it by setting org-link-file-path-type to relative. Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] Re: Pull items from another file (by tag) and show them in another

2010-07-14 Thread Matt Lundin
the agenda to view all items tagged :PITHY_SAYING_A: and to view them in succession with follow mode. Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo

[Orgmode] [PATCH] Fix inclusion of agenda-archives in search view.

2010-07-14 Thread Matt Lundin
* org-agenda.el (org-search-view): Fixed inclusion of agenda-archives in org-agenda-text-search-extra-files. org-search-view lacked a local binding for org-agenda-text-search-extra-files. Thus when pop was called on the variable, the agenda-archives symbol was removed and subsequent searches

[Orgmode] Re: Re Audible reminder in org-mode not working

2010-07-15 Thread Matt Lundin
visible-bell ring-bell-function Best, Matt ___ 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: Org-mode release 7.01

2010-07-19 Thread Matt Lundin
a very graceful solution. Best, Matt ___ 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: Personal accounting with emacs, org and...?

2010-07-22 Thread Matt Lundin
plain text files. I do my expense reporting and business accounting in it. Very flexible and because it is text based, I can use version control and emacs. +1 for ledger. It comes bundled with a nice emacs mode (ledger.el) that makes entering data quite simple. Matt

[Orgmode] Re: Finding old appointments

2010-07-25 Thread Matt Lundin
that match your criteria. A custom skip function might also be useful here. (info (org) Special agenda views) Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org

[Orgmode] Re: Nice links bookmarks

2010-07-27 Thread Matt Lundin
. But that may not be what you are looking for Best, Matt ___ 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: Agenda view and timestamps

2010-08-23 Thread Matt Lundin
---cut here---start-8--- (setq org-agenda-custom-commands '((d With timestamps agenda List of tasks with a timestamp ((org-agenda-entry-types '(:timestamp)) --8---cut here---end---8--- Best, Matt

[Orgmode] gnash crunch... latex whitespace defaults! + numbering in only some subheadings

2010-09-01 Thread Matt Price
to number _only_ the weeks in my course outline, but leave all other elements (course requirements, texts, introduction, etc) unnumbered. I bet it's possible but it's not trivial to find this in the extensive manual. Thank you as always! matt ___ Emacs-orgmode

[Orgmode] how difficultwould it be to support zotero in org?

2010-09-02 Thread Matt Price
it into something org could use? otero integration would be a big plus for me and doubtless an increasing number of others. i fel like i've asked enough questions for a 24-hour period so i'l ltry to stop now. Matt ___ Emacs-orgmode mailing list Please use

Re: [Orgmode] dynamically calculated timestamps?

2010-09-02 Thread Matt Price
On Thu, Sep 2, 2010 at 1:15 PM, Matt Price mopto...@gmail.com wrote: (there are subheadings and text in between). While i'm planning I like to move the headings around quite a bit, but it would be nice, while I'm doing that, to still know what date the class meeting will take place

[Orgmode] Re: [BUG - low] capture with region selected in read only erc buffer

2010-09-02 Thread Matt Lundin
d8498a40e815d8604311e9844e6c75bbf074d026 fixed the issue. Thanks, Matt ___ 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] how difficultwould it be to support zotero in org?

2010-09-02 Thread Matt Price
. That would be really great. Alternatively maybe one could keep the zotero links in the document and allow the native latex or openoffice trnaslators interpret the references themselves. anyway I'd be incredibly stoked if someone figured this out better. matt Cheers, CM

Re: [Orgmode] how difficultwould it be to support zotero in org?

2010-09-02 Thread Matt Price
On Thu, Sep 2, 2010 at 7:18 PM, Matt Price mopto...@gmail.com wrote: I have this notion I saw a generic exporter that someone wrote for odt, in which you feed the exporter a template document which ocntains all the relevant style definitions. but I can't find it anymore, and as I recall

Re: [Orgmode] how difficultwould it be to support zotero in org?

2010-09-02 Thread Matt Price
On Thu, Sep 2, 2010 at 7:18 PM, Matt Price mopto...@gmail.com wrote: I have this notion I saw a generic exporter that someone wrote for odt, in which you feed the exporter a template document which ocntains all the relevant style definitions. but I can't find it anymore, and as I recall

[Orgmode] possible tex export bug?

2010-09-03 Thread Matt Price
the wrong list to be asking on, but I am sort of working from the assumption that there's an issue with the tex code that org produces -- mk4ht seems to work fine with simpler documents. I';m using a pretty recent org-mode (7.01 from not that long ago). Thanks much! matt His495Outline.tex

[Orgmode] Re: possible tex export bug?

2010-09-03 Thread Matt Price
On Fri, Sep 3, 2010 at 10:18 AM, Matt Price mopto...@gmail.com wrote: Sorry for the barrage of help requests. I don't know much about tex but it's possible the tex output from one file I am working on is buggy, as mk4ht refuses to read it. The .org and .tex files are attached

[Orgmode] horiontal alignment of tables in latex export?

2010-09-03 Thread Matt Price
attached -- it's the same file I've been having other issues with in other posts. thanks thanks thanks again, after many questions this week. matt His495Outline.org Description: Binary data His495Outline.tex Description: TeX document ___ Emacs-orgmode

[Orgmode] Re: [ANN] List improvement v.2

2010-09-03 Thread Matt Lundin
---cut here---start-8--- * TODO headline with checkboxes - [ ] One - [ ] Two - [ ] Three --8---cut here---end---8--- Best, Matt Footnotes: [1] elp results when toggling a checkbox within a large list --8---cut

Re: [Orgmode] horiontal alignment of tables in latex export?

2010-09-04 Thread Matt Price
so much. matt ___ 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

<    4   5   6   7   8   9   10   11   12   13   >