Hello,
I'm using escreen (http://www.emacswiki.org/emacs/EmacsScreen) to manage
my windows in emacs, typically keeping gnus on screen 0, org agenda and
related todo files on screen 2, and so on.
When I follow a link in a task to a gnus file, this takes over the
current frame, and when I'm done de
Hi Nikolai,
Nikolai Weibull writes:
> Sorry, I realize that I was way too terse.
No problem.
Thanks for the detailed explanations, makes sense.
I pushed your patch. Thanks,
--
Bastien
Hi Thomas,
Thomas Holst writes:
> I am sorry, I used =git format-patch= for the patches assuming all will
> go well. Here are both patches with rewritten commit messages. Hopefully
> I made them well.
No problem -- the game now is to find the small differences between
your original patches and
Hi Bastien,
2014-03-18 20:10 GMT+04:00 Bastien :
> Hi Alexey,
>
> Alexey Lebedeff writes:
>
>> Sorry, I failed to explicitly mention that it was in agenda
>> clockreport. It was in the screenshot, but I forgot that clocktable is
>> used in other places than agenda.
>
> You need to configure `org-
Hi François, hi Masafumi,
François Pinard writes:
> Just want to share that, for the last few days, I'm playing with a
> JavaScript Org-mode parser written by Masafumi Oyamada, found here:
>
> https://github.com/mooz/org-js
Looks great! Thanks for this Masafumi.
> Might someone, familiar en
Hi Alexey,
Alexey Lebedeff writes:
> But I don't want do disable linking agenda clocktable row to the
> original heading, it's very convenient. I just want it to look pretty,
> but the thing from the screenshot looks really ugly. Patch affects
> execution only when :link is true.
Of course you'
Hi Bastien,
· Bastien wrote:
> Hi Thomas,
>
> Thomas Holst writes:
>
>> I am sorry, I used =git format-patch= for the patches assuming all will
>> go well. Here are both patches with rewritten commit messages. Hopefully
>> I made them well.
>
> No problem -- the game now is to find the small diff
Hi Dan,
you need to have (agenda t) in `org-show-siblings'.
See `org-show-siblings' docstring for details.
HTH,
--
Bastien
Hi Grant,
Grant Rettke writes:
> My config is definitely to blame.
>
> With my config newlines are output as:
Okay, thanks for confirming,
--
Bastien
On Mar 18, 2014 4:45 PM, "Nicolas Goaziou" wrote:
> Did you try column groups?
>
> (info "(org) Column groups")
>
> It is not back-end specific.
No, I hadn't... I was in a rush and trying to do something that I thought
would be simple (and just a quick and dirty one-off export). Even given
more
Hi Fletcher,
Fletcher Charest writes:
> When I use the edit buffer (by pressing C-c '), my Org syntax is
> indented properly (in accordance with org-indent-mode, which is set
> to t). The code block itself looks like this after editing:
>
> #+BEGIN_SRC org :exports code
> ,* Top level headline
Hi Alan,
Alan Schmitt writes:
> When I follow a link in a task to a gnus file, this takes over the
> current frame, and when I'm done dealing with the message, I have to
> "winner-undo" my way until I restore my window configuration. This is
> not very convenient.
>
> My questions are:
> - is th
Luke Crook writes:
> I tried creating a custom class and then tried creating a custom style. But
> I found the easiest to be the following;
>
>
> #+AUTHOR:
> #+LATEX_HEADER: \newcommand{\orgauthor}{}
[...]
> Works very well, apart from the duplication of author, email, date etc.
You could a
Eric S Fraga writes:
> Luke Crook writes:
>
>> I tried creating a custom class and then tried creating a custom style. But
>> I found the easiest to be the following;
>>
>>
>> #+AUTHOR:
>> #+LATEX_HEADER: \newcommand{\orgauthor}{}
>
> [...]
>
>> Works very well, apart from the duplication of
Hi James,
James Harkins writes:
> It may be useful to link to this from the page on tables in HTML
> export, then.
I slightly enhance the "Tables in HTML export" section of the manual.
Thanks,
--
Bastien
Hi Nicolas,
Nicolas Goaziou writes:
> The attached patch should fix the issue. Could you confirm it?
I just tested and it fixes the issue.
I'll Jarmo double-confirm this.
(The patch does not apply on maint anymore though :/...)
Thanks in advance for apply it!
--
Bastien
Hi Bastien,
Bastien writes:
>> - if not, is there a way to copy a link then open it using the
>> minibuffer (I would then do the switch to screen 0 manually)?
>
> This does not use the minibuffer but you could add that:
>
> (progn
> (org-next-link)
> (org-open-link-from-string
>(org-el
hi, all
my emacs is GNU Emacs 24.0.95.1 (x86_64-redhat-linux-gnu,
GTK+ Version 2.24.10),
org is 8.2.5h when I used C-c | to add a table 5X2 as follows:
| d | | | | |
|---+---+---+---+---|
| d | | | | |
and place cursor at "d" in 1 x 1, and
(1) press M-x org-table-delete-
Hi Stefan,
"Stefan-W. Hahn" writes:
> I have a little problem with org-bibtex function org-bibtex-read:
>
> My bibtex entries have the keyword "type" and "key". When
> reading such an entry with org-bibtex-read I get an alist
> with the entries ":type" and ":key" each twice.
Yes, I confirm the
Hi Dilon,
I cannot reproduce the problem.
Please M-x org-version RET and report the *whole* indication,
it might be a problem in your installation.
Best,
--
Bastien
Hi Martin,
Martin writes:
> But I'm unsure how to store the data for that in my APPT entries: I
> could use properties (but how?) and I would really like to use the
> CLOCK entries for calculating the times.
Well, this *is* a complex request.
One quick idea is to use properties and to look a
Samuel Wales writes:
> btw, the nuclear power plant MUST be painted blue.
FWIW, I strongly disagree.
--
Bastien
Hi Alan,
Alan Schmitt writes:
> A suggestion could be to allow any text inside the markers, except for
> the marker itself which would need to be escaped. Escaping could take
> the form of doubling the marker:
>
> ~"foo bar"~ --> "foo bar"
> ~"foo ~~ bar"~ --> "foo ~ bar"
>
> As I've not thought
Bastien gnu.org> writes:
>
> Hi Dilon,
>
> I cannot reproduce the problem.
>
> Please M-x org-version RET and report the *whole* indication,
> it might be a problem in your installation.
I got the message when M-x org-version RET:
Org-mode version 8.2.5h (8.2.5h-dist @ /study/doctor/note/org-
Dillon Peng writes:
> Bastien gnu.org> writes:
>
>>
>> Hi Dilon,
>>
>> I cannot reproduce the problem.
>>
>> Please M-x org-version RET and report the *whole* indication,
>> it might be a problem in your installation.
>
> I got the message when M-x org-version RET:
> Org-mode version 8.2.5h (
On 2014-03-18 15:46, Rasmus wrote:
Rick Frankel writes:
On 2014-03-17 23:36, Rasmus wrote:
When you refer above to "utf-8 entities", do you mean the named html
entities (e.g., <) or the actual utf-8 encoded characters?
The latter. Do M-x describe-char on such an character. Emacs will
tell yo
hi,
I figured out!
after restart emacs with (require 'ox), I found a strange error message:
Wrong type argument: integerp, (48 . 57)
and the error message disapeared after updating emacs from 24.0.95-1 to
24.1-7, and M-S- also works!
thanks again!
On 2014-03-18 15:41, Rasmus wrote:
Rick Frankel writes:
On 2014-03-17 23:31, Rasmus wrote:
A general rule is that the section element is appropriate only if
the element's contents would be listed explicitly in the
document's outline.
So, using this definition, in html5, the wrappers should
On Mar 18, 2014, at 17:24, "R. Michael Weylandt"
wrote:
> Can't comment on Andreas's issue about unescaping text when it's given to org
> already escaped.
Hi Bastien,
TLDR: remove ?\= from org-link-escape-chars.
I looked at this again and I think I've stumbled on another small issue
relati
Hello,
Bastien writes:
> Luke Crook writes:
>
>> It would be great if org-mode added support for substitution to the #+
>> fields.
>
> Nicolas, what do you think?
In the current model, macros are considered part of Org syntax, like,
e.g., text markup. One advantage is that they can be parsed,
Hello,
Bastien writes:
> (The patch does not apply on maint anymore though :/...)
It never applied to maint. It was built on top of master. ISTR some
features don't exist in maint (is it :post header?).
Regards,
--
Nicolas Goaziou
Hi Nicolas,
Nicolas Goaziou writes:
>> (The patch does not apply on maint anymore though :/...)
>
> It never applied to maint. It was built on top of master. ISTR some
> features don't exist in maint (is it :post header?).
Oh, yes, of course. Feel free to apply it on master then.
Thanks!
--
Hi Nicolas,
thanks for the thorough answer, I agree.
Can we sum it up as "Macros are only available in headlines and
paragraphs", for the sake of clarifying the Macro section in the
manual?
Also, it seems that macros are only fontified in headlines and
paragraphs, which matches the short descrip
Bastien writes:
> thanks for the thorough answer, I agree.
Champagne! ;)
> Can we sum it up as "Macros are only available in headlines and
> paragraphs", for the sake of clarifying the Macro section in the
> manual?
The manual states:
"in paragraphs, verse blocks, table cells and some keywo
Nicolas Goaziou writes:
> Bastien writes:
>
>> thanks for the thorough answer, I agree.
>
> Champagne! ;)
Hehe.
>> Can we sum it up as "Macros are only available in headlines and
>> paragraphs", for the sake of clarifying the Macro section in the
>> manual?
>
> The manual states:
>
> "in par
Hi,
i'm trying to exclude one section from the toc
Following http://orgmode.org/manual/Export-settings.html in following
example section 2 shoud not appear in the toc, but it appears.
#+OPTIONS: toc:t
* Section 1
* Section 2
:PROPERTIES:
:EXPORT_OPTIONS: toc:nil
:END:
What I'm missing?
TIA,
Ro
Hi Karl,
Karl Voit writes:
> This should fold all defs. Unfortunately, this does not work at my
> side. Did I make a mistake or do I have to limit myself to matching
> comment lines only?
simply turn on orgstruct-mode in a python buffer and try
M-x org-cycle RET on a def: it will fold it.
`org
Hi Robert,
Robert Eckl writes:
> i'm trying to exclude one section from the toc
>
> Following http://orgmode.org/manual/Export-settings.html in following
> example section 2 shoud not appear in the toc, but it appears.
>
> #+OPTIONS: toc:t
> * Section 1
> * Section 2
> :PROPERTIES:
> :EXPORT_OP
Rasmus gmx.us> writes:
>
> I've used this snip to recover such fields
>
> \makeatletter
> \let\Title\ title
> \let\Author\ author
> \let\Date\ date
> \makeatother
>
> Obviously, this is only good for LaTeX.
>
How would I implement this? Is including in the .tex file sufficient?
Having
> From: Sebastien Vauban
> Date: Wed, 19 Mar 2014 15:57:36 +0100
>
> Anyway, here's the backtrace I got:
Thanks for the effort, but as I said several times, such backtraces
are not useful without the Lisp backtrace part. All I can say from
this backtrace is that you were deep inside some hook s
When I export org-file to the HTML by means of C-c C-e h H (as HTML
buffer) I get the following error:
org-html-do-format-code: End of buffer
and exporting doesn't finish (buffer with the result doesn't appear).
Mentioned org-file is pretty simple:
#+name: basic-python
#+begin_src python :resu
Eric S Fraga ucl.ac.uk> writes:
> You could always use the new command in the org directive, assuming you
> only use LaTeX export:
>
> #+LATEX_HEADER: \newcommand{\orgauthor}{}
> #+AUTHOR: \orgauthor
>
> This would avoid duplication.
Brilliant!! Thank you.
I've just tested this and you are right. If I follow the orgmode convention
of http links and use the View in mobile-org, the links are clickable.
But if I cut and paste a link like http://www.something.com in orgmode,
it's not clickable in mobile-org View.
I guess I'll have to follow the orgmode
Hi!
I am evaluating methods to fold Python source code. I stumbled over
orgstruct-mode which looks quite cool to me. My first test with
(setq orgstruct-heading-prefix-regexp "^[ ]*##[ ]+\*[ ]")
worked out of the box.
Unfortunately, this attempt requires a comment linke for each
Python-def
John Hendy gmail.com> writes:
[deleted]
> >
> > I think the default behavior should be reverted, as tangling and
> > exporting are two different things. When I tangle, I want to see the
> > code blocks as they are in the org document (with possible variables and
> > expansions) but not to create
* Bastien wrote:
> Hi Karl,
Hi Bastien!
> simply turn on orgstruct-mode in a python buffer and try
> M-x org-cycle RET on a def: it will fold it.
Oh, even better! :-) Thanks for the pointer!
--
mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode:
> get Memacs from https
I think there must be a bunch of us who are experiencing
this, because I am too.
The fix does not work for me.
3b is never shown.
* test 1
*** 2a
SCHEDULED: <2014-03-19 Wed>
* 3a
* 3b
*** 2b
On 3/19/14, Bastien wrote:
> Hi Dan,
>
> you need to have (agenda t) in `org-show-siblings'.
>
Bastien writes:
> Oh, yes, of course. Feel free to apply it on master then.
Done.
Regards,
--
Nicolas Goaziou
In this section:
http://orgmode.org/worg/org-configs/org-config-examples.html#sec-2_2
the information about yasnippet is out of date; more up-to-date information
is available in the manual:
http://orgmode.org/org.html#Interaction
Hence, I suggest removing the references to yasnippet from the wo
In the function org-toggle-iimage-in-org in the page
http://orgmode.org/worg/org-configs/org-config-examples.html#sec-2_2
the call (iimage-mode) needs to be (iimage-mode 'toggle), otherwise
iimage-mode is only ever switched on. (iimage-mode does toggle when used as
a command, but not when called
Bastien writes:
> Nicolas Goaziou writes:
>
>> As you noticed, secondary strings are omitted in the manual, but still
>> valid locations: titles in headlines or inlinetasks, inline footnotes,
>> and plain list item tags.
>
> Any reason not to mention secondary strings?
No reason besides clarity
Hi Bastien,
> Mhh, yes, I'm for moving it to the previewing section.
>
> Do you want to get commit access so that you can fix this directly?
> Otherwise, just send a patch and I'll apply it.
>
> Thanks!
Here's a patch. I can commit it if you like, but I don't want to do so
without some review (it
Hi Reuben,
Reuben Thomas writes:
> In this section:
>
> http://orgmode.org/worg/org-configs/org-config-examples.html#sec-2_2
>
> the information about yasnippet is out of date; more up-to-date
> information is available in the manual:
>
> http://orgmode.org/org.html#Interaction
>
> Hence, I sugg
Reuben Thomas writes:
> In the function org-toggle-iimage-in-org in the page
>
> http://orgmode.org/worg/org-configs/org-config-examples.html#sec-2_2
>
> the call (iimage-mode) needs to be (iimage-mode 'toggle), otherwise
> iimage-mode is only ever switched on. (iimage-mode does toggle when
> use
Nicolas Goaziou writes:
> Bastien writes:
>
>> Oh, yes, of course. Feel free to apply it on master then.
>
> Done.
Thanks,
--
Bastien
Samuel Wales writes:
> I think there must be a bunch of us who are experiencing
> this, because I am too.
>
> The fix does not work for me.
>
> 3b is never shown.
>
> * test 1
> *** 2a
> SCHEDULED: <2014-03-19 Wed>
> * 3a
> * 3b
> *** 2b
This is not the same case: in Dan's example, the s
Hi Andrey,
Andrey Tykhonov writes:
> What is the problem? Why mentioned error occurs? How can I fix it? Please
> help.
Can you reproduce the error with (setq debug-on-error t) and send us
the backtrace? If you can do this from an uncompiled version of Org,
that's even better.
--
Bastien
OK, I have commits ready to push as soon as you install my SSH key!
On 19 March 2014 22:52, Bastien wrote:
> Reuben Thomas writes:
>
> > In the function org-toggle-iimage-in-org in the page
> >
> > http://orgmode.org/worg/org-configs/org-config-examples.html#sec-2_2
> >
> > the call (iimage-mo
Luke Crook writes:
> Rasmus gmx.us> writes:
>
>>
>> I've used this snip to recover such fields
>>
>> \makeatletter
>> \let\Title\ title
>> \let\Author\ author
>> \let\Date\ date
>> \makeatother
>>
>> Obviously, this is only good for LaTeX.
>>
>
> How would I implement this? Is including
Hi Bastien!
Bastien writes:
> Hi Andrey,
>
> Andrey Tykhonov writes:
>
>> What is the problem? Why mentioned error occurs? How can I fix it? Please
>> help.
>
> Can you reproduce the error with (setq debug-on-error t) and send us
> the backtrace? If you can do this from an uncompiled version
Reuben Thomas writes:
> OK, I have commits ready to push as soon as you install my SSH key!
Done,
--
Bastien
for the first time in many, many years of HATING this behavior and
trying to debug it and trying to defadvice around it, i have a lead on
it. thank you.
so where is the setting to show EVERYTHING?
this is HUGE.
On 3/19/14, Bastien wrote:
> Samuel Wales writes:
>
>> I think there must be a bu
Hi Andrey,
Andrey Tykhonov writes:
> I've tried to reproduce with (toggle-debug-on-error) and now (setq
> debug-on-error t) but buffer with the backtrace doesn't appear.
Maybe you need to try from a fresh Emacs session: in this case, just
add (setq debug-on-error t) in your .emacs.el.
> I can
Samuel Wales writes:
> so where is the setting to show EVERYTHING?
(add-hook 'org-agenda-after-show-hook 'show-all)
:)
--
Bastien
That's great! A big thanks to Bastien for fixing the elisp, and keeping
Clojure code blocks working smoothly.
Speaking of org-mode and Clojure...
You may be interested in the recent Clojure org-mode postings at the
Google group:
https://groups.google.com/forum/#!topic/clojure/hWqPXn1_pK4
https
expands logbook, but i can take it from here. thank you!
unfortunately, that is not a global solution as there are various
other places where the same behavior occurs.
On 3/19/14, Bastien wrote:
> Samuel Wales writes:
>
>> so where is the setting to show EVERYTHING?
>
> (add-hook 'org-agenda-
On 3/19/2014 3:39 PM, Karl Voit wrote:
I am evaluating methods to fold Python source code.
simply turn on orgstruct-mode in a python buffer and try
M-x org-cycle RET on a def: it will fold it.
Another option is to use Thorsten Jolitz's excellent outshine mode
( http://orgmode.org/worg/org-tuto
On 3/19/2014 9:19 PM, Ilya Shlyakhter wrote:
Another option is to use Thorsten Jolitz's excellent outshine mode
( http://orgmode.org/worg/org-tutorials/org-outside-org.html ).
I've written a small extension that allows it to fold language elements:
http://www.broadinstitute.org/~ilya/outshine-p
Alan Schmitt writes:
> Hi Bastien,
>
> Bastien writes:
>
>>> - if not, is there a way to copy a link then open it using the
>>> minibuffer (I would then do the switch to screen 0 manually)?
>>
>> This does not use the minibuffer but you could add that:
>>
>> (progn
>> (org-next-link)
>> (o
Charles Berry writes:
> John Hendy gmail.com> writes:
>
> [deleted]
>> >
>> > I think the default behavior should be reverted, as tangling and
>> > exporting are two different things. When I tangle, I want to see the
>> > code blocks as they are in the org document (with possible variables and
>
70 matches
Mail list logo