[Orgmode] Re: urgency importance (was: (no subject)

2009-09-18 Thread Matt Lundin
. There are lots of ways to sort items in the agenda, along with the possibility of creating your own sorting functions. Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org

[Orgmode] Re: Eliminate DONE state?

2009-09-18 Thread Matt Lundin
something. (setq org-todo-keywords '((sequence TODO |))) That was my first thought, too. But on my machine, it causes TODO items to be assigned a CLOSED timestamp. Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies

[Orgmode] Re: org-examples.git?

2009-09-18 Thread Matt Lundin
), that anyone could try, use, or edit as a base... Here are a couple of nice places to start: http://orgmode.org/worg/org-configs/org-customization-guide.php http://orgmode.org/worg/org-configs/org-customization-survey.php Best, Matt ___ Emacs-orgmode mailing

[Orgmode] Re: Default Date for Scheduling in Remember Buffer

2009-09-22 Thread Matt Lundin
) (?d * TODO %^{Title}\n DEADLINE: %t\n %a\n %i) ;; ... other templates here )) - Matt ___ 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

[Orgmode] Re: Is it possible to show an agenda item only if it's due?

2009-09-22 Thread Matt Lundin
in the agenda. Or, optionally, create custom agenda commands for day and evening agendas that pull up different results based on tags. - Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] Re: Is it possible to show an agenda item only if it's due?

2009-09-22 Thread Matt Lundin
PT spamfilteracco...@gmail.com writes: Matt Lundin mdl at imapmail.org writes: One recommendation: Create an :EVENING: tag and filter it out in the agenda. Or, optionally, create custom agenda commands for day and evening agendas that pull up different results based on tags

[Orgmode] Re: two custom agenda view questions

2009-09-23 Thread Matt Lundin
for log mode. - Matt ___ 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

[Orgmode] Re: HTML export without all div ... tags

2009-09-25 Thread Matt Lundin
-export-generic in the contrib directory of the git repository. Another (more complex) solution: export to LaTeX and then use a converter such as hevea or tex4ht to create a basic html file. Too bad cmsimple doesn't parse org source files instead of html! ;) - Matt

[Orgmode] Re: suggestion: options for chronological agenda

2009-09-26 Thread Matt Lundin
to: - recognize inactive timestamps ([in square brackets]) See the variable org-agenda-inactive-timestamps. It would also be _really_ great if the chronological listing could be filtered to contain only entries matching a certain tag/property query. Try filtering the timeline with /. Best, Matt

[Orgmode] Re: to bookmarks

2009-09-26 Thread Matt Lundin
) (write-file (concat (file-name-sans-extension file) -bookmarks.html)) --8---cut here---end---8--- I'll put it up in the hacks section on Worg. Regards, Matt ___ Emacs-orgmode mailing list Remember: use

[Orgmode] Re: short way to insert source tag in org mode?

2009-09-27 Thread Matt Lundin
. I want to find a way to inset them handly. Is there a key binding for this? It's an experimental feature, but I use s for this. And l for latex, h for html, etc. (I certainly do hope that this becomes an official feature at some point.) See the variable org-structure-template-alist. - Matt

[Orgmode] Re: Editing LaTeX code in org-mode

2009-09-27 Thread Matt Lundin
. Perhaps there is a way to easily enter environments, perhaps the multiplechoice environment can be defined in a variable? (and others?) Have you tried C-c '? If auctex is your default TeX environment, hitting C-c ' inside a LaTeX should take you to an auctex buffer. - Matt

[Orgmode] New footnote with folded footnote section

2009-09-27 Thread Matt Lundin
remains on the headline. Thanks for your help. Matt ___ 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

[Orgmode] Re: tags in todo list

2009-09-29 Thread Matt Lundin
at the office I would like to have some way of hiding the :home: entries. Try pressing / in the agenda. - http://orgmode.org/worg/org-faq.php#limit-agenda-with-tag-filtering - http://orgmode.org/manual/Agenda-commands.html#Agenda-commands Best, Matt

