Re: [O] org files and projects nested git repositories

2015-12-31 Thread Tyler Smith
Kyle Meyer writes: > > In addition to what Ken suggested, another option is to use links to > populate the agenda directory. Have a git repo for your Org notes and > agenda file (your "org" directory above), and add this directory (or one > of its subdirectories) to

Re: [O] org files and projects nested git repositories

2015-12-31 Thread Tyler Smith
Brenda Butler writes: > I have tried links, but in all my attempts the links break whenever the > source or the target is committed to version control. My understanding > that each new commit to a file effectively changes the inode, breaking > the link > > Sounds like you

Re: [O] org files and projects nested git repositories

2015-12-31 Thread Tyler Smith
Ken Mankoff writes: > > In my version of this, I have each project as its own git repository, > where git contains the Org file, other code, the manuscript, etc. I > add any Org files to my global agenda with =M-x > org-agenda-file-to-front= and remove with = M-x

Re: [O] org files and projects nested git repositories

2015-12-31 Thread Ken Mankoff
Hi Tyler, I have a similar setup. On 2015-12-31 at 12:38, Tyler Smith wrote: > ├── org > │ ├── todo.org > │ ├── reading.org > │ └── personal.org On my system this is a git repository and a cron (or actually LaunchAgent since I'm on OS X) does a =git commit -a = every

Re: [O] org files and projects nested git repositories

2015-12-31 Thread Mike McLean
On Thu, Dec 31, 2015 at 1:33 PM, Tyler Smith wrote: > Ken Mankoff writes: > > > > In my version of this, I have each project as its own git repository, > > where git contains the Org file, other code, the manuscript, etc. I > > add any Org files to my

Re: [O] org files and projects nested git repositories

2015-12-31 Thread Brenda Butler
On Thu, Dec 31, 2015 at 1:38 PM, Tyler Smith wrote: > I have tried links, but in all my attempts the links break whenever the > source or the target is committed to version control. My understanding > that each new commit to a file effectively changes the inode, breaking >

Re: [O] org files and projects nested git repositories

2015-12-31 Thread Kyle Meyer
Tyler Smith writes: [...] > I have tried links, but in all my attempts the links break whenever the > source or the target is committed to version control. My understanding > that each new commit to a file effectively changes the inode, breaking > the link. Are you thinking

[O] adding file to agenda removes directories

2015-12-31 Thread Tyler Smith
Hi again, Continuing to play around with getting org files into my agenda, I run into this: I set up org-agenda-files to contain ~/org/, such that all files in that directory are in my agenda. I then add an individual file from elsewhere, via org-agenda-file-to-front. In the process, the entry

[O] org-index: New Version and Screencast

2015-12-31 Thread Marc Ihm
Hi, org-index ("A personal index for org") has reached Version 5.0; it can be downloaded at: http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=contrib/lisp/org-index.el;hb=HEAD A short introduction and demo is available as a screencast: http://2484.de/org-index.html Comments are

Re: [O] org files and projects nested git repositories

2015-12-31 Thread Kyle Meyer
Hi Tyler, Tyler Smith writes: > Hello list, > > I'm struggling to incorporate project-specific org files into my global > org system. My file system looks something like this: > > ~ > ├── org > │ ├── todo.org > │ ├── reading.org > │ └── personal.org > └── research >

[O] org files and projects nested git repositories

2015-12-31 Thread Tyler Smith
Hello list, I'm struggling to incorporate project-specific org files into my global org system. My file system looks something like this: ~ ├── org │ ├── todo.org │ ├── reading.org │ └── personal.org └── research ├── project1 │ ├── project1.org │ └── project1_reference.pdf

Re: [O] adding file to agenda removes directories

2015-12-31 Thread Kyle Meyer
Tyler Smith writes: > I set up org-agenda-files to contain ~/org/, such that all files in that > directory are in my agenda. I then add an individual file from > elsewhere, via org-agenda-file-to-front. In the process, the entry for > the ~/org/ directory is removed, and