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

2015-03-29 Thread Nicolas Goaziou
Rasmus writes: >> Could you elaborate a bit in the comment? > > Consider if title is nil. With format-spec I'll get an empty . > 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 to the commen

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

2015-03-29 Thread Rasmus
Bastien 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 list. I'

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

2015-03-29 Thread Rasmus
Nicolas Goaziou 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 @code{:subtitle} @tab "" To

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

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 writes: >> But de facto KEYWORDS and DESCRIPTION were also only supported in some >> backends. I think it's more convenient to have these type of keywords

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

2015-03-29 Thread Nicolas Goaziou
Rasmus 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 or

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

2015-03-29 Thread Rasmus
Nicolas Goaziou writes: > Rasmus 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 know where to put it yet.

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

2015-03-29 Thread Nicolas Goaziou
Rasmus writes: > Nicolas Goaziou 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 b

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

2015-03-29 Thread Rasmus
Nicolas Goaziou 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 back-en

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

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

2015-03-29 Thread Marco Wahl
Peter Westlake writes: > On Thu, 26 Mar 2015, at 17:26, J. David Boyd wrote: >> Peter Westlake 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 >> > there's nothing in the window at all. As

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 wrote: > Hello > > Attached you find a very small patch which adds BIDI support to org-mime.el > basically it ad

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

[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 #include #include during a tangle operation, without option. Currently, I am using C mode to tangle source written in GLSL (OpenGL shading language), which is syntactically similar to C. Howev

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 ~/path/to/current/org-mode-git-repos

[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 ~/path/to/current/org-mode-git-repos

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

2015-03-29 Thread Kyle Meyer
Jacob Gerlach 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 `set-mark-repe

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

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 wrote: > Jacob Gerlach > 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 t

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

2015-03-29 Thread Kyle Meyer
John Kitchin 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 "previous heading")

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 pa

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

2015-03-29 Thread Nick Dokos
Jude DaShiell 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 couple instances w

Re: [O] ob-lilypond

2015-03-29 Thread Nick Dokos
pls 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 load-file RET ~/

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

2015-03-29 Thread Xavier Maillard
John Kitchin 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.

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

2015-03-29 Thread Suvayu Ali
On 29 March 2015 at 23:43, Xavier Maillard wrote: > > John Kitchin 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 is the future. It sets us free.

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

2015-03-29 Thread Kyle Meyer
Xavier Maillard wrote: > John Kitchin 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 under a prefix key. Hydra has lots of

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

2015-03-29 Thread Jacob Gerlach
On Sun, Mar 29, 2015 at 4:05 PM, Kyle Meyer 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 Kitchin wrote

[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

[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 d'effo

[O] How to get inline python code to work with :session option?

2015-03-29 Thread Richard Stanton
:session doesn't seem to play well with inline code blocks. For example, if I press C-c C-c with the cursor in the middle of the following inline code, src_python[]{return 2+3} it gets expanded to src_python[]{return 2+3} {{{results(=5=)}}} However, if I do the same with this code bl