[Orgmode] Re: Filtering the global todo list in a custom agenda

2009-09-30 Thread Matt Lundin
) Items with test tag are shown nevertheless. How could I filter them? (setq org-agenda-custom-commands '((h Agenda and todo ((agenda ) (tags-todo -test) - Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

[Orgmode] Re: HTML export: How to export body only, as HTML fragment?

2009-09-30 Thread Matt Lundin
-as-html beg end t 'string)) ` Best, Matt ___ 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

[Orgmode] Re: Orgmode for budgeting/expense recording

2009-10-02 Thread Matt Lundin
at the ledger file. Do you use ledger.el, which comes with the ledger source? It makes it very easy to enter new items and to invoke ledger commands from within a ledger file. I also find it indispensable for reconciling accounts. Best, Matt ___ Emacs

[Orgmode] Re: (Possible Feature Request) Hiding Tags in Agenda View/Implementing Contexts in Org

2009-10-07 Thread Matt Lundin
of an entry, not reliying in re-search-forward as in [1] org-get-tags - Matt ___ 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

[Orgmode] Indentation of scheduled/deadline timestamps

2009-10-07 Thread Matt Lundin
on. Thanks! Matt ___ 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

[Orgmode] Re: Tagging a region of text without creating a branch

2009-10-08 Thread Matt Lundin
of tagged text appear in the agenda? The agenda depends on the association of metadata with headlines. Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman

[Orgmode] Re: Tagging a region of text without creating a branch

2009-10-09 Thread Matt Lundin
believe that it works with org-mode. I you don't mind the external dependencies, you might want to check it out. http://www.emacswiki.org/cgi-bin/emacs/FreexMode Hope this helps! Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

Re: [Orgmode] Re: Tagging a region of text without creating a branch

2009-10-12 Thread Matt Lundin
At Mon, 12 Oct 2009 09:29:05 +0200, Carsten Dominik wrote: On Oct 10, 2009, at 5:39 PM, Matt Lundin wrote: Hi Carsten, Carsten Dominik wrote: Yes, this should now work. Good catch. You method with the tag on the END line would even be harmful, as it removes any text after

[Orgmode] org-clock-into-drawer

2009-10-12 Thread Matt Lundin
entries are now inserted outside of LOGBOOK drawers. This began to happen quite recently AFAICT. Thanks, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo

Re: [Orgmode] org-clock-into-drawer

2009-10-12 Thread Matt Lundin
Carsten Dominik wrote: On Oct 12, 2009, at 3:25 PM, Matt Lundin wrote: Hi Carsten, According to the docstring, the value of org-clock-into-drawer is derived from org-log-into-drawer. , | The default for this variable is the value of `org-log-into-drawer'. ` I

[Orgmode] Re: Repeat time ranges

2009-10-13 Thread Matt Lundin
week for 13 occurrences. You can use a diary sexp. See the following FAQ. It contains a solution for an example almost exactly like yours above: http://orgmode.org/worg/org-faq.php#diary-sexp-in-org-files Best, Matt ___ Emacs-orgmode mailing list

[Orgmode] Any way to include filetags in tags completion?

2009-10-16 Thread Matt Lundin
are offered for completion. Is there a way to include filetags in the completion table? I ask because I frequently use filetags (such as finances and household) to filter the agenda and would prefer (lazy emacs user that I am) not to have to type the entire word. Thanks for your help. Matt

[Orgmode] Re: Other modes in SRC

2009-10-20 Thread Matt Lundin
I understand the question, but you can include source code blocks in your org-file, which you can edit in a special buffer in the appropriate mode: http://orgmode.org/manual/Literal-examples.html - Matt ___ Emacs-orgmode mailing list Remember: use

[Orgmode] Re: Added support for habit tracking

2009-10-20 Thread Matt Lundin
to designate habits with a user-defined tag rather than the STYLE property. The advantage would be much faster agenda searches for habits. Thanks again! Matt attachment: habits-orgmode.png___ Emacs-orgmode mailing list Remember: use `Reply All' to send

[Orgmode] Re: Arrow keys in agenda view

2009-10-21 Thread Matt Lundin
commands here: http://orgmode.org/manual/Agenda-commands.html#Agenda-commands Best, Matt ___ 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

[Orgmode] Re: Added support for habit tracking

2009-10-21 Thread Matt Lundin
] | :END: ` See the second attached screenshot (graph-2.png) for the output. Thanks, Matt attachment: graph-1.pngattachment: graph-2.png___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] Re: [off-topic/GTD]Only Next Actions list to rule them all ?

