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

2014-05-26 Thread Samuel Loury
Melleus writes: > Richard Lawrence writes: > >> Also, Unison (http://www.cis.upenn.edu/~bcpierce/unison/) promises to do >> two-way file sync between *nix and Windows. I've never tried it; has >> anyone else? > > I can recommend rsync (you can get it from Cygwin for Windows) for such > things.

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

2014-05-26 Thread Loris Bennett
Nick Dokos writes: > "Loris Bennett" writes: > >> "Loris Bennett" writes: >> >>> Hi, >>> >>> If I have the following: >>> >>> , >>> | #+TITLE: Test >>> | #+AUTHOR: Loris Bennett >>> | >>> | #+OPTIONS: H:1 toc:nil >>> | >>> | #+LATEX_HEADER: \usepac

Re: [O] [ANN] Gnorb: Glue code between Gnus, Org, and BBDB

2014-05-26 Thread Eric Abrahamsen
Eric Abrahamsen writes: > I'm writing two more functions to complement `gnorb-org-handle-mail'. In > the end there will be three: > > 1. A function that says "make an Org todo out of the email I'm sending > now" (to keep track of conversations that need following-up). > > 2. A function that says

Re: [O] New worg page: Publishing beamer slideshows and articles from one source

2014-05-26 Thread Rasmus
Bastien writes: > Hi Rasmus, > > Rasmus writes: > >> The intention is nice, but this entry is flawed to the point that it >> should be removed or undergo some heavy editing IMO. . . > > Yes, the sa-ignore-headline function should be updated. > > Can you give it a go? In two weeks. > I don't se

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-26 Thread Bastien
Hi Thomas, Thomas Morgan writes: > An indication that it was scheduled appears in the echo area: > > , > | Scheduled to <2014-05-25 Sun> > ` > > But the calendar window remains until you press `C-g'. this is now fixed, thanks! -- Bastien

Re: [O] New worg page: Publishing beamer slideshows and articles from one source

2014-05-26 Thread Bastien
Hi Rasmus, Rasmus writes: >> The only tricky part is to remove the heading from the table >> of contents, but this is optional and the limitation can be advertized >> as such. > > Come on, that's not really acceptable for an advice on org-mode.org. It is better than the current situation. > To

Re: [O] Clock-in in agenda makes some headings with links disappear

2014-05-26 Thread Bastien
Hi Thomas, Thomas Morgan writes: > Here is a small patch for this bug. It works as far as I can tell > though it's possible that it introduces other problems or that there's > a better solution. The solution was to clean-up `org-move-to-column' directly. It used to do complex stuff when agend

Re: [O] Stickiness of agenda buffers overrides persistent filters

2014-05-26 Thread Bastien
Hi Thomas, Thomas Morgan writes: > When `org-agenda-sticky' and `org-agenda-persistent-filter' are > both set, filters are not carried over to new agenda views, at least > in some cases. This should now be fixed too, thanks again. -- Bastien

Re: [O] intra links and worg

2014-05-26 Thread Bastien
Hi Alan, Alan Schmitt writes: > Ah, thanks, I see now. It does work indeed. I've now applied a slightly modified version of the patch I sent. Thanks, -- Bastien

Re: [O] Filtering org-clock-display

2014-05-26 Thread Noah Slater
Aha! Sorry, I hadn't updated my checkout to HEAD. I see that when I run that command now, I get a prompt asking me for "Range" with the following options: lastmonth lastweek lastyear thismonth thisweek thisyear today yesterday And the new doc: With one universal prefix argument, show the total

Re: [O] "No link found" on links in drawers

2014-05-26 Thread Bastien
Hi Karl, Karl Voit writes: > FYI: I just updated my Org-mode from the git repos and the issue > still persists. this is now fixed in master... -- Bastien

Re: [O] [RFC] Sloppy `org-element-context'?

2014-05-26 Thread Bastien
Hi Nicolas, Bastien writes: > Indeed -- but this can easily be fixed. Thanks for the comment > on my dirty hack, I will implement something based on this idea > and we'll see if it fits. This is now implemented in http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=b11570 Best, -- Bastien

Re: [O] New worg page: Publishing beamer slideshows and articles from one source

2014-05-26 Thread Rasmus
Bastien writes: > Hi Rasmus, > > Rasmus writes: > >>> The only tricky part is to remove the heading from the table >>> of contents, but this is optional and the limitation can be advertized >>> as such. >> >> Come on, that's not really acceptable for an advice on org-mode.org. > > It is better t

Re: [O] "No link found" on links in drawers

2014-05-26 Thread Karl Voit
* Bastien wrote: > Hi Karl, > > Karl Voit writes: > >> FYI: I just updated my Org-mode from the git repos and the issue >> still persists. > > this is now fixed in master... I can confirm that it is working again. Thank you very much, Bastien! -- mail|git|SVN|photos|postings|SMS|phonecalls|RS

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

2014-05-26 Thread Thierry Banel
You can try GIT-ANNEX https://git-annex.branchable.com/ It is a synchronizer built on top of GIT Le 24/05/2014 07:11, Xebar Saram a écrit : > 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 t

Re: [O] org-contacts development

2014-05-26 Thread Michael Strey
On 2014-05-23, 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: LANDLINE > #+PROPERTY: MOBI

Re: [O] Insert calc vector directly into spreadsheet cells?

2014-05-26 Thread Michael Brand
Hi Steven On Mon, May 26, 2014 at 9:39 PM, Steven Adrian wrote: > This is great. I wish I had seen this earlier. I did not know about > the subscr function, but I had basically gotten to the same point by > writing an equivalent custom calc function. With the Calc function defmath? How does it l

Re: [O] ob-lua.el

2014-05-26 Thread Dieter Schoen
At Sun, 25 May 2014 07:24:07 +0200, Bastien wrote: > > OK -- I see there are still references to both lua-mode.el and lua.el > (which does not exist) and you need to add a link to the lua-mode.el > github repository. The reference to lua.el should be gone now. Link added. > Okay. Another thing:

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

2014-05-26 Thread Charles Millar
Kevin Van Horn wrote: Thank you for your help -- I have been beating my head against this for quite some time. Putting the cursor at the beginning of the line does in fact work. I'm going to argue that there is still a problem here, though. Here's what I read at http://orgmode.org/manual/Struc