[Orgmode] Agenda: Hide Sched. Items

2010-09-13 Thread Nathan Neff
Is there a way to hide Scheduled Items in a custom Agenda View? I have the following custom agenda set up: ("&" "Timeline" ((agenda "" )) ((org-agenda-ndays 1) (org-agenda-show-log t) (org-agenda-clockreport-mode t) (org-a

[Orgmode] Fwd: Agenda: Hide Sched. Items

2010-09-13 Thread Nathan Neff
-- Forwarded message -- From: Nathan Neff Date: Mon, Sep 13, 2010 at 2:06 PM Subject: Re: Agenda: Hide Sched. Items To: Matt Lundin On Mon, Sep 13, 2010 at 1:07 PM, Matt Lundin wrote: > Nathan Neff writes: > >> Is there a way to hide Scheduled Items in a custom

[Orgmode] Modify time entry from agenda?

2010-09-14 Thread Nathan Neff
I think it would be really cool to be able to modify clock-in/clock-out times from the agenda. I realize I can press TAB and jump to a clocked entry and modify the times, but if I could press a key and move the start/stop time back and forth by 10 min, that would be awesome. At the end of the day

[Orgmode] Effort columnview: Show total in different column

2010-09-22 Thread Nathan Neff
I'd like to generate a columnview that shows totals in a separate column, like the clockreport. Something like this: | Total | Effort. | Task | |---+--+| | 4 | | Main Task | | |2 | Sub Task 1 | | |2 | Sub Task 2 | Any ideas where to start?

[Orgmode] Insert link to recently captured Note?

2010-10-12 Thread Nathan Neff
I'd like to ask the mailing list how they handle the following situation: I'm clocked into FOO below, then spend about 20 minutes on something that's somewhat related to FOO, but is not really a direct sub-task of FOO, so I probably want to refile it later. So, I open org-capture and create some

[Orgmode] Re: Insert link to recently captured Note?

2010-10-12 Thread Nathan Neff
On Wed, Oct 13, 2010 at 1:29 AM, Nathan Neff wrote: > I'd like to ask the mailing list how they handle the following situation: > > I'm clocked into FOO below, then spend about 20 minutes on something > that's somewhat > related to FOO, but is not really a direct su

[Orgmode] Specifying a template when calling org-capture

2010-11-08 Thread Nathan Neff
Hello, Most of the time, I call the same template when calling org-capture. I'd like to define a key to call the template without going to the menu. I found the documentation where it says "Lisp programs can set KEYS to a string associated with a template in `org-capture-templates'. In this ca

Re: [Orgmode] An Org-mode clone for Vim

2010-11-08 Thread Nathan Neff
Herbert, this is fantastic news. My background is mainly with Vim, but I am very open to learning other software. I can understand people who don't want to relearn keybindings, etc, but I work on many platforms and have that problem all the time anyway :-). I'm a member of a "vim-geeks" group in

[Orgmode] Pretty-up Log Entries

2010-11-10 Thread Nathan Neff
If I recall correctly, the log entries shown in the agenda are pretty much hard-coded and difficult to change. I recall fairly easy ways of sending data from emacs to external files, and then formatting that data with script(s) or some external program, then reading them back into emacs. Would or

Re: [Orgmode] Bastien is going to become the maintainer of Org mode in January

2010-11-15 Thread Nathan Neff
Thanks for your contribution Carsten! Bastien, congratulations on your new role and good luck. --Nate ___ 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-o

Re: [Orgmode] Couple more videos of Org-mode clone in Vim

2010-11-20 Thread Nathan Neff
Really cool -- I like the "inline" editing of files from the agenda, and how you can click on a tag and do an agenda search. Keep up the good work -- I might e-mail you to ask how you got the inline editing of a file to work. --Nate On Tue, Nov 9, 2010 at 4:07 AM, Herbert Sitz wrote: > For anyb

[Orgmode] Awesome! Date-tree from agenda!

2010-11-24 Thread Nathan Neff
I've been looking for a way to do quick "journal" entries for /past/ dates, and was disappointed that the Journal capture template always used the current date. I found out you can go to a date in the agenda, and press "k c", which will cause any capture-template to use the date in the agenda, not

[Orgmode] Capture into subheading of current headline

2010-11-28 Thread Nathan Neff
I think I'm missing something obvious here -- I can't define a capture template that puts the results as a sub-heading of the heading that the cursor is currently in. For example: * Some Heading some text in this heading I tried defining a template that used the "org-end-of-subtree" function:

Re: [Orgmode] Capture into subheading of current headline

2010-12-01 Thread Nathan Neff
On Wed, Dec 1, 2010 at 8:30 AM, Eric S Fraga wrote: > Carsten Dominik writes: > >> Hi Nathan, >> >> On Nov 28, 2010, at 8:10 PM, Nathan Neff wrote: >> >>> I think I'm missing something obvious here -- I can't >>> define a capture template

[Orgmode] ID property for top-of-file?

2010-12-02 Thread Nathan Neff
I like the org-id-goto function and use it all the time. I use org-id to jump to my "refile.org" file, but I always need to create a headline to store the ID property. I tried putting #+ID: foo property at the top of the file, but the org-id-goto function couldn't find foo unless I put it under a

[Orgmode] Cool Clockreport in 7.3

2010-12-05 Thread Nathan Neff
Much easier to read, and I love the nesting/indenting of sub-headings. http://nateneff.com/org-mode-clockreport-rules.html --Nate ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.

Re: [Orgmode] Re: Questions about org-capture templates and usage

2010-12-06 Thread Nathan Neff
Great thread -- 1) Good docs re:capture 2) Explanation of C-u and how org-capture uses it 3) Emacs keybinding guidelines 4) Notices of requests for more documentation on Worg Also, I understood most of the things in this thread -- something must be wrong with me. --Nate