2009-10-21 Thread Matt Lundin
does. But to each his/her own! :) - Matt ___ 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

[Orgmode] Re: Feature Request? #+CONFIG keyword - to abstract more configuration into org files,

2009-10-22 Thread Matt Lundin
Variables: | # org-footnote-section: References | # End: ` Best, Matt ___ 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

[Orgmode] Re: How to Strip TODO headword and refile as a note

2009-10-24 Thread Matt Lundin
with notes and/or a new TODO. But perhaps you're trying to accomplish something different... Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo

[Orgmode] Re: FAQ incorrect

2009-10-27 Thread Matt Lundin
ways of accomplishing the same thing. I also saw a typo in the fake path in the example, which I'll be sure to change. Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] Re: FAQ incorrect

2009-10-27 Thread Matt Lundin
be a file or a directory. If it is a directory, the org files in it will be used. Yes, I was mistaken: it's got to be a list. My mistake as well. I updated the FAQ accordingly. - Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

[Orgmode] Re: Proposed key binding changes: archiving and attachments

2009-10-30 Thread Matt Lundin
destructive consequences (such as archiving) should not be bound to a single key. One wouldn't want to miss an appointment because one accidentally hits a in the agenda. :) Thanks for giving us the chance to provide feedback on these proposed changes. - Matt I am wondering how much resistance

[Orgmode] Re: exclude certain types from agenda

2009-10-30 Thread Matt Lundin
custom agenda commands if you want to see :VOCAB: items in a particular view. Best, Matt ___ 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

[Orgmode] Re: Proposed key binding changes: archiving and attachments

2009-10-31 Thread Matt Lundin
to archive to archive file. Can we agree on this? - Carsten This looks good to me. - Matt ___ 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: Cannot clone Worg

2009-11-01 Thread Matt Lundin
. fatal: early EOF fatal: index-pack failed I'm getting the same error message when I try to pull recent changes from Worg. - Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] Re: Feature request about habit tracking

2009-11-02 Thread Matt Lundin
. But they do not have the normal Scheduled: or Sched. 2x warnings. And they can easily be filtered out of the agenda by pressing K. Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] org-refile refiles items to active clock

2009-11-04 Thread Matt Lundin
) (setq org-refile-allow-creating-parent-nodes 'confirm) (setq org-outline-path-complete-in-steps t) (setq org-completion-use-ido nil) (setq org-refile-use-outline-path 'file) --8---cut here---end---8--- Thanks, Matt

[Orgmode] Re: repetitive activity over a period of time, starting at the same time each day

2009-11-07 Thread Matt Lundin
Crni Gorac cgo...@gmail.com writes: On Fri, Nov 6, 2009 at 5:51 PM, Matt Lundin m...@imapmail.org wrote: Crni Gorac cgo...@gmail.com writes: How to specify a time interval for a TODO that will say span over two weeks, working days only, and that will start each day at 10am.  I tried

[Orgmode] Re: Monthly events based on count of specific weekdays

2009-11-08 Thread Matt Lundin
: * First Tuesday of month %%(diary-float t 2 1) * Third Sunday of month %%(diary-float t 0 3) * First or third Wednesday of month %%(or (diary-float t 3 1) (diary-float t 3 3)) Best, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All

[Orgmode] Re: Best way to implement Keywords feature

2009-11-08 Thread Matt Lundin
/manual/Matching-tags-and-properties.html - Matt ___ 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

[Orgmode] Re: Monthly events based on count of specific weekdays

