[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

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

2015-03-16 Thread Nick Dokos
Reuben Thomas r...@sc3d.org writes: On 16 March 2015 at 16:52, Subhan Michael Tindall subh...@familycareinc.org 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

[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

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)) + taggroups)

[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 did C-c

Re: [O] Org entry to email

2015-03-16 Thread Eric Abrahamsen
Xavier Maillard xav...@maillard.im 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

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

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] 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

[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 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

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 dbo...@mmm.com 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

[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

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

2015-03-16 Thread J. David Boyd
Ken Mankoff mank...@gmail.com writes: On 2015-03-16 at 12:05, J. David Boyd dbo...@mmm.com 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

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

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 I start

[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: | l30 | l85 | |+---| | Question | Answer

Re: [O] Citation syntax: a revised proposal

2015-03-16 Thread Richard Lawrence
Hi Aaron and all, Richard Lawrence richard.lawre...@berkeley.edu 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

[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] 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

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

2015-03-16 Thread Rasmus
Hi, D. C. Toedt d...@toedt.com 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

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

2015-03-16 Thread Thomas S. Dye
Aloha D. C., D. C. Toedt d...@toedt.com 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

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

2015-03-16 Thread Reuben Thomas
On 16 March 2015 at 16:52, Subhan Michael Tindall subh...@familycareinc.org 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

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 \newline '$6$wcMRrkcdGeNHLT5b$password0ISmGZSsILOyV/WJnpassword//' \newline accountname newline Is such a thing possible? Yes. #+BEGIN_SRC emacs-lisp (defun org-export-ascii-filter-code (text back-end

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

2015-03-16 Thread Reuben Thomas
​​ On 16 March 2015 at 16:52, Subhan Michael Tindall subh...@familycareinc.org 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

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

[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 tbanelweb...@free.fr Date: Mon, 16 Mar 2015 22:38:05 +0100 Subject: [PATCH] D is supported by

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