Re: [O] Writing .el files for org in org?

2014-05-23 Thread Rainer M Krug
Bastien writes: > Rainer M Krug writes: > >> But as I am not the one who has to maintain it, it is easy for me to >> suggest it. > > :) > > Even if we find a solution for keeping everything in sync easily, > there is still the problem of enforcing a convention on potentially > many contributors.

Re: [O] strange behaviour in org-agenda-diary-entry

2014-05-23 Thread Eric S Fraga
On Friday, 23 May 2014 at 07:32, Bastien wrote: > Hi Eric, > > Eric S Fraga writes: > >> I am indeed very puzzled. I can only think that it must be a bug with >> emacs itself? > > Nope, the bugs reminds me another one that has been fixed. > >> Any hints on how to debug this would be most welcome

[O] Beamer export: vertical alignment of columns on a slide

2014-05-23 Thread Vikas Rawal
I have a slide with two columns, each having an unordered list of items. The two lists are of different height (different number items). Vertically, they are aligned in the middle. How can I align them to the top? Vikas

[O] getting directory of org installation in elisp

2014-05-23 Thread Rainer M Krug
Hi I want to load some R code into org when using R with org (i.e. in ob-R.el) which would be part of org mode. Therefore I have two questions: 1) Where can I put the R code? My idea would be to put it in ORGDIR/etc/R/ - would this be OK with the general philosophy of directory structures? 2) Ho

Re: [O] One broken property drawer prevents setting of any property