2009-11-08 Thread Matt Lundin
Ben Finney ben+em...@benfinney.id.au writes: Matt Lundin m...@imapmail.org writes: Ben Finney ben+em...@benfinney.id.au writes: How can I set an event in Org mode that repeats every month, on a specific weekday, on a week counted from the start of the month? […] Taking “first Tuesday

[Orgmode] Re: contact management in org-mode?

2009-11-08 Thread Matt Lundin
. (Do you really want to enter all new email addresses manually in an org file?) I've found BBDB to be incredibly convenient. But I use Gnus for email. If I were using Gmail or Thunderbird or Mutt, I wouldn't use BBDB at all. Just a few thoughts... - Matt

[Orgmode] org-agenda-diary-entry without date tree

2009-11-14 Thread Matt Lundin
for the date tree. Ideally, new appointments would appear as first level headlines in the org-agenda-diary-file (i.e., my inbox), ready to be refiled. Thanks, Matt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs

[Orgmode] org-indent-mode and visual-line-mode

2009-11-18 Thread Matt Price
. I would *love* to have both of htese working properly -- is there anything I can do? Thanks very much, Matt -- Matt Price matt.pr...@utoronto.ca signature.asc Description: This is a digitally signed message part ___ Emacs-orgmode mailing list

Re: [Orgmode] org-indent-mode and visual-line-mode

2009-11-19 Thread Matt Price
On Thu, 2009-11-19 at 14:17 +0100, Carsten Dominik wrote: On Nov 18, 2009, at 9:07 PM, Matt Price wrote: Are these two incompatible, or is there something wrong with my setup? Using org-mode 6.33c and a recent emacs snapshot (20090909), turning org-indent-mode on stops visual-line-mode

[Orgmode] PROJ category from the org-mode front page?

2009-11-19 Thread Matt Price
types with more complex (non-DONE) states, so that e.g. the heading displays: * PROJ INPROGRESS Organize the interstellar dust meeting or * PROJ DONE Organize the interstellar dust meeting ? Just wondering. Thanks, Matt -- Matt Price matt.pr...@utoronto.ca signature.asc Description

Re: [Orgmode] Re: org-indent-mode and visual-line-mode

2009-11-20 Thread Matt Price
On Fri, 2009-11-20 at 08:28 +0100, Carsten Dominik wrote: Hi Matt, personally, I never use visual-line-mode, mainly because cursor motion becomes unpredictable to me (down doe not get me into the next line, so for example keyboard macros are much harder to make to consistently

Re: [Orgmode] Re: org-indent-mode and visual-line-mode

2009-11-20 Thread Matt Price
' to get the changes to apply. glad I caught myself in time! This is so great for me, Carsten, I'm so grateful! thanks so much, matt -- Matt Price matt.pr...@utoronto.ca signature.asc Description: This is a digitally signed message part ___ Emacs

[Orgmode] Re: latex export and beamer columns

2009-11-22 Thread Matt Lundin
the center environment to center images. Could you perhaps use the following? , | In a double pipe heat exchanger, | | #+begin_center | [[file:images/double-pipe-heat-exchanger.png]] | #+end_center | | the heat transfer etc. ad nauseum... ` Best, Matt

[Orgmode] Wrapped links with long descriptions

2009-11-22 Thread Matt Lundin
people turn to when then need to find something on the internet.]] --8---cut here---end---8--- Thanks in advance for your help. - Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

[Orgmode] Re: Agenda: Column View and Filtering

2009-11-23 Thread Matt Lundin
here---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] Column summaries no longer displayed in agenda

2009-11-23 Thread Matt Lundin
Mon 06:55]--[2009-11-23 Mon 07:03] = 0:08 :END: :PROPERTIES: :Effort: 2:00 :END: ** TODO Another item SCHEDULED: 2009-11-23 Mon :PROPERTIES: :Effort: 1:00 :END: --8---cut here---end---8--- Thanks, Matt

[Orgmode] Re: Bug with time summary in column view?

2009-11-24 Thread Matt Lundin
blank if there is no underlying value. Don't return zero if a property is missing. Changes are also applied to xemacs colview. --8---cut here---end---8--- - Matt ___ Emacs-orgmode mailing list Please use

