Hi Matthew,
>
> Matthew Sauer writes:
>
> > Thoughts on this?
>
> I didn't get the idea. Can you restate it with a few words?
>
> Thanks!
>
> --
> Bastien
>
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
20/posts/fZydBCoDEuf
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
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
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
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
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
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
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
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:
>
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
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
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"
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.
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
---
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
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
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
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
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
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
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
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
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
-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-
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
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
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
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
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,
>
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
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
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
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
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:
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"
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
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))
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
>
>
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
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
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
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
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
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
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.
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.
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
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
-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
&
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"
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
53 matches
Mail list logo