2014-05-23 Thread Eric Abrahamsen
Bastien writes: > Hi Eric, > > Eric Abrahamsen writes: > >> By passing the FORCE argument to `org-get-property-block', the broken >> block ends up getting silently repaired, and everything works as normal. > > Can you show this as a patch? > >> I'm not sure, however, that silently repairing thin

Re: [O] Bug: TAB cycling and narrowing to subtree [8.2.6 (release_8.2.6-903-ga1b4d9 @ /home/youngfrog/sources/org-mode/lisp/)]

2014-05-23 Thread Nicolas Richard
Hello Bastien, Bastien writes: > Nicolas Richard writes: >> If, instead, you first hit TAB (to open the subtree), then narrow to subtree >> and hit TAB again to fold, you get "* love is" followed by >> org-ellipsis followed by 'd' on the same line. The 'd' shouldn't be there. > > That's an annoy

Re: [O] Beamer export: vertical alignment of columns on a slide

2014-05-23 Thread Eric S Fraga
On Friday, 23 May 2014 at 10:02, Vikas Rawal wrote: > I have a slide with two columns, each having an unordered list of > items. The two lists are of different height (different number > items). Vertically, they are aligned in the middle. How can I align > them to the top? > > Vikas >From the beam

Re: [O] org-contacts development

2014-05-23 Thread Rasmus
Alexis writes: > What i'd now like to do is to add support for transferring data back and > forth between my org-contacts file and the Contacts store on my > phone. The challenge is the mapping between these two systems. You could also put yourself a slightly different challenge: map between the

Re: [O] One broken property drawer prevents setting of any property

2014-05-23 Thread Bastien
Hi Eric, Eric Abrahamsen writes: > The more I thought about it, the more it seemed the silent repair is a > bad idea: it's not really repair, it's just sticking a new :END: in, and > will very likely result in cruft in the buffer. This patch wraps the > scan in catch/throw and asks users if they

Re: [O] Integration of Groupware calendar solutions like CalendarTree

2014-05-23 Thread Karl Voit
* Eric S Fraga wrote: > Hi Karl. Hi Eric! > What about org-caldav [1]? Not quite what you want but if you sync with > a calendar that can be shared, it does in effect achieve your goal. I > do this with google's calendar which I can indeed share with others. > > Mind you, syncing with google c

Re: [O] Beamer Export: US date format despite \usepackage[ngerman]{babel}

2014-05-23 Thread Loris Bennett
"Loris Bennett" writes: > Hi, > > If I have the following: > > , > | #+TITLE: Test > | #+AUTHOR: Loris Bennett > | > | #+OPTIONS: H:1 toc:nil > | > | #+LATEX_HEADER: \usepackage[ngerman]{babel} > | > | #+DATE: \today > | > | * Test > | > | Test >

Re: [O] Beamer Export: US date format despite \usepackage[ngerman]{babel}

2014-05-23 Thread Nick Dokos
"Loris Bennett" writes: > "Loris Bennett" writes: > >> Hi, >> >> If I have the following: >> >> , >> | #+TITLE: Test >> | #+AUTHOR: Loris Bennett >> | >> | #+OPTIONS: H:1 toc:nil >> | >> | #+LATEX_HEADER: \usepackage[ngerman]{babel} >> | >> | #+DAT

Re: [O] Beamer Export: US date format despite \usepackage[ngerman]{babel}

2014-05-23 Thread Nick Dokos
"Loris Bennett" writes: > "Loris Bennett" writes: > >> Hi, >> >> If I have the following: >> >> , >> | #+TITLE: Test >> | #+AUTHOR: Loris Bennett >> | >> | #+OPTIONS: H:1 toc:nil >> | >> | #+LATEX_HEADER: \usepackage[ngerman]{babel} >> | >> | #+DAT

[O] org-contact Documentation

2014-05-23 Thread Esben Stien
I think org-contact looks really interesting, but I find very little documentation about it. I find it very interesting to distribute contacts all over my files, instead of having a single file for them. They end up somehow where they are supposed to be;). Is there any documentation that descri

[O] Copy Drawer Parameter Value

2014-05-23 Thread Esben Stien
Are there any functions that copies the value of a parameter in drawers, like: :PROPERTIES: :FOO: bar :END: With mark over the line with :FOO:, is there a function that just copies "bar"? -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc

Re: [O] Bug: TAB cycling and narrowing to subtree [8.2.6 (release_8.2.6-903-ga1b4d9 @ /home/youngfrog/sources/org-mode/lisp/)]

2014-05-23 Thread Bastien
Hi Nicolas, Nicolas Richard writes: > e.g. why does the advice exist in the first place ? No real reason, I removed it. > IIUC, org-end-of-subtree exists for speed reasons. Could we move the > advice to within org-end-of-subtree itself, i.e. something like: > > (defun org-end-of-subtree (...)

Re: [O] Problems with org-capture

2014-05-23 Thread Bastien
Hi Josef, Josef Wolf writes: > (setq org-capture-templates > '(("t" "Todo" entry (file+headline "/m/s/rep/git/todo/newgtd.org" "Tasks") > "* TODO %^{Brief Description} %^g%?\n Created: %U\n %i\n %A\n\n" > :kill-buffer :empty-lines 3))) You forgot to specify a value for the :k

Re: [O] [PATCH] Fix capture to make it save the point location

2014-05-23 Thread Bastien
Hi Alex, Alex Kosorukoff writes: > sorry, I accidentally sent my previous patch. This is the one that > belongs here. See my other reply for this bug and let me know if it's fixed. Thanks, -- Bastien

Re: [O] Copy Drawer Parameter Value

2014-05-23 Thread Bastien
Esben Stien writes: > Are there any functions that copies the value of a parameter in drawers, > like: > > :PROPERTIES: > :FOO: bar > :END: > > With mark over the line with :FOO:, is there a function that just > copies "bar"? Nope. -- Bastien

Re: [O] [PATCH] Fix: Capture abort: (error: The mark is not set now, so there is no region)

2014-05-23 Thread Bastien
Hi Alex, Alex Kosorukoff writes: > After I replaced my patch and merged Bastien's fix, I started seeing > the error though less frequently than before. It didn't occur in the > template I posted, but I started seeing it again in another template. > > ("w" "org-protocol tag" entry (file "~/org/bo

Re: [O] org-contact Documentation

2014-05-23 Thread Bastien
Hi Esben, Esben Stien writes: > Is there any documentation that describes which fields are > available to somehow replace bbdb? Are there any mappings between them? > A list of standard fields? A way of using groups? I'm not aware of anything besides the comment header of org-contacts.el but fe

Re: [O] getting directory of org installation in elisp

2014-05-23 Thread Bastien
Hi Rainer, Rainer M Krug writes: > I want to load some R code into org when using R with org (i.e. in > ob-R.el) which would be part of org mode. Therefore I have two > questions: I'm not sure I understand: why do you need to put R code in an external file? For testing purpose? > 1) Where can

[O] org-agenda List Items with Priority A

2014-05-23 Thread Esben Stien
In org-agenda, I'm confused as to how I can get a list of all headings with priority A? -- Esben Stien is b0ef@e s a http://www. s tn m irc://irc. b - i . e/%23contact sip:b0ef@ e e jid:b0ef@n n

Re: [O] org-agenda List Items with Priority A

2014-05-23 Thread Bastien
Esben Stien writes: > In org-agenda, I'm confused as to how I can get a list of all headings > with priority A? There is no predefined functions. You can use `org-agenda-skip-if' and check against priority cookies. -- Bastien