[Orgmode] Re: How lecturers/professors manage weekly classes appts on org?

2009-11-25 Thread Matt Lundin
-faq.php#diary-sexp-in-org-files 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] Boolean word/regexp search problem

2009-11-27 Thread Matt Lundin
a negative search term which | must not occur/match in the entry for it to be selected. ` 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

[Orgmode] Re: Boolean word/regexp search problem

2009-11-27 Thread Matt Lundin
Hi Carsten, Matthew Lundin m...@imapmail.org writes: Matt Lundin m...@imapmail.org writes: The word/regexp agenda search to work with more than one word or regexp unless the first word or regexp is also preceded by a + or -. I've investigated this further and beg your permission to offer

[Orgmode] Re: [OT] Emacs for email?

2009-12-01 Thread Matt Lundin
exceptionally well with org-mode - 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] [OT] Emacs for email?

2009-12-02 Thread Matt Price
want to break my work habits till i've figured something else out. Anyway thanks much in advance! matt - Darlan Cavalcante At Tue, 1 Dec 2009 15:34:24 -0600, Keith Lancaster klancaster1...@acm.org wrote: I apologize for the WAY off topic question, but since you folk are emacs

[Orgmode] Re: [OT] Emacs for email?

2009-12-02 Thread Matt Lundin
, or delete anything. Automatic archiving/expiry takes care of the problem of overly large mailboxes. - 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: [OT] Emacs for email?

2009-12-03 Thread Matt Lundin
automatically depending on the To or Cc line. And, as others have mentioned, there's the built-in gnus-posting-styles. I used wanderlust for a while and it has excellent role functionality built-in (via the variables wl-draft-config-alist and wl-template-alist). - Matt

[Orgmode] Worg currently not publishing

2009-12-03 Thread Matt Lundin
--- --8---cut here---end---8--- - 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] Problems with org-docview

2009-12-03 Thread Matt Lundin
' ` In addition, org-docview stores links to pdf files as absolute paths, regardless of the setting of org-link-file-path-type. E.g, with org-link-file-path-type set to relative, the resulting link remains an absolute path: , | [[docview:/home/matt/general.pdf::4][/home/matt/general.pdf]] ` Thanks

Re: [Orgmode] [OT] Emacs for email?

2009-12-03 Thread Matt Price
On Wed, 2009-12-02 at 22:04 +0100, David Maus wrote: At Wed, 02 Dec 2009 08:43:51 -0500, Matt Price wrote: [1 multipart/signed (7bit)] [1.1 text/plain; UTF-8 (quoted-printable)] On Tue, 2009-12-01 at 20:57 -0300, Darlan Cavalcante Moreira wrote: I use wanderlust for email

[Orgmode] Re: [OT] Emacs for email?

2009-12-03 Thread Matt Lundin
: , | org-modules is a variable defined in `org.el'. | Its value is | (org-bbdb org-bibtex org-docview org-gnus org-info org-jsinfo org-irc org-mew org-mhe org-rmail org-vm org-w3m org-wl) ` Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All

[Orgmode] Re: Agenda not working or am I misunderstanding how it works?

2009-12-04 Thread Matt Lundin
PUBLISHED and REJECTED do not show up in the agenda. - 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] Problem with org-id-locations-file

2009-12-05 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: org-mode, grep and folding issue

2009-12-05 Thread Matt Lundin
want to see all headlines containing a word/regexp. Use C-c a / when you want to see the matching lines in the results. - 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: Agenda not working or am I misunderstanding how it works?

2009-12-05 Thread Matt Lundin
shipped with version 6.21b. Could you confirm your version of org-mode by typing M-x org-version. - 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: access scattered notes centralized

2009-12-13 Thread Matt Lundin
(that is, i wanna know what notes i have). Can i do this in emacs org-mode? How? http://orgmode.org/manual/Agenda-files.html#Agenda-files - Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] Re: Question about searches (ultimately for agenda)

