Re: [O] Why don't datetrees use timestamps?

2015-03-16 Thread Eric S Fraga
On Sunday, 15 Mar 2015 at 17:35, Reuben Thomas wrote: > I'm using orgmode 8.2.10. When I use capture, the year/month/day headers > inserted aren't timestamps; why not? Is there a way to make them > timestamps? (I can't find anything about this in the manual.) I do not think you can customise this

Re: [O] Org entry to email

2015-03-16 Thread John Kitchin
I have some email functions here: https://github.com/jkitchin/jmax/blob/master/email.el that I use with org-mode regularly. see email-heading in particular. Xavier Maillard writes: > Hello, > > Is there something to automatically mark an org element and put it in > an e-mail body ? This is somet

[O] org-mobile-pull put a heading at the document head

2015-03-16 Thread James Harkins
Hi, org-mobile-pull just messed up. I have a top level heading, "Dates." In mobileorg (android), I created a second-level heading under it, "Entrance exams," and then a third level heading under that, "Auditions," with a scheduled date. That was on my phone. Later, I synced on the phone and di

[O] Emacs workshop in Tokyo

2015-03-16 Thread Takaaki Ishikawa
Hi everyone, I would like to inform you of an upcoming Emacs workshop in Tokyo. You can register at the following scheduling service. https://atnd.org/events/63979 If you need some help to attend the workshop, feel free to contact me at anytime by e-mail. Note— I think all sessions will be mana

Re: [O] Org entry to email

2015-03-16 Thread Eric Abrahamsen
Xavier Maillard writes: > Hello, > > Is there something to automatically mark an org element and put it in > an e-mail body ? This is something I am doing quite often and this > would be really useful to me. > > Currently, I do M-h then M-w then open a new mail buffer and finally > C-y into it. I

[O] export code with backslashes

2015-03-16 Thread hymie!
Greetings. I'm only asking this question because it seems that Orgmode can do anything, although I admit that what I'm asking for is probably outside the normal scope. I have snips of code in my org files, denoted as ~code~. I prefer ~code~ to BEGIN_SRC blocks, because I don't like the big grey

[O] automatically follow symlink to other folder when loading agenda

2015-03-16 Thread J. David Boyd
I have 4 files I use for work in my main org folder. And I have a personal.org in another folder, that is inside of Dropbox. I created a symlink to personal.org in my main org folder. When I start emacs and load the agenda, it asks me Symbolic link to Git-controlled source file; follow link? (

Re: [O] automatically follow symlink to other folder when loading agenda

2015-03-16 Thread Ken Mankoff
On 2015-03-16 at 12:05, J. David Boyd wrote: > I have 4 files I use for work in my main org folder. And I have a > personal.org in another folder, that is inside of Dropbox. > > I created a symlink to personal.org in my main org folder. When I start emacs > and load the agenda, it asks me > >

Re: [O] Why don't datetrees use timestamps?

2015-03-16 Thread Subhan Michael Tindall
You can use a custom capture template and have timestamps of various sorts inserted. For example, I have one datetree I use that inserts a date/time stamp using %T (%t gives only date, not time) See the documentation for capture (hit C-c C C to get into the customize interface then scroll down)

Re: [O] automatically follow symlink to other folder when loading agenda

2015-03-16 Thread Jorge A. Alfaro-Murillo
J. David Boyd writes: I have 4 files I use for work in my main org folder. And I have a personal.org in another folder, that is inside of Dropbox. I created a symlink to personal.org in my main org folder. When I start emacs and load the agenda, it asks me Symbolic link to Git-controlled s

Re: [O] automatically follow symlink to other folder when loading agenda

2015-03-16 Thread J. David Boyd
jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes: > J. David Boyd writes: > >> I have 4 files I use for work in my main org folder. And I have >> a personal.org in another folder, that is inside of Dropbox. >> >> I created a symlink to personal.org in my main org folder. When >>

Re: [O] automatically follow symlink to other folder when loading agenda

2015-03-16 Thread J. David Boyd
Ken Mankoff writes: > On 2015-03-16 at 12:05, J. David Boyd wrote: >> I have 4 files I use for work in my main org folder. And I have a >> personal.org in another folder, that is inside of Dropbox. >> >> I created a symlink to personal.org in my main org folder. When I start >> emacs >> and l

Re: [O] automatically follow symlink to other folder when loading agenda

2015-03-16 Thread Jorge A. Alfaro-Murillo
J. David Boyd writes: I don't need the level of versioning that git provides for the few config files and org files that I have there. Have you check this: https://git-annex.branchable.com/assistant/ ? It is as easy as dropbox, it just keeps directories synchronized, but it has all the power

Re: [O] automatically follow symlink to other folder when loading agenda

2015-03-16 Thread J. David Boyd
jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes: > J. David Boyd writes: > >> I don't need the level of versioning that git provides for the few >> config files and org files that I have there. > > Have you check this: https://git-annex.branchable.com/assistant/ ? It > is as easy as

Re: [O] [RFC] [PATCH] Changes to Tag groups - allow nesting and regexps

2015-03-16 Thread Gustav Wikström
Hi again! It seems my mail got stuck in some filters - I sent one from another address yesterday. Oh well, here it is anyway! Comments below. > From: Nicolas Goaziou [mailto:m...@nicolasgoaziou.fr] > > + (taggroups (if downcased (mapcar (lambda (tg) (mapcar #'downcase tg)) > > + taggro

[O] [PATCH] document D support

2015-03-16 Thread Thierry Banel
Here is a (small) patch in the documentation to add D in the list of Babel-supported languages. Best Thierry >From b1b0fef633a0b54dbba20d970f1b89a04e27ee56 Mon Sep 17 00:00:00 2001 From: Thierry Banel Date: Mon, 16 Mar 2015 22:38:05 +0100 Subject: [PATCH] D is supported by Babel * doc/org.texi

Re: [O] Why don't datetrees use timestamps?

2015-03-16 Thread Reuben Thomas
On 16 March 2015 at 16:52, Subhan Michael Tindall wrote: > You can use a custom capture template and have timestamps of various > sorts inserted. > > For example, I have one datetree I use that inserts a date/time stamp > using %T (%t gives only date, not time) > > See the documentation for capt

Re: [O] Why don't datetrees use timestamps?

2015-03-16 Thread Reuben Thomas
​​ On 16 March 2015 at 16:52, Subhan Michael Tindall wrote: > You can use a custom capture template and have timestamps of various > sorts inserted. > > For example, I have one datetree I use that inserts a date/time stamp > using %T (%t gives only date, not time) > > See the documentation for c

Re: [O] export code with backslashes

2015-03-16 Thread Charles C. Berry
On Mon, 16 Mar 2015, hymie! wrote: Greetings. I'm only asking this question because it seems that Orgmode can do anything, although I admit that what I'm asking for is probably outside the normal scope. I have snips of code in my org files, denoted as ~code~. I prefer ~code~ to BEGIN_SRC bloc

Re: [O] Table of contents for just one section?

2015-03-16 Thread D. C. Toedt
I see this feature is now in the beta of Org-Mode 8.3. Excellent! I'm doing several things with it in the forthcoming release of the Common Draft contract clause library (linked below). I also see that there now seems to be some reluctance by the maintainers to accept donations. (See http://com

Re: [O] Table of contents for just one section?

2015-03-16 Thread Rasmus
Hi, "D. C. Toedt" writes: > I see this feature is now in the beta of Org-Mode 8.3. Excellent! I'm > doing several things with it in the forthcoming release of the Common Draft > contract clause library (linked below). > > I also see that there now seems to be some reluctance by the maintainer

Re: [O] export code with backslashes

2015-03-16 Thread hymie
"Charles C. Berry" writes: >On Mon, 16 Mar 2015, hymie! wrote: >> useradd -U -G wheel -p \ >> '$6$wcMRrkcdGeNHLT5b$password0ISmGZSsILOyV/WJnpassword//' \ >> accountname >> >> Is such a thing possible? > >Yes. > >#+BEGIN_SRC emacs-lisp > (defun org-export-ascii-filter-code (text back-end info) >

Re: [O] Table of contents for just one section?

2015-03-16 Thread Thomas S. Dye
Aloha D. C., "D. C. Toedt" writes: > I also see that there now seems to be some reluctance by the maintainers to > accept donations. (See http://comments.gmane.org/gmane.emacs.orgmode/83318). > Has that been resolved? I'd like to do a donation. I think that was just Carsten's reluctance as he

[O] org-ref update

2015-03-16 Thread John Kitchin
Hi all, The org-ref code is finally all in emacs-lisp! This should make it much easier to install, and is another step closer to getting org-ref into MELPA. The code can be found at https://github.com/jkitchin/org-ref There are some relatively new features in org-ref if you have not been followi

Re: [O] Why don't datetrees use timestamps?

2015-03-16 Thread Nick Dokos
Reuben Thomas writes: > On 16 March 2015 at 16:52, Subhan Michael Tindall > wrote: > > You can use a custom capture template and have timestamps of various > sorts inserted. > > For example, I have one datetree I use that inserts a date/time stamp > using %T (%t gives only date, n

[O] [ox] possible to modify org-export-document-properties OTG

2015-03-16 Thread Rasmus
Hi, Is it possible to modify or extend org-export-document-properties on the go? And would it be OK? From the docstring of ox-version version of document-properties I would say 'yes'. I'm not sure when reading the docstrig of org-element version. Or should org-element-parse-secondary-string be

[O] Export to google docs spreadsheet

2015-03-16 Thread Marcelo de Moraes Serpa
Hi all, Is there a way to export an orgmode spreadsheet to a format that can be imported by google docs?

Re: [O] Citation syntax: a revised proposal

2015-03-16 Thread Richard Lawrence
Hi Aaron and all, Richard Lawrence writes: > I'll take some time this weekend to see if I can wire this together with > the Elisp Aaron wrote for the Org exporter side. I've had some success with this. I would not say that my efforts are complete yet, but I thought I should send an update to l

[O] Bug: columns in tables with fixed length affected by folded links

2015-03-16 Thread Randomcoder
Hi, I've noticed that if I have a table like this: | | | |+---| | Question | Answer