Re: [O] strange behaviour in org-agenda-diary-entry

2014-05-23 Thread Bastien
Eric S Fraga writes: > No, the problem is no longer there! Sorry I didn't update org before > checking this out yesterday. I don't tend to update while working on a > paper or talk that has a deadline, just in case... Anyway, this problem > seems to be fixed. Many thanks! Thanks for double-c

Re: [O] getting directory of org installation in elisp

2014-05-23 Thread Rainer M Krug
Bastien writes: > Hi Rainer, > > Rainer M Krug writes: > >> I want to load some R code into org when using R with org (i.e. in >> ob-R.el) which would be part of org mode. Therefore I have two >> questions: > > I'm not sure I understand: why do you need to put R code in an > external file? For

Re: [O] org-contacts development

2014-05-23 Thread Bastien
Hi Alexis, Alexis writes: > What do people think? Improving org-contacts.el and making it part of Org core are two separate issues -- not everything that is part of Org core gets a lot of attention, and some contributed packages do. I'd say: go ahead with whatever conventions you want to enfor

Re: [O] unwanted filename in parens at the end of almost every olpath in ido completion of refile/refile-goto targets

2014-05-23 Thread Bastien
Hi Samuel, Samuel Wales writes: > are you able to reproduce the parenthetical filename at the end of > the olpath? (This is a new thread, I lost track.) Can you post a reproducible recipe describing what does not work? Or maybe this is a feature request about removing the filename when presen

Re: [O] Copy Drawer Parameter Value

2014-05-23 Thread Eric Abrahamsen
Bastien writes: > Esben Stien writes: > >> Are there any functions that copies the value of a parameter in drawers, >> like: >> >> :PROPERTIES: >> :FOO: bar >> :END: >> >> With mark over the line with :FOO:, is there a function that just >> copies "bar"? > > Nope. I've wanted this for a bit.

[O] [ANN] Sorting by statistics in agenda

