Before I adopt asyn export, I config in an org file
#+TODO: XeTeX
to locally set xelatex for org-latex-pdf-process by:
(if (member "XeTeX" org-todo-keywords-1)
(setq org-latex-default-packages-alist
(remove '("AUTO" "inputenc" t)
org-latex
Hi, recently this syntax: <<< >>> started highlighting all spaces (spaces
between words) as if they were links. I see them with a blue underline.
I found this because I used some Unicode-art like < > where I
certainly didn't mean to define a radio link.
This happens since th
On Tue, Apr 1, 2014 at 8:01 AM, Rustom Mody wrote:
> On Tue, Apr 1, 2014 at 7:34 AM, briangpowell .
> wrote:
>> * One thing that may work:
>>
>> = ^H=
>>
>> ** In emacs that would be: = Cqh=
>>
>> ** In vi that would be = Cvh=
>>
>> *** i.e. you enter a "Cntrl-h"--the literal control character ^
khj> I'd like to toggle (hide/show) the *non*-diary entries in the
khj> agenda view ... to basically get a quick view of my diary/calender.
Sorry about replying to my own posting, but I just realized this can be
done simply:
* Move to a "Diary" entry in the "Agenda" display
* Enter `<'
On Tue, Apr 1, 2014 at 7:34 AM, briangpowell . wrote:
> * One thing that may work:
>
> = ^H=
>
> ** In emacs that would be: = Cqh=
>
> ** In vi that would be = Cvh=
>
> *** i.e. you enter a "Cntrl-h"--the literal control character ^H--which is
> literally: "BackSpace"
>
> --this may not work in th
* lisp/ob-core.el (org-babel-expand-noweb-references): Change the the
behavior of noweb expansion by replacing the prefix duplication with
whitespace. Fix handling of multiple noweb references on the same
line by using temporary buffer to replace noweb references in place
instead of collec
* One thing that may work:
= ^H=
** In emacs that would be: = Cqh=
** In vi that would be = Cvh=
*** i.e. you enter a "Cntrl-h"--the literal control character ^H--which is
literally: "BackSpace"
--this may not work in this case; but, it works in a lot of strange cases.
* Could also make a var
If I enter code inline that has an == that is taken as an escape for code
So how to enter '==' literally
Thorsten Jolitz gmail.com> writes:
> Calling
>
> ,--
> | M-x org-org-export-as-org
> `--
>
>...
>
> so unfortunately exporting with toc does not seem to be implemented in
> ox-org.el, but maybe you'll get better advice.
Thanks for trying! :)
I'm dusting off my org-mode set up from 3 years ago.
One of the features I would like is the ability to capture information from web
pages including URL. I've configured the org-protocol, activated the server,
and created the bookmarklet. It seems to work with small amounts of text..
The proble
Am 31.03.2014 10:46, schrieb Sebastien Vauban:
> Bastien wrote:
>> Buddy Butterfly writes:
>>
>>> I would like to have the summary times in a clocktable be displayed
>>> only in hours, like 48:00 instead of 2d. Or, is it possible to
>>> define that 1d corresponds to 8:00 as a working day? So in th
Am 31.03.2014 07:50, schrieb Bastien:
> Hi buddy,
>
> Buddy Butterfly writes:
>
>> I would like to have the summary times in a clocktable be displayed
>> only in hours, like 48:00 instead of 2d. Or, is it possible to
>> define that 1d corresponds to 8:00 as a working day? So in the
>> above exam
RG Williams writes:
> Hi,
> I know you can generate a table of contents when exporting, but can you do
> it just within org? For context, I'm uploading an .org file to github and I
> don't need to export it to another format because github recognizes and
> displays it just fine. It's long so a To
Hi all,
Is there anyway to customize the html export so that the footnote of each
headline is put at the end of the section instead of all at the end of the
webpage?
Thanks,
Zhenjiang
Hi,
I know you can generate a table of contents when exporting, but can you do
it just within org? For context, I'm uploading an .org file to github and I
don't need to export it to another format because github recognizes and
displays it just fine. It's long so a ToC would be nice. Do I just have
Esben Stien writes:
> C-S-RET returns:
>
> C-j runs the command org-return-indent, which is an interactive
> compiled Lisp function in `org.el'.
Ah you're using non-GUI emacs. That's ok, just use C-u (that is called a
prefix argument) before whatever key chord you hit to do what you
described.
Nicolas Richard writes:
>> Any way to disable this?; it should start with TODO.
> If I'm reading the docstring correctly, try C-u C-S-RET
C-S-RET returns:
C-j runs the command org-return-indent, which is an interactive
compiled Lisp function in `org.el'.
--
Esben Stien is b0ef@e s a
Bastien writes:
> I guess you meant C-S-RET, bound to `org-insert-todo-heading' not
> C-RET, boud to `org-insert-heading'.
Sorry, what I meant was M-RET. Actually M-RET and M-S-RET returns the
same when I do M-x describe-key:
C-M-j runs the command org-insert-todo-heading, which is an
interact
Lawrence Bottorff writes:
> One task I'd like to have is the ability to embed keywords throughout
> an org file so that a parser can find and grab these sections. I'm
> assailed with seemingly many ways: PROPERTIES, org-element, org-id,
> tags -- most/all of which I have only the dimmest grasp.
. . . I'm getting confused about how to use these features. Sometimes, by
chance, I'll find an example/use. but often as not I'm looking at a raw
reference dump with no clue how to use (best practices) these features. For
example, org-id has http://orgmode.org/worg/org-api/org-id-api.html but no
re
Hi Bastien,
> Sebastien Vauban writes:
>
>> Though the "deadline-up" sorting does not work, as demo'ed in the
>> previous post.
>
> Can you point at that post again?
Here is the original post about the "deadline-up" sorting:
http://lists.gnu.org/archive/html/emacs-orgmode/2013-09/msg00518.html
Okay thanks. If anyone else does know, I'd really appreciate it. Thanks! :)
On 31 March 2014 14:45, Nick Dokos wrote:
> Noah Slater writes:
>
> > Ah yes, I see that I have to move the point into the table cell. I was
> > trying with the table header. Slightly odd that. Means that it only
> > w
Noah Slater writes:
> Ah yes, I see that I have to move the point into the table cell. I was
> trying with the table header. Slightly odd that. Means that it only
> works on tables that aggregate clock times across multiple files,
> where the times are put in the same cell. Can you replicate? If
Esben Stien writes:
> Any way to disable this?; it should start with TODO.
If I'm reading the docstring correctly, try C-u C-S-RET
HTH,
--
Nico.
On 2014-03-30, 16:49, Nicolas Goaziou wrote:
We removed a limitation, not the feature itself. Now you can use drawers
without having to specify its name in a DRAWER keyword.
That is great. Thank you for the clarification!
Christian
--
Christian Wittern, Kyoto
Ah yes, I see that I have to move the point into the table cell. I was
trying with the table header. Slightly odd that. Means that it only works
on tables that aggregate clock times across multiple files, where the times
are put in the same cell. Can you replicate? If you do a clocktable with
the s
Dear all,
as promised, I am going to publish a summary of Org-mode donations every
month.
March 2014, a total of US$ 66.67 from 2 contributors
Many thanks to those who have contributed.
Cheers
- Carsten
Bastien wrote:
> Buddy Butterfly writes:
>
>> I would like to have the summary times in a clocktable be displayed
>> only in hours, like 48:00 instead of 2d. Or, is it possible to
>> define that 1d corresponds to 8:00 as a working day? So in the
>> above example I would rather like to see 5d (work
Bastien wrote:
> dickbarends writes:
>
>> Why is the name „Drawers” selected for the Drawers functionality in
>> emacs org-mode?
>
> I assume this is because that's where you put stuff you want to hide
> and search for occasionnaly.
>
> Like real drawers.
Along with the open/close functionality..
Pontus Michael wrote:
> I recommend to introduce a change that will replace the inserted prefix
> with whitespace of equal length. If it was the case then provided
> example would produce the following code after expansion:
>
> #+begin_src emacs-lisp
> (concat "foo"
> "bar")
> #+end_src
>
>
Nick Dokos wrote:
> Steven Arntson writes:
>
>> Hello, I'm a beginning org-mode user.
>>
>> I'm writing a book with many chapters, each chapter as a top-level
>> header (*). Is there a way to assign chapter numbers automatically, such
>> that I might get a result along the lines of:
>>
>> * 1. Thi
Eric Schulte writes:
>>
>> Apologies - I am still struggling with encryption..
>>
>> So here is my example:
>>
>> --8<---cut here---start->8---
>> #+TITLE: single_to_multi
>> #+DATE: <2013-10-15 Tue>
>> #+AUTHOR: Rainer M. Krug
>> #+EMAIL: rai...@krugs.de
>
Eric Schulte writes:
> According to the manual :no-expand is only supposed to have an effect
> during tangling, not execution.
Thanks Eric - re-reading the manual, it became clear. Maybe to clarify
this in the manual, one could say:
,
| The `:no-expand' header argument can be used to turn o
33 matches
Mail list logo