Grant Rettke writes:
> On Sat, Nov 1, 2014 at 5:58 AM, Thorsten Jolitz wrote:
>> And there is a new library
>>
>> [[http://goo.gl/pYYzS6][outorg-export]]
>
> I just used http://goo.gl/pYYzS6 and it worked fine; that looks like
> an org mode link.
It is an Org-mode link inserted with C-c C-l whi
John Hendy writes:
> I use this, or at least things like this. For example:
>
> * task
> :PROPERTIES:
> :start:2014-11-03-08:00
> :task_id: task_d
> :depends: task_a task_b task_c
> :duration: 30min
> :END:
>
> Not multi-line, but currently I can feed any property tha
Hello,
Marcin Borkowski writes:
> just wondering: on one hand, we have lines like
>
> #+OPTIONS: toc:nil
This is a keyword.
> On the other hand, we have
>
> #+ATTR_ASCII: :width 10
This is an attribute.
> Why is the syntax (seemingly, at least) inconsistent? Why not
> `width:10' or `:toc ni
Kyle Meyer writes:
> To follow up on this:
>
> I think the reason why setting only one doesn't work is because isearch
> specifies both of them.
>
> (define-key map "\r" 'isearch-exit)
> (define-key map [return] 'isearch-exit)
>
> Since the return key is given a binding, it's not translat
Hello,
Christian Egli writes:
> This usage is perfectly fine and will continue to work. There are some
> very obscure attributes that taskjuggler (and the exporter) support,
> such as note and journalentry. These can span multiple lines. They can
> be used to add notes or more structured "journa
Nicolas Goaziou writes:
> Hello,
>
> Christian Egli writes:
>
>> I see that it is too late now, but let me still note that the
>> taskjuggler exporter is quite liberal in what attribute values it allows
>> for exporting. I've never used it and I haven't ever seen anyone using
>> it, but in theor
Hello,
i got a linux machine having org mode 8.2.4 and a windows machine having
8.2.10
when i export a custom agenda view (or using mobile org export) on the
linux machine my tag filters like -Work are correctly handled (in the
example all :Work: tags are filtered out). on the windows machine
Nicolas Goaziou writes:
> Hello,
>
> Jan Synacek writes:
>
>> I'm not sure if this is by design or not, but it sure looks like a bug
>> to me and is quite annoying.
>>
>> Reproducer:
>> 1) emacs -Q
>> 2) eval the following:
>> (require 'org)
>> (setq org-log-done 'time)
>> (setq org-log-into-draw
Nicolas Goaziou nicolasgoaziou.fr> writes:
> Both `M-S-up' and `M-S-down' work line wise and ignore any structure
> around point. OTOH, `M-up' and `M-down' should do what you want.
BTW the name of the menu item is misleading. C-h C-k M-S-up:
~~
It is bound to ,,.
~~
This is why I thoug
James Harkins writes:
> BTW the name of the menu item is misleading. C-h C-k M-S-up:
>
> ~~
> It is bound to , Subtree Up>,.
> ~~
>
> This is why I thought that M-S-up/down would work on entry + contents -- I
> looked in the Emacs menu and saw "Move Subtree Up," and I didn't think to
> ch
On 2014-11-03, at 09:28, Nicolas Goaziou wrote:
> Hello,
>
> Marcin Borkowski writes:
>
>> just wondering: on one hand, we have lines like
>>
>> #+OPTIONS: toc:nil
>
> This is a keyword.
>
>> On the other hand, we have
>>
>> #+ATTR_ASCII: :width 10
>
> This is an attribute.
>
>> Why is the synta
At Mon, 03 Nov 2014 13:48:56 +0100,
Nicolas Goaziou wrote:
> James Harkins writes:
> > BTW the name of the menu item is misleading. C-h C-k M-S-up:
> >
> > ~~
> > It is bound to , > Subtree Up>,.
>
> What improvement are you suggesting then?
Upon further reflection, I think the best woul
Hi there,
do I get it right that exporting starts with the deepest parts, and then
proceeds to the outer ones? I.e., when I have a function call of the
type
(org-html-whatever (element contents info))
then the `contents' are already interpreted by similar functions at the
lower (`inner') levels
> There is one possible bug. I have undo-boundary on self-insert-hook.
> If I do newline-and-indent, for some reason both the newline and the
> indent get undo boundaries. My expectation is that typing RET should
> only have one undo boundary.
> I don't know if that is user expectation error, but
Francesco Pizzolante writes:
>
> Hi Joost,
>
> > I reported this on September 2nd too.
I'm having this problem, too. The code that aligns the clocktable
seems to count the "\emsp" entity as five characters. But with
pretty entities turned on, it's displayed as only one character.
The same is
Rasmus writes:
> The variable `org-highlight-latex-and-related' should allow you to
> highlight inline math.
Thank you.
Takes care of all,
- $..$
- $$..$$ (w/ newlines)
- \(..\)
- \[..\] (w/ newlines)
- \begin{equation}..\end{equation} (w/ newlines)
--
Brady
On Friday, 31 Oct 2014 at 12:32, Vikas Rawal wrote:
> I have started using ledger with Org, and would be interested in knowing
> experiences of other users.
I use ledger within org in the literate programming sense. This allows
me to have different ledger entries all over the place under differe
Nicolas Goaziou wrote:
[...]
> OK. So let's bind both of them to nil then. Thanks for the
> investigation.
I've attached an updated patch. It now includes a comment about which
version removed isearch-other-control-char, and the commit message has
been extended to explain why both 'C-m' and RET a
Hello,
Marcin Borkowski writes:
> do I get it right that exporting starts with the deepest parts, and then
> proceeds to the outer ones?
Correct.
Regards,
--
Nicolas Goaziou
Something that has subconsciously bothered me for years:
`org-transpose-words' does its transposition using a blank syntax table,
rather than inheriting from text-mode-syntax-table, meaning we don't get
any of the default text-mode transposition behavior. The most immediate
problem is that apostrop
Reporting as suggested by Stefan.
In order to bunch up undos by 1 instead of the hardcoded 20, I do this:
(add-hook 'post-self-insert-hook #'undo-boundary 'append)
This or advice used to work, then around Emacs 24.1 it stopped
working. Stefan patched it in 24.3. It now works in most cases.
James Harkins writes:
> Upon further reflection, I think the best would be to bind
> org-metaup/down to the "move subtree" menu items, rather than
> org-shiftmetaup. I'm guessing that this is the more common use case
> (because moving a whole subtree doesn't destroy the structure of that
> subtre
Kyle Meyer writes:
> I've attached an updated patch. It now includes a comment about which
> version removed isearch-other-control-char, and the commit message has
> been extended to explain why both 'C-m' and RET are bound to nil.
Applied with a minor tweak: boundp -> fboundp.
Thank you.
Reg
Hello,
Eric Abrahamsen writes:
> Something that has subconsciously bothered me for years:
> `org-transpose-words' does its transposition using a blank syntax table,
> rather than inheriting from text-mode-syntax-table, meaning we don't get
> any of the default text-mode transposition behavior. T
Christian Egli writes:
> AFAIK the org-mode taskjuggler exporter was previously able to handle
> this if given the following headline:
>
> * task
> :PROPERTIES:
> :Effort: 1w
> :depends: software
> :allocate: test dev2
> :note: "Hopefully most bugs will be found and fixed her
Jan Synacek writes:
> Git bisect log:
>
> bad: [3f484a52775c8873a3b1b44e8264e01369850a8a] Fix headline insertion after
> an empty headline
> good: [e112f3c0df49264998d4ae8df545c9940692f68f] ox-texinfo: Fix corner case
> when fixing a node name
> good: [409913b253de2de1b49f9468a4b77b9292e090c4]
Nicolas Goaziou wrote:
[...]
> Applied with a minor tweak: boundp -> fboundp.
Thanks for catching that.
--
Kyle
On 2014-11-03, at 18:20, Nicolas Goaziou wrote:
>> do I get it right that exporting starts with the deepest parts, and then
>> proceeds to the outer ones?
>
> Correct.
Thanks!
--
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Adam Mickiewicz University
Marcin Borkowski writes:
> On 2014-11-03, at 18:20, Nicolas Goaziou wrote:
>
>>> do I get it right that exporting starts with the deepest parts, and then
>>> proceeds to the outer ones?
>>
>> Correct.
>
> Thanks!
As a side note, when reaching the outer parts, you can also discard
everything expo
Emacs version: GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 on MARVIN
Org version: Org-mode version 7.9.3f (release_7.9.3f-17-g7524ef @
c:/ProgramFiles/emacs-24.3/lisp/org/)
I use org to take notes in meetings.
When I make an ODT export of the subtree for the meeting minutes, I
would
Hello,
Teika Kazura writes:
> Now a real fix. There're two candidates:
>
> (i) Revert the wrong commit. Since it was in fact done in two separate
> commits[2], you need another patch, not git-revert. Here it is:
>
> diff -
g"Garreau, Alexandre" writes:
I cannot reproduce this, my math previews work fine. just the chemfig is
messed up.
> On 2014-11-02 at 22:48, John Kitchin wrote:
>> Nicolas Goaziou writes:
>>
>> Interestingly, this:
>>
>> #+LATEX_HEADER: \usepackage{chemfig}
>>
>>
>> $\chemfig{A-B-[1]C-[3]-D-[7]E
Hi,
Does setting the subtree's :EXPORT_DATE: property to the date of the
meeting do what you're looking for?
Yours,
Christian
Steinar Bang writes:
> Emacs version: GNU Emacs 24.3.1 (i386-mingw-nt6.1.7601) of 2013-03-17 on
> MARVIN
> Org version: Org-mode version 7.9.3f (release_7.9.3f-17-g7
On Sun, Nov 2, 2014 at 5:25 PM, Nicolas Goaziou wrote:
> John Hendy writes:
>
>> Thanks for the explanation. I pretty much only use duration, which has
>> never had an issue. As a fluke I used effort and noticed the big
>> difference. Thanks for illuminating the situation!
>
> Actually, I was sli
Hello,
sorry for my noob question. I searched the list but cannot find anything
that would fit.
My question is: How would I use the template(s) on
http://lebensverrueckt.haktar.org/articles/org-mode-Food/ ?
Thank you for your attention!
Best, Sven.
--
Sven Ehret
E-Mail-Verschlüsselung? Ist ge
Sven Ehret writes:
> Hello,
>
> sorry for my noob question. I searched the list but cannot find anything
> that would fit.
>
It's not clear how noob you are? To Emacs? To Org-mode?
Do you know how to execute the emacs-lisp? Or otherwise insert into your init
file?
Do you know that these funct
Hello, when I do `org-plot/gnuplot' on a org-plot figure it says
“org-plot/gnuplot: Cannot open load file: gnuplot”.
I also tried org-babel-gnuplot, and on an example code, C-c C-c says
“org-babel-execute-src-block: No org-babel-execute function for
gnuplot!”.
I’m under Debian Testing (Jessy), ha
On Nov 3, 2014 7:44 PM, "Garreau, Alexandre" wrote:
>
> Hello, when I do `org-plot/gnuplot' on a org-plot figure it says
> “org-plot/gnuplot: Cannot open load file: gnuplot”.
>
> I also tried org-babel-gnuplot, and on an example code, C-c C-c says
> “org-babel-execute-src-block: No org-babel-execu
38 matches
Mail list logo