2014-05-23 Thread Bastien
Hi all, you can use stats-up and stats-down in `org-agenda-sorting-strategy' to sort the agenda lines by stats. Let me know if it works correctly for you! Best, -- Bastien

Re: [O] Non-scheduled repeating tasks

2014-05-23 Thread Albin Stjerna
Thanks! I'll look into that. :) On 23 May 2014 07:52, Bastien wrote: > Hi Albin, > > Albin Stjerna writes: > >> 1. Has something like this been attempted by anyone else before? > > No -- but there are regular feature requests around making repeaters > more flexible. I hope I can enhance this fo

Re: [O] [PATCH] Fix capture to make it save the point location

2014-05-23 Thread Alex Kosorukoff
Bastien: did you mean the reply on the Capture Abort thread? This is a different bug, unrelated to that the Capture Abort one. In this case capture doesn't abort, but returns to a different place in buffer than the one it was invoked from. Thanks, Alex On Fri, May 23, 2014 at 5:30 AM, Bastien

[O] Possible bug - shifting headline - hashmark and what follows is considered part of headline that is shifted

2014-05-23 Thread Charles Millar
If I attempt to move headline 2b above 2a (M-up) * 1 ** 2a ** 2b # LocalWords: the result is * 1 ** 2b # LocalWords: Y ** 2a The number of lines between ** 2b and # LocalWords makes no difference and the headline level makes no difference. Location in

Re: [O] Possible bug - shifting headline - hashmark and what follows is considered part of headline that is shifted

2014-05-23 Thread Bastien
Hi Charles, Charles Millar writes: > If I attempt to move headline 2b above 2a (M-up) > > * 1 > ** 2a > ** 2b > > # LocalWords: > > the result is > > * 1 > ** 2b > > # LocalWords: Y > ** 2a Yes, # LocalWords: Y is part of the ** 2b headl

Re: [O] [PATCH] Fix capture to make it save the point location

2014-05-23 Thread Bastien
Hi Alex, Alex Kosorukoff writes: > did you mean the reply on the Capture Abort thread? This is a > different bug, unrelated to that the Capture Abort one. In this case > capture doesn't abort, but returns to a different place in buffer > than the one it was invoked from. Indeed, sorry for the c

Re: [O] org-contacts development

2014-05-23 Thread Rasmus
Bastien writes: > PS: Actually, being part of Org core sometimes slow down things, > because substantial contributions then need to come from people > who assign their copyright to the Free Software Foundation. PPS: This is a feature. -- ツ

Re: [O] Possible bug - shifting headline - hashmark and what follows is considered part of headline that is shifted

2014-05-23 Thread Charles Millar
Hi Bastien, Bastien wrote: Hi Charles, Charles Millar writes: If I attempt to move headline 2b above 2a (M-up) * 1 ** 2a ** 2b # LocalWords: the result is * 1 ** 2b # LocalWords: Y ** 2a Yes, # LocalWords: Y is part of the ** 2b

Re: [O] [PATCH] Fix capture to make it save the point location

2014-05-23 Thread Alex Kosorukoff
Bastien: yes, I can reproduce the bug using capmove.el with the latest master. It is less salient in the small file that capmove makes, but very obvious in big files where you get to a completely different place after capture finished. Description of the steps: 1. open the same org file in two fr

Re: [O] Possible bug - shifting headline - hashmark and what follows is considered part of headline that is shifted

2014-05-23 Thread Charles Millar
Hi, again, Bastien, Bastien wrote: Hi Charles, Charles Millar writes: If I attempt to move headline 2b above 2a (M-up) * 1 ** 2a ** 2b # LocalWords: the result is * 1 ** 2b # LocalWords: Y ** 2a Yes, # LocalWords: Y is part of t

Re: [O] Possible bug - shifting headline - hashmark and what follows is considered part of headline that is shifted

2014-05-23 Thread Brian van den Broek
On May 23, 2014 12:02 PM, "Charles Millar" wrote: > > Hi Bastien, > > Bastien wrote: >> >> Hi Charles, >> >> Charles Millar writes: >> >>> If I attempt to move headline 2b above 2a (M-up) >>> >>> * 1 >>> ** 2a >>> ** 2b >>> >>> # LocalWords: >>> >>> the result is >>> >>> * 1 >

Re: [O] [PATCH] Fix: Capture abort: (error: The mark is not set now, so there is no region)

2014-05-23 Thread Alex Kosorukoff
On Fri, May 23, 2014 at 5:03 AM, Bastien wrote: > Hi Alex, > > Alex Kosorukoff writes: > > > After I replaced my patch and merged Bastien's fix, I started seeing > > the error though less frequently than before. It didn't occur in the > > template I posted, but I started seeing it again in anoth

Re: [O] Possible bug - shifting headline - hashmark and what follows is considered part of headline that is shifted

2014-05-23 Thread Bastien
Hi Charles, There will be no problem with comments at export time since comments are not exported. The way it works now is deeply into the ADN of Org, *everything* within a subtree moves with this subtree, and nothing is *not* part of a subtree (except text before the first headline.) -- Basti

Re: [O] [PATCH] Fix: Capture abort: (error: The mark is not set now, so there is no region)

2014-05-23 Thread Bastien
Hi Alex, Alex Kosorukoff writes: > Excluding mark-active will work, the result will be the same as after > my patch, except performance will not be the same. Excluding variable > requires filtering the list of variables which takes O(n) whereas my > patch takes O(1). Mark-active is nil before >

Re: [O] Preserve formatting when copy/pasting from HTML

2014-05-23 Thread Tory S. Anderson
I'm thoroughly impressed by pandoc. Quite the magnificent program! Using pandoc and xclip I was able to do what I wanted. As you mentioned, I am able to copy from, say, a wikipedia page, and paste as (mostly) properly formatted org code. My code is: while :; do xclip -o -selection clipboard

Re: [O] [PATCH] Fix capture to make it save the point location

2014-05-23 Thread Bastien
Hi Alex, Alex Kosorukoff writes: > Description of the steps: > 1. open the same org file in two frames > 2. make sure the positions in those frames are different > 3. try to capture something from one of those frames > 4. after capture finished, the positions in those frames become the > same, i

Re: [O] org-contacts development

2014-05-23 Thread Alexander Baier
Hello Alexis, On 2014-05-23 06:07 Alexis wrote: [...] > What would be useful would be an 'official', fleshed-out spec for > org-contacts data, which handles a greater range of contact-related > info. At the moment, for example, my org-contacts file makes use of the > properties: > > #+PROPERTY:

Re: [O] Possible bug - shifting headline - hashmark and what follows is considered part of headline that is shifted

2014-05-23 Thread Charles Millar
Bastien and all, Bastien wrote: Hi Charles, There will be no problem with comments at export time since comments are not exported. Thanks for the pointer concerning that # is comment in all exporting situations. The way it works now is deeply into the ADN of Org, *everything* within a su

Re: [O] [PATCH] Fix: Capture abort: (error: The mark is not set now, so there is no region)

2014-05-23 Thread Alex Kosorukoff
In fact, there is some performance issue. The steal function copies a lot of variables as I can tell. Do you know where those variables are used? I replaced the steal function with an advice like this (defadvice org-capture-steal-local-variables (around do-not-steal activate)) My capture became v

Re: [O] org-agenda List Items with Priority A

2014-05-23 Thread Sebastien Vauban
Bastien wrote: > Esben Stien writes: > >> In org-agenda, I'm confused as to how I can get a list of all headings >> with priority A? > > There is no predefined functions. > > You can use `org-agenda-skip-if' and check against priority cookies. Or... --8<---cut here---star