2009-12-15 Thread Matt Lundin
the following should suffice: C-a M Jack [RET] AFAIK, C-a M returns only active TODOs that match the tag. Thus any inactive state will be excluded. (There may be a variable that controls this, but I'm not aware of it.) Best, Matt ___ Emacs-orgmode mailing

[Orgmode] Re: Question about searches (ultimately for agenda)

2009-12-16 Thread Matt Lundin
Mueen Nawaz mu...@nawaz.org writes: On 12/15/09 21:26, Matt Lundin wrote: Provided DONE and RETURNED are inactive todos than the following should suffice: C-a M Jack [RET] I think you meant C-c a M Jack [RET] Yes indeed. I'm still practicing typing out the notation for keybindings

[Orgmode] Re: Shift keys when you have multiple todo sets in one file

2009-12-17 Thread Matt Lundin
: WAITING 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: change default pdf reader for link

2009-12-17 Thread Matt Lundin
type M-x customize-variable [RET] org-file-apps [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/listinfo/emacs-orgmode

[Orgmode] Re: Best way to use org-mode as a work log

2009-12-19 Thread Matt Lundin
to check out Bernt Hansen's nice walk-through, which deals extensively with clocking: http://doc.norang.ca/org-mode.html Best, Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http

[Orgmode] Re: Shift keys when you have multiple todo sets in one file

2009-12-19 Thread Matt Lundin
Mueen Nawaz mu...@nawaz.org writes: On 12/19/09 06:06, Matt Lundin wrote: Mueen Nawazmu...@nawaz.org writes: As an aside, I've found that it's very fast to use the new speed commands to change todo states. If org-use-speed-commands is turned on, all one needs to do is hit t at the start

[Orgmode] Can no longer retrieve TIMESTAMP and TIMESTAMP_IA with org-entry-get

2009-12-19 Thread Matt Lundin
--- * TODO Test:computer: 2009-12-19 Sat [2009-12-19 Sat 17:47] (org-entry-get nil TIMESTAMP_IA) (org-entry-get nil TIMESTAMP) (org-entry-properties) --8---cut here---end---8--- Thanks, Matt

[Orgmode] Re: Organizing a students live

2009-12-20 Thread Matt Lundin
(and its simple interface wyrd) do this job wonderfully but I do not know how to deal with this problem in Org mode The following FAQ should help: http://orgmode.org/worg/org-faq.php#diary-sexp-in-org-files - Matt ___ Emacs-orgmode mailing list Please

[Orgmode] Re: Feature request: Prompt to remove deadline/scheduled dates

2009-12-23 Thread Matt Lundin
you are looking for something different---e.g., log info about when an item was unscheduled? The phrase so it could be logged in the first paragraph of your message makes me suspect I may not understand your request. Best, Matt ___ Emacs-orgmode mailing

[Orgmode] Re: custom agenda view

2009-12-24 Thread Matt Lundin
work tasks tags-todo @WORK/!STARTED ((org-agenda-todo-ignore-with-date nil))) (h home tasks tags-todo @HOME/!STARTED ((org-agenda-todo-ignore-with-date nil))) (n Notes tags NOTE nil Best, Matt ___ Emacs-orgmode

[Orgmode] Re: The quote tag in orgmode

2009-12-29 Thread Matt Lundin
Water Lin water...@ymail.com writes: I want to quote some text which I copy from others. What kind of tags I should use? I want the tag published as something like blockquote in html. http://orgmode.org/manual/Paragraphs.html#Paragraphs - Matt

[Orgmode] Re: Multiple column views for one file

2009-12-31 Thread Matt Lundin
, running, etc. Another 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: Error in FAQ

2010-01-07 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: Help with a custom block agenda

2010-01-13 Thread Matt Lundin
) (org-agenda-todo-ignore-deadlines nil))) (p Project list tags project) (f FOCUS list tags-todo FOCUS) )) --8---cut here---end---8--- Best, Matt ___ Emacs-orgmode mailing list Please use

[Orgmode] Re: formatting times as HH:MM with leading zeros

