Hello,
Rainer Stengele writes:
> I just tried out. The TOC includes the todo items.
> I just can't remember if before the todo items were also colored in the TOC.
> Could it be that the patch removed that colorizing?
I cannot reproduce it, i.e. TODO are still colored.
Regards,
--
Nicolas Go
Hello,
Rüdiger Sonderfeld writes:
> On Friday 22 November 2013 11:24:17 Nicolas Goaziou wrote:
>> Anyway, I don't think this is a good idea to introduce a new syntax just
>> to avoid a one-liner (or a hook, see below). Also, this would only make
>> sense in few export back-ends.
>
> But is it re
Hello,
Feng Shu writes:
> Eric Schulte writes:
>
>> When exporting multiple sequential citations e.g., cite:foo cite:bar
>> etc... I would like to see something like the following (latex used for
>> this example) "\cite{foo, bar}", but instead I'm getting "\cite{foo}
>> \cite{bar}", which leads
I believe I've found a bug in ox-koma-letter.el. Org-mode version 8.2
(release_8.2-2-g18c7c4 @ /home/dlm/share/org-mode.git/lisp/)
Accepted values for the "backaddress" option are "t" or "nil."
If the option is "t," then the export contains a line
"\KOMAoption{backaddress}{true}."
If the opt
James,
Thanks for the bug report. I'll fix it.
–Rasmus
--
This space is left intentionally blank
According to [1], "#+OPTIONS: subject:nil" should suppress printing the
#+TITLE at the top of the letter. It seems that the previous bug prevents
the expected line "\KOMAoption{subject}{untitled}" from being generated.
Okay... so, what if I set "#+OPTIONS: subject:untitled"? Then I get
somethi
On 11/24/13 16:31 PM, Nicolas Goaziou wrote:
> Hello,
>
> Rüdiger Sonderfeld writes:
>
>> On Friday 22 November 2013 11:24:17 Nicolas Goaziou wrote:
>>> Anyway, I don't think this is a good idea to introduce a new syntax just
>>> to avoid a one-liner (or a hook, see below). Also, this would only
Executive summary of this rather long email: I am aware that ELISP
is the language of choice for Org-mode features/tools. Here, I
describe my motivation behind using Python instead.
* Rüdiger Sonderfeld wrote:
> On Friday 22 November 2013 18:09:42 Karl Voit wrote:
>
> Org-contacts has an :ICON:
Hi Nicolas
On Sat, Nov 23, 2013 at 11:52 AM, Nicolas Goaziou wrote:
> I pushed a fix that should halve the time,
I see this effect, thank you.
> but it will still be slow.
>
> `org-element-at-point' is linear by the number of elements before point
> in the current section. Therefore, parsing /a
Eric Abrahamsen writes:
> On 11/24/13 16:31 PM, Nicolas Goaziou wrote:
>> Hello,
>>
>> Rüdiger Sonderfeld writes:
>>
>>> On Friday 22 November 2013 11:24:17 Nicolas Goaziou wrote:
Anyway, I don't think this is a good idea to introduce a new syntax just
to avoid a one-liner (or a hook,
James Harkins writes:
> According to [1], "#+OPTIONS: subject:nil" should suppress printing
> the #+TITLE at the top of the letter. It seems that the previous bug
> prevents the expected line "\KOMAoption{subject}{untitled}" from being
> generated.
I cannot reproduce.
> Okay... so, what if I se
I'd like to toggle (hide/show) the *non*-diary entries in the agenda
view ... to basically get a quick view of my diary/calender.
'org-agenda-toggle-diary', toggles the Diary entries. Maybe something
like 'org-agenda-toggle-nondiary'?
I tried to configure a custom agenda view, but failed ... I'm
Hello,
Michael Brand writes:
> First, I have an understanding question:
>
> I tried to find where org-mode-hook is called within the function
> org-mode but could not see something similar to the expected
> "(run-hooks 'org-mode-hook)". So I added 'backtrace to the
> org-mode-hook but don't unde
Hello,
Bastien writes:
> I noticed this too -- Nicolas, was the rationale for the rewrite just
> to prevent drawers to get flagged when they find themselves in source
> code blocks? Or are there other cases the rewrite fixes?
I somehow overlooked your message.
Anyway, preventing folding in a
Nicolas Goaziou writes:
> So, is this feature a must-have?
No, it's not. (Just another user's ten cents.)
> Or would a filter template in Worg more appropriate in this case?
That, or showing how to make a {{{pagebreak}}} macro expanding to export
snippets. (And explaining how regular page brea
Hello,
Eric Schulte writes:
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Eric Schulte writes:
>>
>>> I've been using this since it was sent, and I haven't noticed any bad
>>> behavior.
>>
>> Thanks for the feedback.
>>
>> BTW, I tried to add `org-self-insert-command' to
>> `flyspell-delayed-com
Yes, that is what I want :-)
Alexander Baier wrote
>Fredrik writes:
>
>> When I open an agenda and push enter on a text it opens the file
>> related to the text in the same frame. Is there any way to make it
>> open it in another frame so I keep my agenda in front?
>>
>> Regards,
>>
>
[...]
>>Fredrik writes:
>>
>>> When I open an agenda and push enter on a text it opens the file
>>> related to the text in the same frame. Is there any way to make it
>>> open it in another frame so I keep my agenda in front?
>>>
>>> Regards,
>>>
>>> Fredrik
[...]
Well, I do not know of opening
Thanks, I will try and see if it can be improved.
Regards,
Alex
On Fri, Nov 22, 2013 at 3:54 AM, Bastien wrote:
> Hi Alexander,
>
> Alexander Vorobiev writes:
>
> > The patch doesn't work unfortunately. I stepped through
> > x-get-selection-value in w32-common-fns.el and the correct value fro
Greetings fellow org-mode aficionados! First, a big thanks to all that
contributed to the project. It's one of my all-time favorite tools.
I write to you all as I'm looking for advice on help as I upgrade my blog
publishing system from the older org-mode to the current 8.x architecture.
I wrote a
When I download the maint branch, and I run
make up2
The job never finishes. Here's the last part of the console output.
Any advice?
executing Python code block...
Wrote
/var/folders/rp/_k99k0pn0rsb4d3lm9l3dnjhgn/T/tmp-orgtest/ob-input-636455rl
Code block evaluation complete.
passed 115
Hi Justin,
Justin Gordon writes:
> Debugging and Development Tips for Org-Mode?
>
> 1. What are the best links with development advice?
The Emacs manual is pretty good. There's both the Emacs lisp intro
and the Emacs (lis
Hi all,
Attached are a couple of changes to ox-koma-letter following a recent
bug report by James.
1. Minor fixes around. The way subject-format was handled before was
ugly. Updated some docstrings etc.
2. better test of whether values have changed in the buffer. I think
Alan added this
Alexander Baier writes:
> [...]
>
>>>Fredrik writes:
>>>
When I open an agenda and push enter on a text it opens the file
related to the text in the same frame. Is there any way to make it
open it in another frame so I keep my agenda in front?
Regards,
Fredrik
Hi List,
I have an org-mode file that is 3230004 bytes in size. With commit "92f30ae" it
can be opened without any problem. However, with commit "5ea0228" the same file
could not be opened properly.
What I did was: I opened Dired buffer, select the file, press enter, nothing
happened and Emacs lo
York Zhao writes:
> Hi List,
>
> I have an org-mode file that is 3230004 bytes in size. With commit "92f30ae"
> it
> can be opened without any problem. However, with commit "5ea0228" the same
> file
> could not be opened properly.
>
> What I did was: I opened Dired buffer, select the file, pres
Nick Dokos writes:
> Alan L Tyree writes:
>
>> In the Emacs menu Org -> Customize -> Expand this menu used to give a
>> complete menu of org-mode customisations which was quite helpful for an
>> amateur. Now it gives a short menu that does little more than send the
>> user to the usual Emacs cus
27 matches
Mail list logo