Re: [O] Copy Drawer Parameter Value

2014-05-23 Thread Esben Stien
Eric Abrahamsen writes: > (defun org-property-value-save (&optional prop) > (interactive) > (let* ((props (org-entry-properties)) >(prop (or prop > (when (org-at-property-p) >(org-match-string-no-properties 2)) > (org-completing-re

Re: [O] org-agenda List Items with Priority A

2014-05-23 Thread Esben Stien
Sebastien Vauban writes: > --8<---cut here---start->8--- > (add-to-list 'org-agenda-custom-commands > '("r" "All Tasks (grouped by Priority)" >((tags-todo "PRIORITY={A}" >((org-agenda-over

Re: [O] org-agenda List Items with Priority A

2014-05-23 Thread Bastien
Sebastien Vauban writes: > Or... > > (add-to-list 'org-agenda-custom-commands > '("r" "All Tasks (grouped by Priority)" >((tags-todo "PRIORITY={A}" >((org-agenda-overriding-header "HIGH") t) Of course, thanks for ment

Re: [O] [PATCH] Fix: Capture abort: (error: The mark is not set now, so there is no region)

2014-05-23 Thread Bastien
Alex Kosorukoff writes: > In fact, there is some performance issue. This is what I observe (using elp-instrument-function on `org-capture-steal-local-variables' and calling org-capture 10 times): A: org-capture-steal-local-variables 10 0.005087601 0.0005087601 B: org-capture-steal-local-var

Re: [O] Possible bug - shifting headline - hashmark and what follows is considered part of headline that is shifted

2014-05-23 Thread Bastien
Charles Millar writes: > I am only now teaching myself emacs lisp and common lisp, mostly so I > can at least try to understand the code. Based on Brian van den > Broeck's message and my observation following his message, is it > possible, actually is it worth the time and effort, for Org Mode on

[O] babel processing endlessly while org-agenda-list and org-agenda-write

2014-05-23 Thread Karl Voit
Hi! I've had a non-working ical-export for many months and today I invested some time to trace the issue down a bit. Org-mode version 8.2.5h (release_8.2.5h-1015-g55bde3 GNU Emacs 24.3.50.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2) (defun my-export-agenda() "Exports monthly Org-mod

Re: [O] [PATCH] Fix: Capture abort: (error: The mark is not set now, so there is no region)

2014-05-23 Thread Bastien
Bastien writes: > Do you get difference results? You're right after all. Since `org-capture-steal-local-variables' isn't used anywhere else and since `org-capture' already set `buffer-file-name' "manuall", I applied your change. Thanks! -- Bastien

Re: [O] Possible bug - shifting headline - hashmark and what follows is considered part of headline that is shifted

2014-05-23 Thread Charles Millar
Bastien wrote: Charles Millar writes: I am only now teaching myself emacs lisp and common lisp, mostly so I can at least try to understand the code. Based on Brian van den Broeck's message and my observation following his message, is it possible, actually is it worth the time and effort, for O

Re: [O] getting directory of org installation in elisp

2014-05-23 Thread Aaron Ecay
Hi Rainer, You might want to look at how ESS handles a similar situation, via the variables ess-etc-directory and ess-lisp-directory in the ess-site.el file. -- Aaron Ecay

[O] sent (calendar,ics) invitation

2014-05-23 Thread Uwe Brauer
Hello Maybe I am missing something elementary, but I would like to send an event (from the org-agenda (or the calendar)) as an invitation in ics format to another user, so that he/she can import it, say using thunderbird and lighting or gmail etc. I can't find anything in the documentation abou

[O] thanks, works great (was: Re: wish: provide flush_right/right_aligned text rendering directive)

2014-05-23 Thread Gregor Zattler
Hi Nicolas, * Nicolas Goaziou [22. May. 2014]: > Bastien writes: >> Yes -- I suggest we simply put this aside for the moment. > Well, actually it required more work than I thought. Here is the patch, > with some documentation. I didn't test it thoroughly, so feedback is > welcome. I did no exten

Re: [O] M- does not work as described in the manual

2014-05-23 Thread Kevin Van Horn
I also see this with GNU Emacs 24.2.1, same org-mode version, still Windows 7, but a different machine. Kevin S. Van Horn, Ph.D. | Principal Engineer D: 801.290.3823 | Salt Lake City Office (Mountain Time) -Original Message- From: Kevin Van Horn Sent: Thursday, May 22, 2014 12:16 PM To

Re: [O] org-agenda List Items with Priority A

2014-05-23 Thread Brady Trainor
(my first `follow-up' from GNUS) I am trying to reduce the amount of custom-commands I use, so that my use of org-mode can evolve to be more adaptive and take more advantage of defaults. The functions below are for DONE items, but I'm sure you could tweak them to apply to priority. They allow

[O] Org mode links for helm

2014-05-23 Thread Thomas S. Dye
Aloha all, Has anyone implemented a helm interface for Org-mode #+name lines? I think it might be useful for inserting cross reference links. All the best, Tom -- T.S. Dye & Colleagues, Archaeologists 735 Bishop St, Suite 315, Honolulu, HI 96813 Tel: 808-529-0866, Fax: 808-529-0884 http://www.

Re: [O] org-contacts development

2014-05-23 Thread Xebar Saram
Hi Alexis This sounds awesome, i would love syncing org contacts with my android phone thx alot! z On Fri, May 23, 2014 at 1:30 PM, Alexander Baier < alexander.ba...@mailbox.org> wrote: > Hello Alexis, > > On 2014-05-23 06:07 Alexis wrote: > > [...] > > > What would be useful would be an 'off

Re: [O] M- does not work as described in the manual

2014-05-23 Thread Bastien
Hi Kevin, Kevin Van Horn writes: > I also see this with GNU Emacs 24.2.1, same org-mode version, still > Windows 7, but a different machine. I tested again carefully, with Org-mode release_8.2.6-22-gb11b4a (the exact same version as yours) and could not reproduce the problem. This version has

Re: [O] Org mode links for helm

2014-05-23 Thread Bastien
Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: > Has anyone implemented a helm interface for Org-mode #+name lines? I > think it might be useful for inserting cross reference links. did you try https://github.com/emacs-helm/helm/blob/master/helm-org.el ? Maybe the authors can help I guess

Re: [O] babel processing endlessly while org-agenda-list and org-agenda-write

2014-05-23 Thread Bastien
Hi Karl, Karl Voit writes: > Q: Could this be related to "(setq org-confirm-babel-evaluate nil)"? >To my knowledge, this should not be any issue and I used it before >the issue appeared. I don't think so. > I have no idea how to trace this down any further (only small elisp > knowledg

[O] Advice needed: Cant find a decent way to autosync my work TODO org file between laptop and work pc

2014-05-23 Thread Xebar Saram
Hi all i need to sync my main work TODO org file between my work PC and laptop i carry around on work related trips and when im at home. i have tried several methods buy really none of them work. i mainly used git over the last 6 months but that forces me to pull/commit/push manually each time i