Hi Nicolas,
On 31.8.2013, at 16:34, Nicolas Goaziou wrote:
> Hello,
>
> Carsten Dominik writes:
>
>> On 8.8.2013, at 09:41, Eric Abrahamsen wrote:
>>
>>> Carsten Dominik writes:
>>>
Hi,
I have rewritten org-insert-heading, because it had become an
unmaintainable beas
Clarification: it is no more slow than the original and it fixes bugs.
Just answering your question about whether there are any bugs.
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. ANYBODY can get it.
Denmark: free Karina
I've found four, but they are minor. In capture, you can create a
blank line with m-ret at the top.Repeated invocation creates invalid
headlines. There is no c-ret way to create a headline above the first
child. M-ret is slow.
On 8/31/13, Carsten Dominik wrote:
> I take it none have been found
Carsten Dominik writes:
> On 8.8.2013, at 09:41, Eric Abrahamsen wrote:
>
>> Carsten Dominik writes:
>>
>>> Hi,
>>>
>>> I have rewritten org-insert-heading, because it had become an
>>> unmaintainable beast.
>>> Please follow up in this thread if you find problems with the new
>>> implement
Hi list,
Some of my agenda files use custom TODO keywords (set through a
#+SETUPFILE), and some use the standard TODO | DONE keywords. I recently
discovered that TODO blocking is broken in the files which use custom
keywords.
It turns out the org-not-done-heading-regexps variable was global inst
Dear org-mode Developers,
i followed the advice in the org-mode manual to use orgtbl-mode
in message-mode buffers (see: (info "(org)Orgtbl mode") or
[[info:org#Orgtbl%20mode][info:org#Orgtbl mode]] ), this is nice.
Since today i also want to use "ecompletion" for addresses in
email headers in mes
Since August 17, I have not been able to create a combined icalendar file.
I can create single file withe C-c C-e c f.
I can create multiple files with C-c C-e c a.
But when I try C-c C-e c c, the process starts to save temp files and
quietly dies.
Output in messages looks like this:
Saving fi
Is there a way to configure column order in clocktable output? I have a
workable way to display TAGS now for clocked task now, but the width of
multiply-tagged items will make the clocktable output less usable. I'd
prefer to move it over to the right-most position:
: #+BEGIN: clocktable :maxlevel
Kel Chan writes:
> Hi list,
>
> I'm implementing an executable worksheet in org and wonder if I can call a
> source block with a :dir arguments.
>
> It doesn't seem orgmode support this out of the box. I tried #+CALL:
> ping-network()[:results values replace :dir /posiadmin@10.161.25.37:]
> and
Christian Moe writes:
> Could you give a pointer to your code? I'd like to try it.
Here it is again:
--8<---cut here---start->8---
;;
;; Kill any old org remnants
;;
;; clean load-path
(setq load-path
(delq nil (mapcar
(function (lambda
Sorry about the delay in replying, apparently gmail has decided to
redirect large chunks of the Org-mode mailing list into my spam folder.
Perhaps it would be better to not use my @gmx account in the future.
Please do go ahead and apply this patch. Thanks for porting this
solution over from ob-py
Well clearly the radio tables section reads better now. Further comments
inline.
Before that some general comments.
The Python list thread starting here
http://mail.python.org/pipermail/python-list/2013-July/653164.html
As you will see some python programmers (including emacsers!) seem to have
a
Hi,
> Nicolas Goaziou writes:
>
> As a rule of thumb, I think we should avoid requiring new packages for
> org-entities.
It's easy to remove the decency of latexsym as it only defines a very
limited number of symbols (see texdoc latexsym). Using amssymb
symbols will even look better IMO, but c
Hi Alan,
Alan Schmitt writes:
>>> I tried to fix it in the updated attached patch. I set a default value
>>> of "foldmarks-not-set" to the predicate that detects if it is set in the
>>> file, then I compare its contents. This assumes that the user will not
>>> give this literal value to the opt
Nicolas Goaziou writes:
>> 2. HTML symbols have been tested in Firefox. In a few cases I
>>couldn't find a pretty name (like "π") in which case I've
>>supplied the unicode number (like "&960;"). Is that OK? (E.g. can
>>Org produce non-uft8 HTML?)
>
> I think it can: see `org-html-c
Rasmus writes:
> What I do in the patch is that I apply the filters within the
> function
Why is that? `org-export-data' already takes care of filters. These
calls are redundant.
> Also, filters using a regexp with "\text{whatever}" wouldn't work.
I don't get it.
>>> + (scripts '(subscript
Hi Rasmus,
alan.schm...@polytechnique.org writes:
> alan.schm...@polytechnique.org writes:
>
>> I tried to fix it in the updated attached patch. I set a default value
>> of "foldmarks-not-set" to the predicate that detects if it is set in the
>> file, then I compare its contents. This assumes tha
Hello,
Carsten Dominik writes:
> On 8.8.2013, at 09:41, Eric Abrahamsen wrote:
>
>> Carsten Dominik writes:
>>
>>> Hi,
>>>
>>> I have rewritten org-insert-heading, because it had become an
>>> unmaintainable beast.
>>> Please follow up in this thread if you find problems with the new
>>> i
Hi Iain,
org-mac-message has just been replaced by org-mac-link.
You you please re-evaluate if your problem still exists (probably yes - if so,
please provide a new patch).
Thank you!
- Carsten
On 4.8.2013, at 22:39, Iain Houston wrote:
> I encountered a few problems with org-mac-mail bundle
Hi Thomas,
I think this has been fixed today with
http://orgmode.org/w/org-mode.git?p=org-mode.git;a=commit;h=2c38c3acc0b5d1cb3bb26f45829d711bb6f4009c
Could you please check if this is correct?
Thank you.
- Carsten
On 5.8.2013, at 23:58, Thomas Koch wrote:
> Hi,
>
> I tested org-attach wi
On 8.8.2013, at 09:41, Eric Abrahamsen wrote:
> Carsten Dominik writes:
>
>> Hi,
>>
>> I have rewritten org-insert-heading, because it had become an unmaintainable
>> beast.
>> Please follow up in this thread if you find problems with the new
>> implementation.
>> Very likely there will be
Hi,
> Thanks for the patch. Here are a few comments.
Thanks for the comments.
>> filter replace all & $\beta_{\text{}}$ & \texttimes{}$_{\text{}}$ \\
>
> We might be able to handle it more nicely, i.e. by skipping \text when
> contents are empty.
Right, these should be removed due to spac
Applied, thank you Remi.
- Carsten
On 12.8.2013, at 15:28, Rémi Vanicat wrote:
> Org attach use to fail to commit the attached file in git or git annex
> when the .git repository is not in the data sub-directory.
>
> This new code will use vc-git to find the .git file, and from this do
> what
Hi all,
I have now replaced both org-mac-message.el and org-mac-link-grabber.el with
org-mac-link.el. So after the next pull, you will have to change your setup to
use this module instead of the others and use the new commands as well. I
would appreciate if you your try this soon, so that we
Hi,
It seems that this has been applied.
- Carsten
On 2.7.2013, at 08:17, feng shu wrote:
>
> <0001-ox-add-Simplified-Chinese-translations-for-org-expor.patch>
On 1.7.2013, at 19:24, Paul Stansell wrote:
> Hello,
>
> This seems like a very minor bug, but I thought I'd report it anyway
> in case it has wider ramifications that I'm unaware of.
>
> Create an org file with the following lines:
>
> | 1 |
> #+TBLFM: $1=2
>
> Open it and type C-c C-c on t
Hello,
Jambunathan K writes:
> In the context of the example below (i.e., the way #+ATTR_ODT are used
> /within/ the list) is it fair to say this:
>
> A #+ATTR_ODT: can be attached only to a plain-list - Visually they
> come before the first item of the top-level list or a nested list.
>
Nicolas
In the context of the example below (i.e., the way #+ATTR_ODT are used
/within/ the list) is it fair to say this:
A #+ATTR_ODT: can be attached only to a plain-list - Visually they
come before the first item of the top-level list or a nested list.
Using an #+ATTR_ODT line be
Best way to explain is with an example:
1. emacs -Q
2. eval this
(add-to-list 'load-path "~/src/org-mode/lisp/")
(require 'org-loaddefs)
Ensure that there is org-loaddefs available from git path.
3. M-x load-library ox-odt.el
4. Ensure (featurep 'org-odt) reports nothing.
5. M-x c
Carsten Dominik writes:
> On 31.8.2013, at 09:26, Achim Gratz wrote:
>> There is nothing to do here.
The new variables can and must be put in to a new groups.
> Thank you very much Achim.
If you cannot kill someone just ostracize them. Segregation CAN and
MUST be done.
Jambunathan K.
On 31.8.2013, at 09:26, Achim Gratz wrote:
> Carsten Dominik writes:
>> can someone please summarize this discussion for me and tell me what action
>> is required?
>
> There is nothing to do here. The "legacy" defcustoms are built into
> Emacs and are not easy to remove as there is no officia
> There is nothing to do here. The "legacy" defcustoms are built into
> Emacs and are not easy to remove as there is no official interface to do
> this. I have code that tries to do clean things up, but it may have
> unwanted side-effects depending on how the startup files are organized.
Hi, A
Hello,
Rasmus writes:
> I've just enclosed a quick patch (as in doesn't contain proper commit
> msg), but it's basically the previous patch minus the removal of \text
> in math plus some quick checks towards potential nasty filters.
>
> It works with the following test file, but let me know abou
Carsten Dominik writes:
> can someone please summarize this discussion for me and tell me what action
> is required?
There is nothing to do here. The "legacy" defcustoms are built into
Emacs and are not easy to remove as there is no official interface to do
this. I have code that tries to do cl
34 matches
Mail list logo