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
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'
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
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-
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
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
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.
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
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
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}
\
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
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
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
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
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
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
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
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
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
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
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")
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
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
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 ~/
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.
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.
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
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
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
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
: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
31 matches
Mail list logo