The current implementation of org-timer-set-timer calls org-notify with
the PLAY-SOUND argument set to 't', which gets passed to
org-clock-play-sound that then in turn calls the beep function. The
value of this argument should be defined in a defvar so as to allow the
user to modify or dynamically
On Sep 2, 2013, at 10:54 PM, Carsten Dominik wrote:
>
> On 2.9.2013, at 18:54, Achim Gratz wrote:
>
>> Carsten Dominik writes:
>>> OK, we now use xdg-open when available on a Linux system.
>>
>> The availability of xdg-open has nothing to do with whether or not you
>> are running Emacs on a
On Tue, Sep 03, 2013 at 09:52:26AM +0200, Carsten Dominik wrote:
>
> On Sep 2, 2013, at 10:54 PM, Carsten Dominik
> wrote:
>
> >
> > On 2.9.2013, at 18:54, Achim Gratz wrote:
> >
> >> Carsten Dominik writes:
> >>> OK, we now use xdg-open when available on a Linux system.
> >>
> >> The avail
Carsten Dominik gmail.com> writes:
> Do you know how I would test this?
Something like this:
$ xdg-settings get default-web-browser
xdg-settings: unknown desktop environment
There ought to be some better way maybe, but you'd at least find out if the
XDG utilities are in path and think the envi
On 3.9.2013, at 11:12, Achim Gratz wrote:
> Carsten Dominik gmail.com> writes:
>
>> Do you know how I would test this?
>
> Something like this:
>
> $ xdg-settings get default-web-browser
> xdg-settings: unknown desktop environment
>
> There ought to be some better way maybe, but you'd at le
Patch proposal for org-timer-set-timer
Thanks for your great work, and I hope be sending all in the correct format.
0001-Timer-play-a-sound-as-configured-by-org-clock-sound-.patch
Description: Binary data
Hello,
Maybe it's some sort of conflict with custom settings I would have (though, I
don't see what could cause such a thing) but I've observed for a couple of
weeks (maybe 3 or 4) that changing the SCHEDULED date *from* the agenda view
(S-left'ing) removes the timestamp part, leaving such a task:
Thank you.
With this on, I reduced 1'7 seconds my normal agenda time (C-a a), from 13'5
to 11'8. Numbers are from elp but I checked them with an external stopwatch
because sometimes I have the impression that elp makes things slower.
The strange thing is, I don't see the difference I saw day
Hello,
Carsten Dominik writes:
> Hi Uwe,
>
> this sounds interesting - would you be interested to provide a patch
> to this effect?
Somewhere in one of my local branches, I have started replacing current
table export functions with export framework.
Basically, the idea is to generate a tempora
Hello,
Matt Price writes:
> I'm trying to get rid of angle brackets in HTML export. I've set
> org-export-date-timestamp-format to "%a, %b %d".
This variable only applies to a timestamp specified in DATE keyword.
> I also have timestamp overlays turned on, and the displayed custom
> format se
Suvayu Ali writes:
> It is expected to be present in most desktop systems (almost anything
> with a GUI installed).
I use Debian 6.05 (Squeeze) + XFCE. I had to install `xdg-open' by
hand. (i.e., It is not installed during default installation).
xdg-open is just a shell script and tries lots
Carsten Dominik writes:
>>(defconst org-file-apps-defaults-gnu
That's a real issue. As for what defaults to use, their availability
and installability that is a secondary issue altogether.
If I were you, I will plug in xdg-open there, issue user-error and force
the user to
Carsten Dominik writes:
> OK, we now use xdg-open when available on a Linux system.
The variable MUST be a defcustom.
Rasmus writes:
>> With some scripting, this pulling can be made less laborious but more
>> complete.
>
> Would you be able to get the HTML entities? Nicolas said that Org
> "prefers" entity names due to encoding. I can find the unicode number
> in Emacs, but not it's name. This is often the la
Achim Gratz writes:
> While I think it's a good default for someone using a desktop
> that conforms to XDG standards, there should be a check if in fact Emacs
> is running on such a desktop.
What desktops you have in mind?
How can they be checked for?
On an Emacs running within a console, can
1. Compile ox.el (new-to-be-merged export library) with Emacs 23.2.1
(stock Debian binary)
2. Load the ox.elc file on Emacs Bzr trunk.
3. setf on a defstruct field breaks as seen below.
Modify (1) so that .elc files are generated against Emacs Bzr trunk.
Note that setf succeeds.
---
Carsten Dominik writes:
> OK, we now use xdg-open when available on a Linux system.
Just realized that you have reverted the commit (a bit too early).
Emacs goes through a long pre-test cycle for a reason. There is a
plenty of room to test the waters on how useful or problematic xdg-open
is.
Hello,
Carsten Dominik writes:
>> Moreover, AFAICT, there's no more difference between C-u M-RET, which
>> meant "create headline right here" and M-RET.
>
> C-u means: Do not ask org-insert-item, just go ahead and insert a heading.
> That is supposed to be the only difference.
Point taken. I th
On Sep 3, 2013, at 2:02 PM, Daniel Clemente wrote:
>
> Thank you.
> With this on, I reduced 1'7 seconds my normal agenda time (C-a a), from 13'5
> to 11'8. Numbers are from elp but I checked them with an external stopwatch
> because sometimes I have the impression that elp makes things slowe
On Sep 3, 2013, at 3:16 PM, Nicolas Goaziou wrote:
> Hello,
>
> Carsten Dominik writes:
>
>>> Moreover, AFAICT, there's no more difference between C-u M-RET, which
>>> meant "create headline right here" and M-RET.
>>
>> C-u means: Do not ask org-insert-item, just go ahead and insert a headin
On Sep 3, 2013, at 3:25 PM, Carsten Dominik wrote:
>
> On Sep 3, 2013, at 3:16 PM, Nicolas Goaziou wrote:
>
>> Hello,
>>
>> Carsten Dominik writes:
>>
Moreover, AFAICT, there's no more difference between C-u M-RET, which
meant "create headline right here" and M-RET.
>>>
>>> C-u
On Mon, Sep 02, 2013 at 03:42:23PM +0530, Jambunathan K wrote:
> Suvayu Ali writes:
>
> > It is expected to be present in most desktop systems (almost anything
> > with a GUI installed).
>
> I use Debian 6.05 (Squeeze) + XFCE. I had to install `xdg-open' by
> hand. (i.e., It is not installed d
Hi all,
I'm looking for informations on how to create a new exporter based on the
new export engine.
I want to convert org files into HTML files in which some "functions" from
Twitter Bootstrap framework will be instantiated via Emacs and Org-Mode.
I'm quite fustrated because the org-export_gene
Carsten Dominik writes:
> Hmmm, I thought you just asked me to implement exactly what you see,
> namely that M-RET will not remove empty lines above the cursor - only
> add them. Did I misunderstand?
I think so.
M-RET should not remove (or add) anything when it has no information
whatsoever ab
Hi Nicolas and all,
Nicolas Richard writes:
> First I mention that I forgot to say this was reproducible from -Q.
Can anyone double-check if there are still problems in this area?
See Nicolas original bug report here:
http://article.gmane.org/gmane.emacs.orgmode/73429
Last time I checked thin
On Tue, Sep 3, 2013 at 9:01 AM, Nicolas Goaziou wrote:
> Hello,
>
> Matt Price writes:
>
>> I'm trying to get rid of angle brackets in HTML export. I've set
>> org-export-date-timestamp-format to "%a, %b %d".
>
> This variable only applies to a timestamp specified in DATE keyword.
>
>> I also ha
I am still not clear about this. In your earlier mail you made this example:
> Well same as above: I think it eats blank lines where it shouldn't. It
> the following cases:
>
> * H1
>
> ** H2
>
> H
> X
>
> and
>
> * H1
>
> * H2
>
>H
>
> X
>
> I don't think there's any rea
Matt Price writes:
> so it looks like it's difficult to remove the brackets with those two
> variables.
Indeed. It looks like `org-translate-time' always add brackets in the
end.
>
>>> Sorry I can't find the answer in the docs, I'm sure it's there
>>> somewhere but I'm missing it somehow!
>>
>>
On Tue, Sep 03, 2013 at 03:37:05PM +0200, flammable project wrote:
> Hi all,
>
> I'm looking for informations on how to create a new exporter based on the
> new export engine.
>
> I want to convert org files into HTML files in which some "functions" from
> Twitter Bootstrap framework will be inst
Thanks, Tom.
I see that indeed the functionality is there.
But I still find the speed keys much less awkward than
giving a numeric argument.
For instance, my gtd file as around 100 level 2 headings that I wish to
navigate
and they are grouped across 5 level 1 headings.
I can jump from the middle o
Hello,
Suvayu Ali writes:
> On Tue, Sep 03, 2013 at 03:37:05PM +0200, flammable project wrote:
>> Hi all,
>>
>> I'm looking for informations on how to create a new exporter based on the
>> new export engine.
>>
>> I want to convert org files into HTML files in which some "functions" from
>> Tw
Carsten Dominik writes:
> I am still not clear about this. In your earlier mail you made this example:
>
>> Well same as above: I think it eats blank lines where it shouldn't. It
>> the following cases:
>>
>> * H1
>>
>> ** H2
>>
>> H
>> X
>>
>> and
>>
>> * H1
>>
>> * H2
>>
>>
On Sep 3, 2013, at 3:58 PM, Nicolas Goaziou wrote:
> Carsten Dominik writes:
>
>> I am still not clear about this. In your earlier mail you made this example:
>>
>>> Well same as above: I think it eats blank lines where it shouldn't. It
>>> the following cases:
>>>
>>> * H1
>>>
>>> ** H2
>
Carsten Dominik writes:
> Yes. But you agree that the *result* should be the same, i.e. that there will
> be an empty line before the newly inserted headline.
>
> I think/hope we do agree now.
We do.
Regards,
--
Nicolas Goaziou
On Tue, Sep 3, 2013 at 9:50 AM, Nicolas Goaziou wrote:
> Matt Price writes:
>
>>> You can also use a filter on every timestamp exported and make sure any
>>> angle bracket is removed.
>>
>> I was able to add this bit of javascript to my wordpress site to
>> remove the brackets:
>> ---
>>
Le 03/09/2013 15:38, Bastien a écrit :
> Nicolas Richard writes:
>> First I mention that I forgot to say this was reproducible from -Q.
>
> Can anyone double-check if there are still problems in this area?
>
> See Nicolas original bug report here:
> http://article.gmane.org/gmane.emacs.orgmode/7
Hello,
I made this patch to make easier conversion to
org-table from csv-like text with arbitrary separator.
---
lisp/org-table.el |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/lisp/org-table.el b/lisp/org-table.el
index c7e7eb8..c8c2462 100644
--- a/lisp/org-table.e
Matt Price writes:
> thanks nicolas. If you happen to have a moment, I'm having trouble
> reproducing this regexp in elisp. I would think that, even if I can't
> figure out how to construct a single regex that matches all the
> characters I want to remove, omething like this ought to work:
> --
Nicolas Richard writes:
> Commit f129764 should have fixed that. I think there is some confusion
> because this was in fact a duplicate of another bug report where much
> more discussion happened (but I saw that thread only after posting my
> report).
Indeed, thanks for confirming!
This is now
So, now that I can hide all the headings I need a way to hide ONLY SOME
headings, like those with a todo-like specific text: say UNFINISHEDPAR for
unfinished paragraphs and FINISHEDPAR for the ones finished.
Is it possible given the current (.emacs/test-file.org) working setup, as a
reminder:
To whom it may concern:
Hello,
I have noted a broken link in the section questions at
http://orgmode.org/elpa.html
The link to http://orgmode.org/build-org-pkg.txt is giving a 404 error.
Best regards
Giammi
--
I kindly ask you not to send me attachments in proprietary file
formats, use open
Hi,
certain lines are not rendered by the org exporter, but are instead
interpreted as instructions, e.g.:
#+AUTHOR: Matt Price
I'm using org2blog/wp, which is only partially converted to the new
exporter. It works pretty well, but not perfectly. It has the neat
feature that, when I insert a l
Hello,
"Francesco Pizzolante"
writes:
> Hi,
>
> I have an issue with ATTR_LATEX attributes not being applied to the clocktable
> dynamic block.
>
> This issue is similar to the one exposed by Sebastien in his post [1], so I
> took
> his ECM and modified it a little bit.
Attributes are correc
Hello,
Francesco Pizzolante
writes:
> Please find here a patch to support the tabularx table environment when used
> in conjunction with the ltablex LaTeX package.
Thanks for the patch.
What are its advantages over "longtabu" environment, which is already
supported? There is a lot of table r
Hi,
I have an issue with ATTR_LATEX attributes not being applied to the clocktable
dynamic block.
This issue is similar to the one exposed by Sebastien in his post [1], so I took
his ECM and modified it a little bit.
Here's it is:
--8<---cut here---start->8--
Last question for a while I hope!
I have a whole bunch of org files that I am reposting to my website at
the beginning of the school year. These are files generated with
org2blog/wp, and htey all have afirst line like:
#+POSTID: 1797
I would really like to tell org-mode that files that start thi
Hello,
Please find here a patch to support the tabularx table environment when used
in conjunction with the ltablex LaTeX package.
ltablex combines the advantages of longtable and tabularx packages: it enables
splitting of table across pages, and have fixed-width tables with
auto-adjusted columns
On Tue, Sep 3, 2013 at 10:34 AM, Nicolas Goaziou wrote:
> Matt Price writes:
> The following should work:
>
> (defun matt-org-export-filter-timestamp-function (timestamp backend info)
> "removes relevant brackets from a timestamp"
> (when (org-export-derived-backend-p backend 'html)
>
Ive posted this on the python list
https://mail.python.org/pipermail/python-list/2013-September/655021.html
Julien Cubizolles writes:
> It's weird, both variables (org-link-abbrev-alist and
> org-link-abbrev-alist-local) are nil even though there is a #+LINK: line
> in the file.
Just a late closing message: I tried again today and everything is
working as it should.
Julien.
Jambunathan K writes:
> On an Emacs running within a console, can one really "view" say a PDF
> file.
Yes, if it has graphics capabilities and the application knows how to
use them. For a long time that was the only way to get graphics on UNIX
and it only changed when workstations(1) became avail
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
hello all
I've just reinstalled org-8.0.7 on emacs-23.3.1 (Ubuntu 12.04)
and I met a problem with the following syntax
%%(org-anniversary 1986 08 17) Cédric a %d ans.
moreover when emacs is in org-mode it does not recognize the function
org-anniversary
any help would be greatly appreciated
--
On Tue, Sep 3, 2013 at 9:48 AM, wrote:
> So, now that I can hide all the headings I need a way to hide ONLY SOME
> headings, like those with a todo-like specific text: say UNFINISHEDPAR for
> unfinished paragraphs and FINISHEDPAR for the ones finished.
>
I haven't used them, but I believe filter
Hi!
I've got a strange issue here: today, I set up a second laptop with
more or less identical configuration (Debian Wheezy; orgmode from
git g6fdc23). I copied my .emacs.d to the new machine but Org-mode
is not working there :-O
Whenever I open an Org file, I get:
File mode specification error:
Hello,
I made this patch to make easier conversion to
org-table from csv-like text with arbitrary separator.
---
lisp/org-table.el |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/lisp/org-table.el b/lisp/org-table.el
index c7e7eb8..c8c2462 100644
--- a/lisp/org-table.e
Thanks Nocolas and Suvayu,
I will spend some time on ox-md.el and the section listed by Nicolas.
One last question:
If I choose to extend the existing back-end, would I be able to put all the
code into a external file and allow the user to load it through it emacs
config file?
I mean, I would li
> I think existing *.elc files compiled against Emacs-23.2.1 should load
> fine on new Emacs versions.
It's indeed an incompatibility I introduced when we switched from CL's
setf to gv.el's setf, because the two work in a very different way.
Stefan
Hello Yvon,
Yvon Henel wrote:
> I've just reinstalled org-8.0.7 on emacs-23.3.1 (Ubuntu 12.04)
> and I met a problem with the following syntax
Could you describe which problem?
> %%(org-anniversary 1986 08 17) Cédric a %d ans.
Could it be because of the accent in Cédric? UTF-8 vs ISO Latin 1?
Hello,
I have a problem. I need to sync my files between several devices
(currently 3). At first, I thought the solution would have been to use
mobileorg (that made sense since I also use an android device) but as
far as I understand it, it is not really designed for that purpose (I
have several a
Rainer writes:
> Using "0" as speed key I end up with:
That's lovely! I hadn't thought of using a user-defined speed key. Much
more convenient.
Regards,
Tom Davey
--
Tom Davey
t...@tomdavey.com
New York NY USA
Here is a `git diff -p org-timer.el' of the changes that I am proposing.
diff --git a/lisp/org-timer.el b/lisp/org-timer.el
index 2351c4c..cb0ce45 100644
--- a/lisp/org-timer.el
+++ b/lisp/org-timer.el
@@ -93,6 +93,25 @@ nil current timer is not displayed"
(defvar org-timer-cancel-hook n
magic-mode-alist
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. ANYBODY can get it.
Denmark: free Karina Hansen NOW.
>>> I think existing *.elc files compiled against Emacs-23.2.1 should load
>>> fine on new Emacs versions.
>> It's indeed an incompatibility I introduced when we switched from CL's
>> setf to gv.el's setf, because the two work in a very different way.
> In simple terms, the problem seems to be a 24
hi all!
I have some pretty calculation intense R code in a code block and when I
execute the code (C-c C-c) my emacs freezes and waits for the code to
finish. Is there a way to evaluate the code asynchronously, so that I could
edit the file (obviously not the code block itself) while the code is b
On Tue, Sep 03, 2013 at 11:34:52PM +0200, nore...@maillard.im wrote:
> Hello,
>
> I have a problem. I need to sync my files between several devices
> (currently 3). At first, I thought the solution would have been to use
> mobileorg (that made sense since I also use an android device) but as
> far
On Sep 4, 2013, at 3:04 PM, Suvayu Ali wrote:
> On Tue, Sep 03, 2013 at 11:34:52PM +0200, nore...@maillard.im wrote:
>> Hello,
>>
>> I have a problem. I need to sync my files between several devices
>> (currently 3). At first, I thought the solution would have been to use
>> mobileorg (that mad
nore...@maillard.im writes:
> I have a problem. I need to sync my files between several devices
> (currently 3). At first, I thought the solution would have been to use
> mobileorg (that made sense since I also use an android device) but as
> far as I understand it, it is not really designed for
Hi,
nore...@maillard.im writes:
> How do you sync your files easily and share them between 3, 4 or even
> more places ?
You might find the answer to that question in a previous thread:
http://www.mail-archive.com/emacs-orgmode@gnu.org/msg73502.html
Hope that helps.
Best,
--
Konubinix
GPG Key
70 matches
Mail list logo