[Orgmode] Can this function be written better?

2010-12-06 Thread Nathan Neff
I'd like to be able to easily toggle the showing/hiding of CLOSED clock items in the agenda. I have a function that does exactly that. My Lisp is terrible (I bet that's never been said before :-) and I want to try to improve it. Any suggestions how to improve/refactor the following function? (d

[Orgmode] Re: Can this function be written better?

2010-12-06 Thread Nathan Neff
> Hi Nate, > > I would probably write it like this: (but I'm no emacs-lisp expert > either) > > (defun njn/agenda-toggle-show-closed() >  "Toggle whether closed clock thingies are shown in the agenda" >  (interactive) >  (setq njn/org-agenda-show-closed (not njn/org-agenda-show-closed)) >  (setq or

[Orgmode] [org-babel] Dynamic Tangle?

2010-12-06 Thread Nathan Neff
I'm preparing a presentation and I'm getting using tangle to show code /and/ produce working code examples -- this is really cool. It is possible to define a "template" and pass code blocks to it? For example: (Using pseudo-org-babel-code for brevity) #+template header code <> footer code #+exam

[Orgmode] Basic Question: Effort Sum

2010-12-09 Thread Nathan Neff
Hello, I have a dynamic table that gives me a list of the items in a file and their effort estimates. I'd like to either 1) Have org-mode sum the effort for me, much like the CLOCKSUM feature or 2) Write a simple calc function and manually put it into the table to sum the first column which conta

Re: [Orgmode] Wishlist: let org-refile find buffers that have been renamed

2010-12-22 Thread Nathan Neff
On Wed, Dec 22, 2010 at 8:53 PM, Suvayu Ali wrote: > On Wednesday 22 December 2010 06:08 PM, Hsiu-Khuern Tang wrote: >> >> Hi Samuel, >> >> Thanks for the suggestion.  I just tried it, and it does a nice job >> choosing easy-to-identify buffer names.  But those buffer names again >> do not come up

[Orgmode] Info file org does not exist

2011-01-18 Thread Nathan Neff
Hello, I apologize if this is a very simple question, but I'm using the latest org-mode and just switched to a Debian based distro. I'm able to run make && sudo make install in the org-mode source directory, but when I go to Emacs, I don't see the Org-mode documentation when I use C-h i. When I

[Orgmode] Re: Info file org does not exist

2011-01-18 Thread Nathan Neff
That's odd, so I ran make && sudo make install, then restarted emacs, and now it can find the org-info. Oh well -- I guess one of the steps below worked! Issue resolved. --Nate On Tue, Jan 18, 2011 at 9:25 AM, Nathan Neff wrote: > Hello, > > I apologize if this is a ver

[Orgmode] 6.33trans diary entries in all agenda days

2009-11-16 Thread Nathan Neff
Hello, I would like to use the org-agenda-diary-file that's new in 6.33trans I am able to press "i" in agenda mode, and enter a simple diary entry. However, I can't see the new simple diary entry in my agenda, even after refreshing, and after pressing "D" to show diary entries. Is this the expe

[Orgmode] Lists for org-refile-targets

2009-12-04 Thread Nathan Neff
Hello, I'm not a lisp programmer -- I would like to tell org-mode to use two lists of files (org-agenda-files and notesmine-files) when I refile my remember notes. Currently, I'm getting an error when I try to refile my notes and I think it's something very basic. Here's the relevant code: ;; U

Re: [Orgmode] Lists for org-refile-targets

2009-12-04 Thread Nathan Neff
I still get the "Wrong type argument: numberp, (0.5)" error. Here's the stacktrace for the error that I get when I set org-refile-targets with the following code: ;; Use environment variable $ORGDIR to get dir for org-directory (setq org-directory (getenv "ORGDIR")) (setq notesmine-dir "~/

Re: [Orgmode] Lists for org-refile-targets

2009-12-04 Thread Nathan Neff
On Fri, Dec 4, 2009 at 1:03 PM, Nick Dokos wrote: > Nathan Neff wrote: > > > On Fri, Dec 4, 2009 at 10:45 AM, Nick Dokos > wrote: > > > > Nathan Neff wrote: > > > > > Currently, I'm getting an error when I try to refile my notes

[Orgmode] Agenda repeats diary entries

2009-12-14 Thread Nathan Neff
Hello, I'm using org-agenda-diary-file. When I run agenda-mode with the attached configuration, I see the same diary entry under each day. Here's what my agenda shows. Notice that the entry from Dec. 08 shows up on Dec. 14's and Dec. 15's agenda. Also, "2009" and "2009-12-December" headers repe

[Orgmode] Re: Agenda repeats diary entries

2009-12-16 Thread Nathan Neff
On Mon, Dec 14, 2009 at 1:52 PM, Nathan Neff wrote: > Hello, > > I'm using org-agenda-diary-file. > > When I run agenda-mode with the attached configuration, > I see the same diary entry under each day. > > Here's what my agenda shows. Notice that the entry &g

[Orgmode] Re: Agenda repeats diary entries

2009-12-26 Thread Nathan Neff
On Mon, Dec 14, 2009 at 1:52 PM, Nathan Neff wrote: > Hello, > > I'm using org-agenda-diary-file. > > When I run agenda-mode with the attached configuration, > I see the same diary entry under each day. > > Here's what my agenda shows. Notice that the entry &g

[Orgmode] Agenda repeats diary entries

2009-12-27 Thread Nathan Neff
Hello, I'm using org-agenda-diary-file. When I run agenda-mode with the attached configuration, I see the same diary entry under each day. Here's what my agenda shows. Notice that the entry from Dec. 08 shows up on Dec. 14's and Dec. 15's agenda. Also, "2009" and "2009-12-December" headers repe

[Orgmode] Bug?: Diary in Agenda

2009-12-29 Thread Nathan Neff
Hello, I e-mailed the list several times with this issue: http://article.gmane.org/gmane.emacs.orgmode/20677 I haven't heard from anyone, which seems odd. I'm wondering if anyone's seeing these e-mails? :-) Can I submit a bug for the above issue? If this is an unimportant bug, I totally unders

[Orgmode] Re: Agenda repeats diary entries

2009-12-29 Thread Nathan Neff
On Tue, Dec 29, 2009 at 7:47 PM, Matt Lundin wrote: > Hi Nathan, > > Nathan Neff writes: > > > I'm using org-agenda-diary-file. > > > > When I run agenda-mode with the attached configuration, > > I see the same diary entry under each day. > > &g

[Orgmode] Re: Agenda repeats diary entries

2009-12-30 Thread Nathan Neff
On Wed, Dec 30, 2009 at 5:32 AM, Bernt Hansen wrote: > Nathan Neff writes: > > > On Tue, Dec 29, 2009 at 7:47 PM, Matt Lundin wrote: > > > > Hi Nathan, > > > > Nathan Neff writes: > > > > > I'm using org-agenda-diary-f

[Orgmode] [OT] See available keybindings?

2010-02-05 Thread Nathan Neff
I've defined a list of org-mode shortcuts that start with f6. Example: f6 i = clock in f6 o =clock out Is there a way to see all the available keybindings that begin with f6? Sometimes I'm not sure what key I need to type. When I press f6, then appears in the minibuffer, waiting for another ke

[Orgmode] Resolving Idle Time - Wow

2010-02-05 Thread Nathan Neff
http://orgmode.org/org.html#Resolving-idle-time I just discovered this, and it was one of those 'wow, org-mode already does this' moments. I really like being able to get distracted from some task, then apply the lapsed minutes to *more than one* other task. All I have to do is keep running M-x

[Orgmode] org-goto + Aquamacs

2010-02-05 Thread Nathan Neff
Hi, I like using org-goto to jump to headings in an org file. When I press C-c C-j, Aquamacs displays the contents of the defconst org-goto-help in a different frame. Then, I have to switch back to my main frame. This is a minor annoyance. Is there a way to get Aquamacs not to show this, or to

Re: [Orgmode] org-goto + Aquamacs

2010-02-13 Thread Nathan Neff
and it doesn't have this problem. I'm fine with using Carbon Emacs. > > On Feb 5, 2010, at 10:24 PM, Nathan Neff wrote: > > Hi, >> >> I like using org-goto to jump to headings in an org file. >> >> When I press C-c C-j, Aquamacs displays the contents of

[Orgmode] Shortcut for adding text item?

2010-02-18 Thread Nathan Neff
I'm aware of the M-Ret shortcut for inserting a new heading. Is there a shortcut for adding a text item to the current headline? For example, I have a headline, with the cursor at position: * Something And I want to add a text line under the heading, with proper indentation. Currently, I pres

Re: [Orgmode] Re: Shortcut for adding text item?

2010-02-19 Thread Nathan Neff
2010/2/19 Stephan Schmitt > Hi Łukasz, > > > Stephan Schmitt writes: > > > >> Also sprach Nathan Neff: > >>> For example, I have a headline, with the cursor at position: > >>> > >>> * Something > >>> >

[Orgmode] Restriction Lock - Visible notifier?

2010-02-24 Thread Nathan Neff
I like the org-agenda-set-restriction-lock feature, but I recently wasted quite a bit of time troubleshooting my agenda views, only to find out that I'd set the restriction lock to a single file. Is there an option to toggle that would show me that I have the agenda restricted to a single file? T

Re: [Orgmode] Restriction Lock - Visible notifier?

2010-02-25 Thread Nathan Neff
--Nate > - Carsten > > > On Feb 24, 2010, at 8:08 PM, Nathan Neff wrote: > > I like the org-agenda-set-restriction-lock feature, >> but I recently wasted quite a bit of time troubleshooting my agenda >> views, only to find out that I'd set the restriction lock to

[Orgmode] Creating ditaa diagrams

2010-02-27 Thread Nathan Neff
While researching org-babel (wow, wish I'd looked @ it earlier) I found the cool ditaa functionality. I experimented for a couple of hours with Emacs' picture mode and artist mode, and wanted to get advice/feedback from everyone on how they draw their ascii diagrams. Any advice? Thanks, --Nate _

[Orgmode] Clocktable: Include non-clock items

2010-03-03 Thread Nathan Neff
Is there a way to get a clock table to show items that do not have a clock entry? Here's the use-case: I'm working on Task 1, and encounter an unusual problem. I want my clock report to show some detail about why Task 1 took more time than usual. I don't want to create a sub-heading and clock in

[Orgmode] [PATCH] Always insert heading after current

2010-03-05 Thread Nathan Neff
This is my first endeavor at contributing to open source, so bear with me :-) I created a variable called 'org-insert-heading-always-after-current' If it's not nil, and you press M-Return, a new heading is created under the current heading, ***even if you're on the first character of a heading***

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

2010-03-07 Thread Nathan Neff
On Sun, Mar 7, 2010 at 11:37 PM, Nathan Neff wrote: > > > On Sat, Mar 6, 2010 at 9:08 AM, Carsten Dominik > wrote: > >> >> On Mar 5, 2010, at 9:07 PM, Stefan Vollmar wrote: >> >> Hallo, >>> >>> we proudly present: >>> >>&

[Orgmode] [babel] - Support for Groovy

2010-03-19 Thread Nathan Neff
Hello, I'm trying to write an org-babel-groovy.el file, and have read through the org-babel-template.el and org-babel-template.org files. Eventually, I decided to just copy the org-babel-perl.el file to org-babel-groovy and replace 'perl' with 'groovy' where appropriate :-/ I'm able to get Groov

[Orgmode] [babel] Babel as a test harness?

2010-03-19 Thread Nathan Neff
I think it would be cool to use Org-babel as a simple test harness. I'd like to have an org file, with various sections that demonstrate how to do something in Groovy. I'd like to be able to run all the code in the org file and make sure they all run successfully (return code 0). In Groovy, the

Re: [Orgmode] [babel] Babel as a test harness?

2010-03-20 Thread Nathan Neff
On Fri, Mar 19, 2010 at 7:45 PM, Dan Davison wrote: > Nathan Neff writes: > > > I think it would be cool to use Org-babel as a simple test harness. > > > > I'd like to have an org file, with various sections that demonstrate how > to do > > something in G

Re: [Orgmode] [babel] Babel as a test harness?

2010-03-20 Thread Nathan Neff
On Fri, Mar 19, 2010 at 7:45 PM, Dan Davison wrote: > Nathan Neff writes: > > > I think it would be cool to use Org-babel as a simple test harness. > > > > I'd like to have an org file, with various sections that demonstrate how > to do > > something in G

[Orgmode] Aquamacs Preview 5

2010-03-31 Thread Nathan Neff
FYI, the latest Aquamacs Preview 5 solved the "Refile error - kill is not a (set of) trees" problem (at least for me). http://www.mail-archive.com/emacs-orgmode@gnu.org/msg14756.html I downloaded the newest version, and ran it with Org-mode version 6.34trans (release_6.34c.243.g2bca7.dirty) http

[Orgmode] Re: Aquamacs Preview 5

2010-03-31 Thread Nathan Neff
On Wed, Mar 31, 2010 at 9:00 AM, Nathan Neff wrote: > FYI, the latest Aquamacs Preview 5 solved the "Refile error - kill is not a > (set of) trees" > problem (at least for me). > > http://www.mail-archive.com/emacs-orgmode@gnu.org/msg14756.html > > I downloaded

[Orgmode] Emacs setups?

2010-03-31 Thread Nathan Neff
I'm not an Emacs user, but use it for org-mode, mostly on a Mac. I tried finding some discussions on this list about what everyone on this list uses for Emacs. I have three Emacs builds that I bounce back & forth between: 1) Aquamacs 2) http://atomized.org/wp-content/cocoa-emacs-nightly/ (found o

[Orgmode] Feature request: Show notes in clock report

2010-04-01 Thread Nathan Neff
Here's the use-case: I'm working on Task 1, and encounter an unusual problem. I want my clock report to show some detail about why Task 1 took more time than usual. I don't want to create a sub-heading and clock into it then adjust the clock, etc. I just want to store a note or create a heading

[Orgmode] Add org-habit to org-modules

2010-04-05 Thread Nathan Neff
Is there a way to add org-habit to the org-modules list without using org-custom and without specifying all the modules at once, like this: (setq org-modules (quote (org-bbdb org-bibtex blah blah blah))) I'm looking for something like this: ;; Except this doesn't work :-) (append org-modules (l

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

2010-04-05 Thread Nathan Neff
On Mon, Apr 5, 2010 at 10:30 AM, Matt Lundin wrote: > Nathan Neff writes: > > > Is there a way to add org-habit to the > > org-modules list without using org-custom and without > > specifying all the modules at once, like this: > > > > (setq org-modules (

Re: [Orgmode] Re: Emacs setups?

2010-04-07 Thread Nathan Neff
On Wed, Apr 7, 2010 at 9:04 AM, Andrea Crotti wrote: > Nathan Neff writes: > > > I'm not an Emacs user, but use it for org-mode, mostly on a Mac. > > > > I tried finding some discussions on this list about what everyone > > on this list uses for Emacs. >

[Orgmode] Clockreport from a list of files

2010-04-07 Thread Nathan Neff
I'm trying to create a clockreport that scans a certain file (actually, I want to scan a list of files, but I can't even get one file to work). I found the :scope ("file"...) option here: http://orgmode.org/manual/Clocking-work-time.html But I can't get the clockreport to read from nate.org. Ins

[Orgmode] Don't show repeating item more than once in agenda

2010-04-09 Thread Nathan Neff
I'd like to schedule something to do every 2 days, but don't want more than one reminder in my agenda. For example: * TODO Call Bob SCHEDULED: <2010-04-12 Mon +2d> In the agenda, I see this entry repeated every other day (as expected) like this: Monday 12 April 2010 W15 nate: Schedule

[Orgmode] orgcard.txt in Makefile

2010-04-12 Thread Nathan Neff
Hello, I'd like to use the orgcard.txt file that's included in the org-mode source. I like being able to search through a text file for relevant keyboard shortcuts. It doesn't seem like it's been updated since org version 6.10. I tried running make doc, but I don't think that orgcard.txt is gene

[Orgmode] Custom agenda - wrong type argument

2010-04-14 Thread Nathan Neff
I'm trying to build a custom agenda that works with the current buffer. I've succeeded in getting the agenda to display with the current buffer like this: (setq org-agenda-custom-commands (quote ( ("c" "Current Buffer" agenda "" ((org-agenda-files (list (buffer-file-name)

Re: [Orgmode] Re: orgcard.txt in Makefile

2010-04-14 Thread Nathan Neff
On Tue, Apr 13, 2010 at 2:33 AM, Christian Egli wrote: > Hi > > Nathan Neff writes: > > > I'd like to use the orgcard.txt file that's included in the org-mode > source. > > I like being able to search through a text file for relevant keyboard > > shortc

[Orgmode] Re: Custom agenda - wrong type argument

2010-04-16 Thread Nathan Neff
On Wed, Apr 14, 2010 at 10:54 AM, Nathan Neff wrote: > I'm trying to build a custom agenda that works with the current buffer. > > I've succeeded in getting the agenda to display with the > current buffer like this: > > (setq org-agenda-custom-commands > (q

[Orgmode] [Babel] Macro for begin_src?

2010-04-16 Thread Nathan Neff
I've been converting my init.el file to org-babel, and am getting tired of copying/pasting or typing the begin_src and end_src blocks. Example: #+begin_src emacs-lisp :results silent #+end_src As an Emacs n00b, I'd like to know if anyone here has defined some kind of macro / shortcut to define an

[Orgmode] Re: [Babel] Macro for begin_src?

2010-04-16 Thread Nathan Neff
On Fri, Apr 16, 2010 at 8:18 PM, Nathan Neff wrote: > I've been converting my init.el file to org-babel, and am getting tired of > copying/pasting or typing the begin_src and end_src blocks. > > Example: > #+begin_src emacs-lisp :results silent > #+end_src > > *Sig

Re: [Orgmode] Re: [Babel] Macro for begin_src?

2010-04-16 Thread Nathan Neff
On Fri, Apr 16, 2010 at 9:35 PM, Dan Davison wrote: > Nathan Neff writes: > > > On Fri, Apr 16, 2010 at 8:18 PM, Nathan Neff > wrote: > > > > I've been converting my init.el file to org-babel, and am getting > tired of > > copying/pasting o

Re: [Orgmode] Re: [Babel] Macro for begin_src?

2010-04-17 Thread Nathan Neff
What do you guys use for ditaa diagrams? Just copy/paste? Seems like it'd be a bit tedious to draw those boxes. --Nate On Sat, Apr 17, 2010 at 5:12 AM, Eric S Fraga wrote: > On Fri, 16 Apr 2010 21:23:35 -0500, Erik Iverson > wrote: > > > http://doc.norang.ca/org-mode.html#Yasnippets > > > >

[Orgmode] Re: [Babel] Macro for begin_src?

2010-04-17 Thread Nathan Neff
On Sat, Apr 17, 2010 at 6:03 AM, Štěpán Němec wrote: > Dan Davison writes: > >> Thanks! I'm having trouble triggering the yasnippets using the TAB key, > so > > I'm > >> just using the GUI menu. > >> > >> Do you literally type "src" (no quotes), then press Tab? > > > > Yeah, but there's some ma

Re: [Orgmode] Re: [Babel] Macro for begin_src?

2010-04-17 Thread Nathan Neff
On Sat, Apr 17, 2010 at 9:06 AM, Erik Iverson wrote: > > I'm guessing what you really want there is >> >>(set (make-local-variable 'yas/trigger-key) [tab]) >> >>instead of >> >> > (make-variable-buffer-local 'yas/trigger-key) >> > (setq yas/trigger-

[Orgmode] indented items in agenda searches

2010-04-23 Thread Nathan Neff
I just found the setting "org-tags-match-list-sublevels", and think it's really cool for viewing agenda searches. For example, if you search for a tag "project" using an agenda search on the following data: * Cake :project: ** Ingredients *** Apples *** Oranges * Cle

Re: [Orgmode] Re: declaring items as implicit TODO entries

2010-04-26 Thread Nathan Neff
On Mon, Apr 26, 2010 at 3:01 AM, Nick wrote: > Manish Sharma wrote: > > "C-c a t" should show all the TODO items. You may also want to > > take a look at "org-agenda-todo-ignore-deadlines", > > "org-agenda-todo-ignore-scheduled" and > > "org-agenda-todo-ignore-with-date" as well. > > Thanks for

Re: [Orgmode] Suggestions needed for handling "ideas"

2010-04-26 Thread Nathan Neff
On Sun, Apr 25, 2010 at 2:46 AM, John Wiegley wrote: > On Apr 12, 2010, at 3:46 PM, Ali Tofigh wrote: > > > Frequently my notes on meetings contain ideas for stuff to try. Does > > anyone have any advice on how to handle these? > > Hi Ali, > > For ideas I just use a done TODO state called "NOTE".

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

2010-04-28 Thread Nathan Neff
On Wed, Apr 28, 2010 at 12:42 PM, David Frascone wrote: > > Jump - seems really hard to use. > I agree -- I've been on a quest to easily navigate my org-files also. > C-c C-j.  Opens help window with cursor in it, so I have to C-x o to > get to Org-goto window. I use Aquamacs, and the help

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

2010-04-28 Thread Nathan Neff
On Wed, Apr 28, 2010 at 12:41 PM, David Frascone wrote: > Here are two questions (or maybe one question, and a bug report) from my > note taking while reading the manual. > > * Best way to make next menu item?  M-Enter seems to work pretty well. > I'm not to happy with the way org-mode adds a

Re: [Orgmode] Final Question: Usage

2010-04-28 Thread Nathan Neff
On Wed, Apr 28, 2010 at 12:57 PM, David Frascone wrote: > > I'm still using a monolithic file to inplement my DGTD (Dave's GTD).  I'm > not as anal as TOD (The other Dave, Dave Allen), and I don't run a strict > inbox. > > What I do want is: > 1)  a place to keep track of live projects, bugs, conv

[Orgmode] Frequently used files/headings

2010-04-29 Thread Nathan Neff
Currently, I'm using org-id-get-create to generate a unique ID for headings that I frequently go to in org-mode. * Foo :PROPERTIES: :ID: F3B14102-A66D-408C-8833-1F9CF7E5047C :END: Then, I copy the newly created ID to the kill-ring, and paste it into a block like this: (global-set-key (kbd " f")

[Orgmode] Vim folding/syntax highlighting?

2010-04-29 Thread Nathan Neff
Does anyone know of an org-mode syntax file and/or folding definition for Vim? I use Vim quite a bit, and would like to have *.org files highlighted nicely. I'd also like to use Vim's folding capabilities to be able to fold the headlines like org-mode does. I'll probably write a syntax file and

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

2010-05-03 Thread Nathan Neff
On Sun, May 2, 2010 at 12:37 PM, Nathaniel Flath wrote: > Hello, > One thing I've wanted from org-mode is the ability to have certain items > 'hidden' from the agenda until the day they are scheduled - this patch > implements this for all properties who have a STYLE property of 'hidden'. > I ended

[Orgmode] [babel] Future of Org-babel?

2010-05-05 Thread Nathan Neff
Guys, Is there a project/TODO/Wish list for Org-babel? I'd like to give a presentation on Org-babel at the Strange Loop conference in St. Louis in October. http://strangeloop2010.com/ The Strange Loop conference attracted a lot of very smart people that I think would be interested in contributi

[Orgmode] Re: Frequently used files/headings

2010-05-06 Thread Nathan Neff
On Thu, Apr 29, 2010 at 10:47 AM, Nathan Neff wrote: > Currently, I'm using org-id-get-create to generate a unique ID > for headings that I frequently go to in org-mode. > > * Foo > :PROPERTIES: > :ID: F3B14102-A66D-408C-8833-1F9CF7E5047C > :END: > > Then, I copy

[Orgmode] Wow -- adding images to an org file

2010-05-06 Thread Nathan Neff
I just saw Andreas's screenshot here: http://orgmode.org/worg/org-screenshots.php If you zoom in to his screenshot, http://orgmode.org/img/screenshots/org_andreas.jpg You can see how he adds images to his org files. All that I had to do was put this into my emacs init file: (defun org-dblock-wr

[Orgmode] Re: Frequently used files/headings

2010-05-10 Thread Nathan Neff
On Mon, May 10, 2010 at 6:35 AM, Štěpán Němec wrote: > Nathan Neff writes: >> I tried something like this, but all I get is "Wrong type argument: >> integer-or-marker-p, (quote (second shortcut-def))" >> >> #+srcname: map-nav(navigation-shortcuts=navigation

[Orgmode] Re: Frequently used files/headings

2010-05-11 Thread Nathan Neff
> Another way would be to use `lexical-let' from the CL package, i.e.: > >  (global-set-key (read-kbd-macro (second shortcut-def)) >                  (lexical-let ((shortcut-def shortcut-def)) >                    (lambda () >                      (interactive) >                      (org-id-goto (

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

2010-05-27 Thread Nathan Neff
On Sat, May 22, 2010 at 11:27 AM, Matthew Lundin wrote: > Nathaniel Flath writes: > >> Yes, this patch is primarily for weekly agendas - it changes when items >> are displayed to be the same as having a style of 'habit, while also >> allowing to do it for non-recurring items. > > Do you mean that

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

2010-06-23 Thread Nathan Neff
On Sat, Jun 5, 2010 at 11:38 PM, Carsten Dominik wrote: > > On Jun 4, 2010, at 2:51 PM, Matthew Lundin wrote: > >> Hi Carsten, >> >> Carsten Dominik writes: >> >>> can someone please summarize what the status of this discussion is? >>> >>> I have lost track I apologize for commenting on this

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

2010-06-23 Thread Nathan Neff
I checked out the latest org mode, and I'm getting "Symbol's function definition is void: second" I ran git-bisect, and the error was introduced with the merge of org-babel into the main branch. The code that's causing the error is here: #+tblname:shortcut-definition-list | Something | a

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

2010-06-27 Thread Nathan Neff
of org-habit-graph-column :-) > > On Jun 24, 2010, at 05:25:07 , Nathan Neff wrote: > >> org-habit-graph-column to -1 then it successfully hides the graph. > > ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to t

[Orgmode] Org-jekyll - org-publish-initialize-files-alist

2010-06-29 Thread Nathan Neff
Some time ago, I set up a blog using org-jekyll. I recently tried to publish my blog, but when I run: org-jekyll-export-blog I get the message: Symbol's function definition is void: org-publish-initialize-files-alist I grepped for this function, and noticed that it is now defined in org-protoc

Re: [Orgmode] Org-jekyll - org-publish-initialize-files-alist

2010-06-30 Thread Nathan Neff
On Wed, Jun 30, 2010 at 6:45 AM, Sebastian Rose wrote: > Nathan Neff writes: >> Some time ago, I set up a blog using org-jekyll.  I recently tried >> to publish my blog, but when I run: >> >> org-jekyll-export-blog >> >> I get the message:  Symbol's

[Orgmode] Good way to try new org-mode code?

2010-06-30 Thread Nathan Neff
I'm using git to track org-mode, and would like to know if there's a way to switch branches / mess with code in org-mode without having to run make and make install when I want to test the new code. Currently, I have org-mode code in my ~/.emacs.d/src/org directory, and I add this directory to my

[Orgmode] Insert TODO or plain heading depending on context

2010-08-05 Thread Nathan Neff
Sorry for a rudimentary question, but someone almost certainly has done this before: I'd like define a function that would: a) Create a new heading if the cursor is on a heading or the body of a heading. or b) Create a new TODO heading if the cursor is on a TODO heading or the body of a TODO headi

[Orgmode] Re: Insert TODO or plain heading depending on context

2010-08-10 Thread Nathan Neff
Sorry for the bump -- maybe I'll phrase the question differently Is there a function in org-mode that returns the TODO status of the heading that the cursor is currently in? Thanks, --Nate On Thu, Aug 5, 2010 at 10:43 AM, Nathan Neff wrote: > Sorry for a rudimentary question, but

Re: [Orgmode] Re: Insert TODO or plain heading depending on context

2010-08-10 Thread Nathan Neff
On Tue, Aug 10, 2010 at 5:07 PM, Jan Böcker wrote: > On 08/10/2010 11:41 PM, Nathan Neff wrote: >> Is there a function in org-mode that returns the TODO >> status of the heading that the cursor is currently in? >> > > Yes, try "org-get-todo-state". (Found t

[Orgmode] Print / export TODO Tree

2010-08-11 Thread Nathan Neff
Sorry if this is a FAQ, but is there a way to export or print a TODO tree? Thanks, --Nate ___ 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] Cannot open load file: inf-ruby

2010-09-02 Thread Nathan Neff
I'm having trouble getting ruby scripts to run in org-babel. I'm running Org 7.01 trans. With this example, I get the message "Cannot load file: inf-ruby" after I press C-c C-c with the cursor on the #+begin_src line #+begin_src ruby puts "hello world" return 1 #+end_src I have ruby installed,

Re: [O] timetable view for org: found!

2011-07-07 Thread Nathan Neff
This is most excellent. Nice view of TODO items, etc. On Thu, Jul 7, 2011 at 2:25 PM, Russell Adams wrote: > Upvote +1! > > This is fantastic to see! > > I've just installed it and I can already see how useful this will be! > > On Thu, Jul 07, 2011 at 07:20:36PM +0200, Detlef Steuer wrote: >> Hi

[O] Use org for jobs/resume writing?

2011-07-18 Thread Nathan Neff
Sorry, I don't know the alt-key code for the "e" at the end of resume :-) I was looking at the export-to-odt functionality and thought about re-doing my resume (the content) in .org, then exporting it to .odt for some cleanup / formatting. Does anyone else do something similar? I would also thin

[O] Remove orgx files

2011-07-18 Thread Nathan Neff
I've recently started using org-mode to export to html, and I have empty .orgx files laying around in my directory. Is there a way have the publish routine delete these .orgx files after exporting, or is there a way to specify that they should be created in ~/tmp or something like that? I can man

Re: [O] Release 7.7

2011-07-28 Thread Nathan Neff
On Thu, Jul 28, 2011 at 9:33 AM, Michael C Gilbert wrote: > On Jul 28, 2011, at 3:47 AM, Bastien wrote: > >> Allow relative time when scheduling/adding a deadline >> == How is this different from the previous behavior? I thought it was always p

  1   2   3   >