2010-01-20 Thread Matt Lundin
the display method as it stands. Best, Matt diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index a20bec5..77062ed 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -4902,6 +4902,7 @@ HH:MM. (mod h1 24) h1)) (t0 (+ (* 100 h2) m)) (t1 (concat

[Orgmode] Re: Secondary filtering and query editing within daily/weekly agenda

2010-01-23 Thread Matt Lundin
are running an older version of org-mode? You can type M-x org-version to find out. The current version is 6.34, and I believe that filtering was introduced in 6.06b. - Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list

[Orgmode] Re: Hide file names in agenda view

2010-01-28 Thread Matt Lundin
alwkjekisdjksj 10:00-11:00 alsdkfjasdlfkj This is controlled via the variable org-agenda-prefix-format. You can type C-h v org-agenda-prefix-format to get all the details. Here's very *simple* setting to get rid of file names on all agenda views: (setq org-agenda-prefix-format %t %s) - Matt

[Orgmode] interacting with word processors (opeonffice, word)

2010-02-02 Thread Matt Price
. If someone has a better solution I'd love to hear it. Thanks much, Matt -- Matt Price matt.pr...@utoronto.ca signature.asc Description: This is a digitally signed message part ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

[Orgmode] Re: interacting with word processors (opeonffice, word)

2010-02-02 Thread Matt Lundin
David Maus maus.da...@gmail.com writes: At Tue, 2 Feb 2010 12:55:42 -0600, Russell Adams wrote: On Tue, Feb 02, 2010 at 08:44:54PM +0200, Rainer M Krug wrote: Hi Matt try latex2rtf: export org-mode to LaTeX and use latex2rtf to convert it to rtf. I am using latex2rtf to convert

[Orgmode] Re: Is there any IN Buffer setting for preamble and Remember

2010-02-03 Thread Matt Lundin
convert it from a headline to an item by typing C-c - on the headline. 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: Repeating tasks in an interval

2010-02-03 Thread Matt Lundin
no longer require the item. 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: Scheduling an already-scheduled item

2010-02-03 Thread Matt Lundin
instead of the current date? Just type C-c C-s (the same command you would use to schedule something for the first time). You will be greeted with a time/date prompt. Simply type +1d or Mon or Feb 8 (whichever you prefer) to reschedule the item. Best, Matt

Re: [Orgmode] Re: interacting with word processors (opeonffice, word)

2010-02-04 Thread Matt Price
On Tue, 2010-02-02 at 22:00 +, Shelagh Manton wrote: On Tue, 02 Feb 2010 21:40:49 +0200, Rainer M Krug wrote: On Tue, Feb 2, 2010 at 8:34 PM, Matt Price matt.pr...@utoronto.ca wrote: Hi, I;m getting more and more used to using org for my own writing purposes, and love

Re: [Orgmode] Re: interacting with word processors (opeonffice, word)

2010-02-05 Thread Matt Price
On Fri, 2010-02-05 at 01:44 +, Shelagh Manton wrote: On Thu, 04 Feb 2010 15:10:51 +, Eric S Fraga wrote: At Thu, 04 Feb 2010 09:43:31 -0500, Matt Price wrote: [...] get documentsl ooking about how I want them to -- the default output of the latex export has way too much

[Orgmode] Re: [PATCH] Close calendar buffer after scheduling an item

2010-02-05 Thread Matt Lundin
prefer that the behavior of org-mode remain consistent with that of emacs calendar. 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: Excluding just heading from export

2010-02-06 Thread Matt Lundin
-preprocess-after-tree-selection-hook 'my-org-export-remove-headings-with-tag) --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: What does it mean: (define-key mode-specific-map [?a] 'org-agenda)

2010-02-07 Thread Matt Lundin
binds org-agenda to C-c a. (You can checkout the documentation for mode-specific-map by typing C-h v mode-specific-map). The org-manual suggests the following line, which does the same thing: (global-set-key \C-ca 'org-agenda) Best, Matt ___ Emacs

<    1   2   3   4   5   6   7   8   9   10   >