Re: [O] Links sorting and exporting.

2014-02-03 Thread Matthew Sauer
Hi Matthew, > > Matthew Sauer writes: > > > Thoughts on this? > > I didn't get the idea. Can you restate it with a few words? > > Thanks! > > -- > Bastien >

[O] Links sorting and exporting.

2014-02-01 Thread Matthew Sauer
I have conceived of an idea that I want to build into the ORG framework. The problem I am trying to solve: I have a variety of links that I use on a regular basis. I am wanting to be able to invoke a link generation command that will store them in a bookmarks.org file (or it could be a user defin

[O] [MobileOrg] Thought about sync with [Gcal] for orgmode and mobileorg

2012-03-23 Thread Matthew Sauer
20/posts/fZydBCoDEuf Matthew Sauer

Re: [O] ICS import?

2012-01-25 Thread Matthew Sauer
gle-calendar-to-org sync which presumably does not exist yet and > would have to be written - or maybe someone has done that already? > > There has been some discussion about google calendar on the list but I > haven't followed it too closely: is there anybody who does the > go

Re: [O] Orgmode performance problem and "solution"

2011-10-26 Thread Matthew Sauer
Yes, after the pull, cleaning, then making would have to be done. I believe everyone wass aware of that but the concern here was how to switch grom a lagging repo to the more up to date repo for the pull. On Wednesday, October 26, 2011, Dave Abrahams wrote: > > on Wed Oct 26 2011, suvayu ali w

Re: [O] Hiding "future" tasks in tags-todo agenda view

2011-10-15 Thread Matthew Sauer
Neilen, One of my favorite agenda custom commands is the following: ---snipstart--snip-- (("s" "Startup View" ((agenda "" ((org-agenda-ndays 3) (org-deadline-warning-days 1))) (agenda ""((org-agenda-time-grid nil) (org-deadline-warning-days 365) (org-agenda-ent

Re: [O] Recursive org-agenda-files

2011-10-04 Thread Matthew Sauer
My understanding is that you want a file that gets moved into the active directory to be automatically included in the agenda? >From worg: You can simply include the directory (as one of the items) in the value of the variable org-agenda-files: (setq org-agenda-files '("/my/special/path/org/active

Re: [O] Not merging org-lparse, org-xhtml & org-odt to the core

2011-08-25 Thread Matthew Sauer
To all, I would just like to, at this point, say that I am honored to have read this discussion. I was very worried that a major blowout was going to occur but you have shown me something that I appreciate about OSS, it not only attempts to make the world better through Freedom but it makes us be

Re: [O] [DEV] Org-Startup.el concept

2011-07-27 Thread Matthew Sauer
at 7:58 PM, Bastien wrote: > Hi Matthew, > > Matthew Sauer writes: > >> The agenda view will be a user definable number of days calendar with >> a user defined number of days in the future view of upcoming deadlines >> or just unscheduled deadlines (a choice between

[O] [DEV]

2011-07-22 Thread Matthew Sauer
Hello all, I have decided to work on a startup dot el package geared around orgmode. I want to get it up to a basic functionality before I allow it to be distributed and I know I still have some work to do to get it to that point. My first goal is have a file open on either the left or the right

Re: [O] New backend for org-agenda: (Was Calendar-like view of the org-agenda)

2011-07-18 Thread Matthew Sauer
Bastien, What I am hearing is that an API that allows caching could be built that could benefit extensions and then once that is deemed stable enough an optional or separate track would be rebuilding the Agenda as it is today into that API? Matt On Mon, Jul 18, 2011 at 6:06 PM, Bastien wrote: >

[O] [HELP} trying to figure out how to figure out?

2011-07-18 Thread Matthew Sauer
I just pulled and upon making noticed several compiler errors. None of them appear to be fatal but as I am learning elisp it might be helpful for me to be able to see what is being done (and also for maybe me to be able to learn what is being worked on so I can test it?) and then maybe I can also

Re: [O] Worg update

2011-07-16 Thread Matthew Sauer
I just did a pull and org-issues updated (about 10K some deletions and around the same amount of insertions. On Sat, Jul 16, 2011 at 11:02 AM, Nick Dokos wrote: > Nick Dokos wrote: > >> Also, even though somehow I had ``theindex.org'' in my clone of worg, it >> does not seem to be git-controlled

[O] [PATCH] fix compiler warning in org-footnote.el for not known to be defined function org-combine-plists defined in org.el but not declared in org-footnote.el

2011-07-15 Thread Matthew Sauer
diff --git a/lisp/org-footnote.el b/lisp/org-footnote.el index 03e6369..3a30575 100644 --- a/lisp/org-footnote.el +++ b/lisp/org-footnote.el @@ -54,6 +54,7 @@ (declare-function org-fill-paragraph "org" (&optional justify)) (declare-function org-export-preprocess-string "org-exp"

Re: [O] 7.6 and Thanks

2011-07-08 Thread Matthew Sauer
for all you do. On Fri, Jul 8, 2011 at 10:35 AM, Bastien wrote: > Hi Matthew, > > Matthew Sauer writes: > >> Thanks for all the work everyone puts in on this list and on this >> project.  Org-Mode has really gotten me squared away and keeps things >> organized for me.

[O] 7.6 and Thanks

2011-07-08 Thread Matthew Sauer
Thanks for all the work everyone puts in on this list and on this project. Org-Mode has really gotten me squared away and keeps things organized for me. In an effort to try and start help giving back I just submitted a patch reference a compiler error. I know they aren't high priority necessaril

[O] [PATCH] ob-lilypond.el compiler error fix org-babel-tangle not defined function

2011-07-08 Thread Matthew Sauer
--- diff --git a/lisp/ob-lilypond.el b/lisp/ob-lilypond.el index 6971a69..5a08ca4 100644 --- a/lisp/ob-lilypond.el +++ b/lisp/ob-lilypond.el @@ -30,6 +30,7 @@ ;;; Code: (require 'ob) (require 'ob-eval) +(require 'ob-tangle) ;;compiler requesting fun org-babel-tangle (defalias 'lilypond-mode 'Li

Re: [O] [Use Question] Capture and long lines

2011-06-26 Thread Matthew Sauer
n Wed, Jun 22, 2011 at 1:09 PM, Nick Dokos wrote: > Matthew Sauer wrote: > >> I have one structured org file I use for school that I leave in long >> lines.  The capture template I have setup has \n at the end of what I >> would want to be a line but is still stringing them

[O] [Use Question] Capture and long lines

2011-06-22 Thread Matthew Sauer
I have one structured org file I use for school that I leave in long lines. The capture template I have setup has \n at the end of what I would want to be a line but is still stringing them together in one long line until i reach my wrap point. My headline has my deadline in it and org recognizes

[O] [Feature Functionality Question]

2011-06-12 Thread Matthew Sauer
I am using a file variable to invoke Longlines mode for a particular file that I am using for editing college papers (it's an experiment to help me get formats of papers a certain way). The structure is and under visual wrap it looks like this folded: * Assignments. . . * Class Calendar . . . * N

Re: [O] Cloning tasks subtrees when repeating?

2011-05-16 Thread Matthew Sauer
Have you looked into: C-c C-x c (org-clone-subtree-with-time-shift) Clone a subtree by making a number of sibling copies of it. You will be prompted for the number of copies to make, and you can also specify if any timestamps in the entry should be shifted. This can be useful, for example, to c

Re: [O] Begginer using orgmode

2011-04-15 Thread Matthew Sauer
do you have your section of .emacs or site file customizations that you used to set it up with? also what version of Ogmode and emacs? On Wed, Apr 13, 2011 at 10:31 PM, Arnold, Travis wrote: > Hi all after much googling and searching I came across org mode while trying > to find a system for my

Re: [O] My new favorite custom agenda command

2011-04-15 Thread Matthew Sauer
However, now looking at it, maybe my top agenda calendar should skip deadlines or just have todays since I have a larger list below. Hmm, going to have to think about this some more but I am really liking this start. Matt On Fri, Apr 15, 2011 at 8:59 AM, Matthew Sauer wrote: > I have b

[O] My new favorite custom agenda command

2011-04-15 Thread Matthew Sauer
I have been working on learning and playing with some lisp and looking through the amazing powerfulness of orgmode. This is my new favorite agenda command. I use it as the right hand side of my startup buffers (I have two). On the left I have my refile.org file (the "I am not sure where I am put

Re: [O] create new files from capture

2011-04-04 Thread Matthew Sauer
Could one not have it go into a temporary file and then have an exit hook attatched to a particular template that if a particular property had been filled in that it would create a new file with that name and either refile to or cut to and then paste from the kill ring? Matthew obviously would re

[O] Org-clone-subtree-with-time-shift

2011-03-25 Thread Matthew Sauer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Question on the usage of this function or maybe I need to look into another function? I am trying to work on a project (journal for a class) that requires me to write 75 pages of handwritten text. Every week I will go put in a TODO to journal, use M-

Re: [O] Re: Making GTD more mangeable with org

2011-03-23 Thread Matthew Sauer
In terms of the unfolded startup try: #+STARTUP: nofold Matthew On Wed, Mar 23, 2011 at 12:40 PM, Marcelo de Moraes Serpa wrote: > Hi Thomas, > > Glad you liked it. The code is really simple: > > (global-set-key (kbd "")  (lambda()  (interactive) (find-file > "~/org/index.org"))) > > (defun set

[O] Extracting information with Agenda functions

2011-03-18 Thread Matthew Sauer
I am trying to create a dynamic block on a page that will contain the information and/or functionality of C-c a t The agenda todo list. I have that setup to pull all unscheduled todo's. Does anyone know if it possible to replicate the agenda inside a dynamic block on a page or a way that I could

Re: [O] Re: [Orgmode] Startup page

2011-03-17 Thread Matthew Sauer
Sorry, at times I forget about this when I use webmail (When I am at school that is the only option due to wi-fi restrictions of the university). Hope this is better. Here is what I have landed on so far, it works great: ---clip herecurrently in .emacs (defun org-dblock-write:recently-mo

Re: [O] Re: [Orgmode] Startup page

2011-03-17 Thread Matthew Sauer
nd of .emacs >> >> Going to have to look at some of the emacs documentation. What I am >> trying to create is a bit of elisp magic that will open the agenda on the >> right buffer and my refile.org (with everything I have captured that >> needs sent to a home and some

Re: [O] Re: [Orgmode] Startup page

2011-03-17 Thread Matthew Sauer
dblocks with recently opened items and maybe another one with my unscheduled todo's. Matthew On Wed, Mar 16, 2011 at 11:45 AM, Nick Dokos wrote: > Matthew Sauer wrote: > > > Okay, so I have been working on some ideas for a customization file for > startup, an org-agenda, >

Re: [O] Re: [Orgmode] Startup page

2011-03-16 Thread Matthew Sauer
Okay, so I have been working on some ideas for a customization file for startup, an org-agenda, recently modified and maybe unscheduled todo's . . accessible via a function key and at startup. Kind of a "home screen". I have it working fine when I run the code but my problem is that when I have

[O] Elisp Primer?

2011-03-11 Thread Matthew Sauer
I am wanting to learn about/have a reference guide for elisp. I am a huge fan of the O'Reilly books for the other languages I have worked with but I was wondering if someone knew of an online repository (possibly like Worg) that might be available to pull onto my system that I could read right in

Re: [O] Org expert mode?

2011-03-10 Thread Matthew Sauer
So maybe different custom functions that are developed to allow people to use ORG in different ways. Some with more help for basic features, some for GTD, some for publishing, some for advanced features or programming. All of the features would always be available but maybe the suggest order for

[O] [Use ?] Capture and Refile behavior

2011-03-08 Thread Matthew Sauer
I have a capture template set to file to refile.org (my default container for TODO tasks, notes (private, work, journal, blog) or other things. That way I can file them out to the right spot later . . especially if I don't have the file or location setup or am not sure which location I am going to

Re: [O] Bug: Org-Contacts.el [7.4]

2011-03-06 Thread Matthew Sauer
to work on cygwin (texi2dvi) it would be appreciated as I haven't quite got that to work right. Thanks to all on the list, especially Nick for the help, it works great now . . .now to get google weather to work the way I want it to. Matthew On Sun, Mar 6, 2011 at 5:20 PM, Bastien wrote:

Re: [O] Bug: Org-Contacts.el [7.4]

2011-03-06 Thread Matthew Sauer
to this project. Matthew On Sat, Mar 5, 2011 at 10:47 PM, Nick Dokos wrote: > U-SWEETSAUERPORT\\Matthew Sauer wrote: > > , > | Debugger entered--Lisp error: (void-variable > org-property-set-functions-alist) > | add-to-list(org-property-set-functions-alist ("BIRTHDAY"

Re: [O] Bug: Org-Contacts.el [7.4]

2011-03-06 Thread Matthew Sauer
into? Matthew On Sun, Mar 6, 2011 at 1:50 PM, Matthew Sauer wrote: > I am aware of the issue of emacs (that comes with cygwin) coming with I > think it was org 6.3 and I have already (prior to this) cloned a branch, > made my own branch so I could modify the makefile to have the org files

[O] Bug: Org-Contacts.el [7.4]

2011-03-05 Thread U-SWEETSAUERPORT\Matthew Sauer
uot; :level . 1) ("Contacts.org" :maxlevel . 1 '(org-replace-disputed-keys t) '(org-return-follows-link t) '(org-reverse-note-order nil) '(org-startup-align-all-tables t) '(org-startup-indented nil) '(org-support-shift-select (quote always))

Re: [O] org google weather

2011-03-05 Thread Matthew Sauer
wrote: > Matthew Sauer wrote: > > > '(require 'google-weather) > > '(require 'org-google-weather) > > That should be > > (require 'google-weather) > (require 'org-google-weather) > > without a quote. > > Nick > >

Re: [O] org google weather

2011-03-05 Thread Matthew Sauer
t, Mar 5, 2011 at 7:26 AM, Konrad Hinsen wrote: > On 5 Mar 2011, at 12:44, Matthew Sauer wrote: > > >> I put the diary-sunset and diary-sunrise functions in a file called >> sunrisesunset.el in my elisp directory, it is part of my load path and put >> '(req

Re: [O] org google weather

2011-03-05 Thread Matthew Sauer
I put the diary-sunset and diary-sunrise functions in a file called sunrisesunset.el in my elisp directory, it is part of my load path and put '(require 'sunrisesunset) in my .emacs It only loads if I type M-x load-library RET sunrisesunset RET I am not sure why it isn't automatically loading l

[Orgmode] Re: Org-Remember C-1 C-c C-c

2011-02-27 Thread Matthew Sauer
3 and other C-number combinations but that is a function of Mintty I believe. Matthew On Sun, Feb 27, 2011 at 5:41 PM, Bernt Hansen wrote: > Matthew Sauer writes: > > > Whenever I use Remember to shoot a note to a specific location I > > press C-1 and get the following er

Re: [Orgmode] Splitting mailing list

2011-02-27 Thread Matthew Sauer
I think that if it was kept as a single list the use of tags could allow (as long as people respect the tags) to filter and read only the types of threads they want to use. If we split the lists I would tag both with the same tag in my gmail box and read them all together, so it wouldn't really ap

Re: [Orgmode] Splitting mailing list

2011-02-27 Thread Matthew Sauer
Even though I am not much into development I enjoy reading them as they are teaching me about how this works and hopefully I can move to doing DEV further down the road. Even if we had two lists I would just add a filter tag like I do now and sort them all into the same tag (well, maybe, maybe not

[Orgmode] Startup page

2011-02-26 Thread Matthew Sauer
designed page with links or something else? Might be something interesting to share on worg as well if you have a unique start page for emacs. Just a thought/curiosity as I am working on designing one for my emacs for my use as a student/father/employee. Matthew Sauer

[Orgmode] Org-Remember C-1 C-c C-c

2011-02-24 Thread Matthew Sauer
omes with emacs 23.2.1 I am just not sure which direction to go to find the problem and I know how to work around it by calling the correct function and/or binding it to a key. Any input is most appreciated as the more college classes I take the more class files I have to file into.

Re: [Orgmode] question about capture templates

2011-02-21 Thread Matthew Sauer
Correction , it is C-1 C-c C-c to go to the default location. C-u C-c C-c goes into the interactive mode and then visits the location stored. Matt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.

Re: [Orgmode] question about capture templates

2011-02-21 Thread Matthew Sauer
ation for the templates. Oh, and I made my default destination a Refile bucket that then has to be sorted to the appropriate location. Matthew Sauer Sent From GNUS in emacs "Did I mention I love this thing?" ___ Emacs-orgmode mailing list Pl

Re: [Orgmode] Sending TODO items automatically to a specified email address

2011-02-19 Thread Matthew Sauer
What format of an attachment would you want to be hooked to the e-mail (html, xml, txt, pdf)? I think that once you figure that out, write the function to generate that the rest is downhill. I have just started using GNUS but I imagine it or one of the email programs in emacs or through a python

Re: [Orgmode] Re: Something like SETUPFILE, but in .emacs?

2011-02-14 Thread Matthew Sauer
-export-with-tags org-export-with-timestamps org-export-with-tocorg-export-with-todo-keywords On Mon, Feb 14, 2011 at 9:07 AM, Matthew Sauer wrote: > Question, would something like the following work? > > For .emacs > > ---start of .emacs &

Re: [Orgmode] Re: Something like SETUPFILE, but in .emacs?

2011-02-14 Thread Matthew Sauer
Question, would something like the following work? For .emacs ---start of .emacs --snip---snip---snip--- (setq load-path (append '("/home/usr/emacs/load/") load-path)) (setq load-path (append '("/home/usr/emacs") load-path)) (load "export-setup"

Re: [Orgmode] Something like SETUPFILE, but in .emacs?

2011-02-10 Thread Matthew Sauer
First time poster as well. Clarification. You are wanting to have these options only inflict themselve on .org files? I am wondering if they could be in .emacs or called from .emacs or auto inserted, or maybe like the text export options are via a shortcut command? I think I might want a gene