[O] Capture Template Menus

2015-03-29 Thread Yuri Niyazov
What would be required to have Org-Mode support Capture Template Menus? In Custom Agenda Views, it is possible to have a prefix according to an example in the documentation: https://www.gnu.org/software/emacs/manual/html_node/org/Storing-searches.html#Storing-searches (hl tags +home+Lisa)

Re: [O] [RFC] Repeat Heading movement commands

2015-03-29 Thread Jacob Gerlach
On Sun, Mar 29, 2015 at 4:05 PM, Kyle Meyer k...@kyleam.com wrote: With org-use-speed-commands set to t, this could be C-c C-p p p. Well, this is much better. Should have thought to check the info, of course there's already something like this built in... On Sun, Mar 29, 2015 at 4:09 PM, John

Re: [O] [ox, patch] #+SUBTITLE

2015-03-29 Thread Rasmus
Hi, I've added a patch that address the code problems, but not the documentation issues, as the solution is still unclear. Nicolas Goaziou m...@nicolasgoaziou.fr writes: But de facto KEYWORDS and DESCRIPTION were also only supported in some backends. I think it's more convenient to have

[O] Define org-capture-templates with variables via customize

2015-03-29 Thread Xavier Maillard
Hello, Given the fact I defvar'ed a custom variable holding a template of my own: #+BEGIN_SRC emacs-lisp (defvar xma/org-task-with-effort-template * TODO %^{Task} %U SCHEDULED: %^t :PROPERTIES: :Effort: %^{effort|1:00|0:30|0:05|0:15|2:00|3:00|4:00} :END: %? %a Une tache avec une duree

Re: [O] [bug] orgstruct++-mode breaks backward-sentence

2015-03-29 Thread Nicolas Goaziou
Rasmus ras...@gmx.us writes: Forget about fill-paragraph. Try this with test-org as nil and non-nil: (let ((test-org nil)) (switch-to-buffer test.org) (if test-org (org-mode) (text-mode)) (erase-buffer) (insert 1. foo bar\n baz) (backward-sentence)) When the buffer is in

Re: [O] [ox, patch] Keywords what should go in ox?

2015-03-29 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Rasmus ras...@gmx.us writes: By this logic we'd have to add *every* global keyword, no? Does it make sense? Every global (as in ox.el) keyword should be documented there, indeed. For now I have not moved the documentation as I'm not sure we

Re: [O] [ox, patch] #+SUBTITLE

2015-03-29 Thread Nicolas Goaziou
Rasmus ras...@gmx.us writes: Nicolas Goaziou m...@nicolasgoaziou.fr writes: I would like to keep a clear and somewhat future-proof rule about this: 1. A keyword a user can expect to find in all back-ends where it makes sense should be defined in ox.el. To put it differently, it can be

Re: [O] [ox, patch] #+SUBTITLE

2015-03-29 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr writes: I would like to keep a clear and somewhat future-proof rule about this: 1. A keyword a user can expect to find in all back-ends where it makes sense should be defined in ox.el. To put it differently, it can be considered as a bug if a

[O] position option of tabular in latex export

2015-03-29 Thread Julien Cubizolles
Is it possible to specify a pos option to the tabular environment used when exporting a table in latex. Some problems I have with tabular in block environments (when exporting to beamer) would be fixed with: --8---cut here---start-8--- \begin{tabular}[t]{ll}

[O] patch for BIDI support for org-mime.el

2015-03-29 Thread Uwe Brauer
Hello Attached you find a very small patch which adds BIDI support to org-mime.el basically it adds \n " instead of simply "") To the htmlized message. A new variable is introduced, namely: org-mime-bidi-support which is per default set to nil. I turn it on when switching to a BIDI

Re: [O] org-drill problem: questions are blank

2015-03-29 Thread Marco Wahl
Peter Westlake peter.westl...@pobox.com writes: On Thu, 26 Mar 2015, at 17:26, J. David Boyd wrote: Peter Westlake peter.westl...@pobox.com writes: From time to time Org-drill shows me a blank window instead of a question. The frame, mode line and prompt to answer are visible, but

Re: [O] [ox, patch] #+SUBTITLE

2015-03-29 Thread Nicolas Goaziou
Rasmus ras...@gmx.us writes: Could you elaborate a bit in the comment? Consider if title is nil. With format-spec I'll get an empty h1/h1. As I remember, the W3 checker dislike these. I have never used these html5 slides, so I don't really know how to fix it. You probably should add this

Re: [O] Updating to the current org-mode in emacs trunk, and Org stable

