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

2016-01-04 Thread Alan Schmitt
On 2016-01-01 07:33, Ken Mankoff writes: > On 2016-01-01 at 05:02, Alan Schmitt wrote: >> Hello Ken, >>> >>> 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

2016-01-01 Thread Alan Schmitt
Hello Ken, On 2015-12-31 13:01, Ken Mankoff writes: > 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

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

2016-01-01 Thread Ken Mankoff
On 2016-01-01 at 05:02, Alan Schmitt wrote: > Hello Ken, >> >> 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 night. > > I'm very interested about this. Could you please share your

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

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