2015-03-29 Thread Rasmus
Bastien b...@gnu.org writes: AFAIK, Bastien (Cc'ed) is working on a 8.3 release, but also needs to catch-up with all the traffic on the ML. Yes, this is it. I am slowly getting out of the black hole that swallowed my life for the last six month, catching up with emails on this mailing

Re: [O] [Feature Request] Configure timing format

2015-03-29 Thread Koen van der Kruk
Hi Nicolas, Thanks for your reply. But do you think it's possible to integrate it with other org-mode features that make use of the time stamps (such as the automatic overlays, calculation of total-time etc.)? If you want to know how I want to use it, this is my use-case: Use cases: -Using

Re: [O] Updating to the current org-mode in emacs trunk, and Org stable

2015-03-29 Thread Bastien
Hi all, Nicolas Goaziou m...@nicolasgoaziou.fr writes: AFAIK, Bastien (Cc'ed) is working on a 8.3 release, but also needs to catch-up with all the traffic on the ML. Yes, this is it. I am slowly getting out of the black hole that swallowed my life for the last six month, catching up with

Re: [O] [ox, patch] #+SUBTITLE

2015-03-29 Thread Rasmus
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Also, assuming you keep :subtitle instead of :BACKEND-subtitle, these should also be documented in Publishing options. So I *still* don't see this. I assume you want me to add something do you want me to add lines like this: @item

[O] ob-lilypond

2015-03-29 Thread pls
Hey all, looks like I’m having quite a few problems with ob-lilypond (Org-mode version 8.2.7b). To ensure that my setup is correct I ran the tests mentioned on http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-lilypond.html#sec-9: M-x load-file RET

Re: [O] [RFC] Repeat Heading movement commands

2015-03-29 Thread Kyle Meyer
Jacob Gerlach jacobgerl...@gmail.com wrote: Hi List, I often find myself wanting to move up by several headings: C-c C-p, C-c C-p, C-c C-p... (I don't usually know ahead of time how many I want to move, so I can't use a numeric prefix arg) I like how `set-mark-command' works with non-nil

[O] statistical operations with org-mode?

2015-03-29 Thread Jude DaShiell
After having read through the org-mode info on spreadsheets several times and having also read through the calc info a few times I have not ben able to get pstdev() to produce anything but errors. Having checked over the data in a table, I found a couple instances where data values were

Re: [O] patch for BIDI support for org-mime.el

2015-03-29 Thread Dotan Cohen
Thank you Uwe. I've actually settled on vimwiki but I glance at orgmode every now and then. This might get me to switch. Have a great week! On Sun, Mar 29, 2015 at 8:00 PM, Uwe Brauer o...@mat.ucm.es wrote: Hello Attached you find a very small patch which adds BIDI support to org-mime.el

[O] Bug: Proposed new version of ob-C.el [8.3beta (release_8.3beta-944-g830cf3 @ /Users/snapp/.emacs.d/vendor/org/)]

2015-03-29 Thread Robert Snapp
I must admit I am not a fan of the proposed changes to ob-C.el which seem to insert #include string.h #include stdio.h #include stdlib.h during a tangle operation, without option. Currently, I am using C mode to tangle source written in GLSL (OpenGL shading language), which is

Re: [O] ob-lilypond

2015-03-29 Thread pls
Hey all, looks like I’m having quite a few problems with ob-lilypond (Org-mode version 8.2.7b). To ensure that my setup is correct I ran the tests mentioned on http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-lilypond.html#sec-9: M-x load-file RET

Re: [O] [RFC] Repeat Heading movement commands

2015-03-29 Thread Kyle Meyer
John Kitchin jkitc...@andrew.cmu.edu wrote: This kind of repeated command seems to be a good application for hydra. True. Basic navigation could be set up with something like this: #+begin_src elisp (defhydra hydra-org-navigation () Org navigation (p org-previous-visible-heading

Re: [O] statistical operations with org-mode?

2015-03-29 Thread Nick Dokos
Jude DaShiell jdash...@panix.com writes: After having read through the org-mode info on spreadsheets several times and having also read through the calc info a few times I have not ben able to get pstdev() to produce anything but errors. Having checked over the data in a table, I found a

[O] [RFC] Repeat Heading movement commands

2015-03-29 Thread Jacob Gerlach
Hi List, I often find myself wanting to move up by several headings: C-c C-p, C-c C-p, C-c C-p... (I don't usually know ahead of time how many I want to move, so I can't use a numeric prefix arg) I like how `set-mark-command' works with non-nil `set-mark-repeat-pop' to avoid the need to repeat

Re: [O] [RFC] Repeat Heading movement commands

2015-03-29 Thread John Kitchin
This kind of repeated command seems to be a good application for hydra. On Sunday, March 29, 2015, Kyle Meyer k...@kyleam.com wrote: Jacob Gerlach jacobgerl...@gmail.com javascript:; wrote: Hi List, I often find myself wanting to move up by several headings: C-c C-p, C-c C-p, C-c

Re: [O] Bug: Proposed new version of ob-C.el [8.3beta (release_8.3beta-944-g830cf3 @ /Users/snapp/.emacs.d/vendor/org/)]

2015-03-29 Thread Thierry Banel
Hi Robert Those #includes were a proposal I did long ago. The purpose was to make short scripts even shorter with default #includes that everybody uses. Your use-case is worth considering. If this cause trouble, it is easy to remove the includes. To keep existing scripts working, an :includes

Re: [O] [RFC] Repeat Heading movement commands

2015-03-29 Thread Suvayu Ali
On 29 March 2015 at 23:43, Xavier Maillard xav...@maillard.im wrote: John Kitchin jkitc...@andrew.cmu.edu writes: This kind of repeated command seems to be a good application for hydra. Excuse me if this is a FAQ but: what's hydra ? https://github.com/abo-abo/hydra/ -- Suvayu Open source

Re: [O] [RFC] Repeat Heading movement commands

2015-03-29 Thread Kyle Meyer
Xavier Maillard xav...@maillard.im wrote: John Kitchin jkitc...@andrew.cmu.edu writes: This kind of repeated command seems to be a good application for hydra. Excuse me if this is a FAQ but: what's hydra ? Hydra [1] is a really nice package for creating keymaps that are similar to keymaps

Re: [O] ob-lilypond

2015-03-29 Thread Nick Dokos
pls p.l.schm...@gmx.de writes: Hey all, looks like I’m having quite a few problems with ob-lilypond (Org-mode version 8.2.7b). To ensure that my setup is correct I ran the tests mentioned on http://orgmode.org/worg /org-contrib/babel/languages/ob-doc-lilypond.html#sec-9: M-x

Re: [O] [RFC] Repeat Heading movement commands

2015-03-29 Thread Xavier Maillard
John Kitchin jkitc...@andrew.cmu.edu writes: This kind of repeated command seems to be a good application for hydra. Excuse me if this is a FAQ but: what's hydra ? -- Xavier.