Hi Mikael,
On 2009-10-29 21:10:50(+0100), Mikael Fornius wrote:
> Mikael Fornius writes:
>
> > Maybe someone other than me should test this because I am not sure if I
> > understand it correctly?
> >
> > The only reference to "age" or "creation time" I can find is in the
> > documentation strin
Russell Adams wrote:
> The function I posted does the same as C-u C-c ! , just with a
> single key press.
>
Yes - and it also avoids the distraction of popping up the calendar.
Thanks,
Nick
___
Emacs-orgmode mailing list
Remember: use `Reply All'
On Thu, Oct 29, 2009 at 10:44:39PM -0400, Nick Dokos wrote:
> Marcelo de Moraes Serpa wrote:
> Assuming you are in an org buffer
>
> C-u C-c !
>
> will insert an inactive time stamp (including the current time - that's the
> prefix argument):
>
> [2009-10-29 Thu 22:34]
>
> Similarly
>
Marcelo de Moraes Serpa wrote:
> Hello list,
>
> Org uses a timestamp format like the following across all its functionality:
>
> [2009-10-29 Thu 17:14]
>
> I would like to be able to ouput this string whenever I'd like to a buffer,
> with the current timestamp, this is useful for example to
Sorry, should CC the list:
;; Insert immediate timestamp
(define-key global-map (kbd "")
'(lambda () (interactive)
(when (eq major-mode 'org-mode)
(org-insert-time-stamp nil t t)
(insert "\n"
On Thu, Oct 29, 2009 at 05:29:06PM -0600, Marcelo de Moraes Serpa w
On Thu, Oct 29, 2009 at 06:37:33PM +0100, Stephan Schmitt wrote:
> I don't know if this helps, but did you try
> (global-unset-key (kbd "C-c /"))
> in your init file (before org-mode is loaded)?
Uhm, would that solution would be actually better than mine?
I mean, sure, it would be better in the se
Hello list,
Org uses a timestamp format like the following across all its functionality:
[2009-10-29 Thu 17:14]
I would like to be able to ouput this string whenever I'd like to a buffer,
with the current timestamp, this is useful for example to timestamp notes
inside an org file arbitrarily:
*
At Fri, 30 Oct 2009 06:00:04 +1000,
Alan E. Davis wrote:
>
> I'll mention EDB, emacs data base, here, even though I haven't used it for
> several years.
[...]
Interesting you mention this because I use the precursor to EDB,
forms, to keep track of books. The reason this is interesting is that
i
Hi Mikael,
On 2009-10-29 14:17:11(+0100), Mikael Fornius wrote:
> Maybe someone other than me should test this because I am not sure if I
> understand it correctly?
>
> The only reference to "age" or "creation time" I can find is in the
> documentation string of org-sort-entries-or-items.
>
> "
Mikael Fornius writes:
> Maybe someone other than me should test this because I am not sure if I
> understand it correctly?
>
> The only reference to "age" or "creation time" I can find is in the
> documentation string of org-sort-entries-or-items.
Now I found a reference in ChangeLog, SINCE it
I'll mention EDB, emacs data base, here, even though I haven't used it for
several years.
http://gnuvola.org/software/edb/
It's available on many GNU/Linux distros, as a package. It is for Gentoo,
and perhaps for Debian/Ubuntu as well.
It is extensible/programmable, so that various interfaces c
Sorry, I was away for a couple of days.
Many thanks for your proposition which really works fine.
Still, would it be difficult to implement ``evaluating match before it
gets used''?
My user needs to define in his files a great number of
_multi-value_ property keys.
He also requires for an occur
(eval-when-compile
(require 'cl))
did the trick
thx, too!
Stephan
Gregory J. Grubbs wrote:
I don't understand how ... but that solves it for me - thanks!
-Greg
Carsten Dominik writes:
Can you guys please try to pull again? I think this problem is solved
now - let me know if not.
I don't understand how ... but that solves it for me - thanks!
-Greg
Carsten Dominik writes:
> Can you guys please try to pull again? I think this problem is solved
> now - let me know if not.
>
> - Carsten
>
> On Oct 29, 2009, at 4:49 PM, Stephan Schmitt wrote:
>
>> Hi,
>>
>> I noticed the sa
Hi Stefano,
I don't know if this helps, but did you try
(global-unset-key (kbd "C-c /"))
in your init file (before org-mode is loaded)?
Greetings,
Stephan
Stefano Zacchiroli wrote:
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don
Can you guys please try to pull again? I think this problem is solved
now - let me know if not.
- Carsten
On Oct 29, 2009, at 4:49 PM, Stephan Schmitt wrote:
Hi,
I noticed the same problem. However, the function org-src-switch-to-
buffer (with the breaking case-form) runs without problems
On Thu, Oct 29, 2009 at 05:00:05PM +0100, Richard Riley wrote:
> The lack of sync with google contacts is a real big "minus" for bbdb :
> but I still use it over any other emacs solution for contact management.
>
> Possibly the best solution would be a gnus method that talks to
> evolution or go
Giovanni Ridolfi wrote:
> -- Gio 29/10/09, Andreas Roehler ha scritto:
>> when inserting a footnote between [fn:1] and [fn:2]
>> it's not renumbered at place. Got [fn:1], [fn:3] and
>> [fn:2].
>>
>> Think mentioned that already and answer was it should
>> be a feature. Isn't it a bug indeed?
>
>
You are right, it is probably not necessary.
- Carsten
On Oct 29, 2009, at 6:04 PM, Leo wrote:
On 2009-10-29 11:48 +, Carsten Dominik wrote:
Applied, thanks.
4144 (eval-after-load "abbrev"
4145 '(when (fboundp 'abbrev-table-put)
4146 (abbrev-table-put org-mode-abbrev-table
4147
Wow~~ Thanks !
Xin
On Thu, Oct 29, 2009 at 5:23 AM, Carsten Dominik
wrote:
>
> On Oct 28, 2009, at 8:55 PM, Xin Shi wrote:
>
> Hello Experts,
>>
>> Are there any way to write just a plain [0], instead of interpreting it as
>> a footnote when publishing in to HTML?
>>
>> I've tried the ~[0]~, a
On 2009-10-29 11:48 +, Carsten Dominik wrote:
> Applied, thanks.
4144 (eval-after-load "abbrev"
4145 '(when (fboundp 'abbrev-table-put)
4146 (abbrev-table-put org-mode-abbrev-table
4147:parents (list text-mode-abbrev-table
Is eval-after-load "abbrev" necessa
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.
greg...@dynapse.com (Gregory J. Grubbs) writes:
> Eric S Fraga writes:
>
>> At Sat, 24 Oct 2009 21:34:10 -0500, Russell Adams wrote:
>>
>> [...]
>>
>>> I reverse my recommendation regarding BBDB.
>>>
>>> /rant on
>>>
>>
>> [...]
>>
>>> /rant off
>>
>> I'm in complete agreement with you on this
Hi,
I noticed the same problem. However, the function org-src-switch-to-buffer
(with the breaking case-form) runs without problems when it is not compiled.
hth,
Stephan
Gregory J. Grubbs wrote:
When running C-c ' (org-edit-special) on the file attached to
[[gnus:gmane.emacs.orgmode#
That fixed it -- thanks!
-Bernt
Carsten Dominik writes:
> H,
>
> I am not sure if this function is new in a recent Emacs?
>
> Please try again, I am now protecting against non-existence of this
> function.
>
> - Carsten
>
> On Oct 29, 2009, at 3:27 PM, Bernt Hansen wrote:
>
>> This still b
Hi Torsten,
Torsten Wagner writes:
<...>
> I used the following simple example:
<...>
> #+srcname: test()
> #+begin_src python :results latex
<...>
> As you can see, the result is wrapped now in LaTeX source code blocks.
> However, if I export the file by
> M-x org-export l
> the resulting L
Eric S Fraga writes:
> At Sat, 24 Oct 2009 21:34:10 -0500, Russell Adams wrote:
>
> [...]
>
>> I reverse my recommendation regarding BBDB.
>>
>> /rant on
>>
>
> [...]
>
>> /rant off
>
> I'm in complete agreement with you on this rant. I do find it
> incredible that there are no good contact m
H,
I am not sure if this function is new in a recent Emacs?
Please try again, I am now protecting against non-existence of this
function.
- Carsten
On Oct 29, 2009, at 3:27 PM, Bernt Hansen wrote:
This still breaks
-Bernt
--8<---cut here---start->
When running C-c ' (org-edit-special) on the file attached to
[[gnus:gmane.emacs.orgmode#m2ws2fuppl@gmail.com][email from Eric
Schulte: Re: {babel} Re: org-babel: Met]]
I get the following backtrace
--8<---cut here---start->8---
Debugger entered--Lisp erro
This still breaks
-Bernt
--8<---cut here---start->8---
be...@gollum:~/git/org-mode$ git describe
release_6.32b-22-gfbe1b2c
be...@gollum:~/git/org-mode$ /tmp/bisect.sh
make cleanelc
make[1]: Entering directory `/home/bernt/git/org-mode'
rm -f lisp/org.elc lisp/
Fixed, thanks
- Carsten
On Oct 29, 2009, at 2:38 PM, Bernt Hansen wrote:
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 wi
Hi Daniel,
thanks for the report and fix, I have made the proposed change.
- Carsten
On Oct 29, 2009, at 1:04 PM, Daniel Hackney wrote:
When attempting to use radio lists for exporting in LaTeX, I found
that they
didn't work. I am using the example file shown below:
---BEGIN_EXAMPLE---
#+
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.
-
When attempting to use radio lists for exporting in LaTeX, I found that they
didn't work. I am using the example file shown below:
---BEGIN_EXAMPLE---
#+LaTeX: % BEGIN RECEIVE ORGLST programs
#+LaTeX: % END RECEIVE ORGLST programs
#+ORGLST: SEND programs org-list-to-latex
- Emacs text editor
Maybe someone other than me should test this because I am not sure if I
understand it correctly?
The only reference to "age" or "creation time" I can find is in the
documentation string of org-sort-entries-or-items.
"... creation time, which is assumed to be the first inactive time stamp
at the
On Oct 28, 2009, at 11:15 PM, Kai Tetzlaff wrote:
At Wed, 28 Oct 2009 17:55:44 +0100,
Hi Carsten,
Some days ago i noticed that time shifting in CLOCK lines stopped
working.
I've now toggled some org config variables and found that this
happens when
org-replace-disputed-keys is set to t. This
Applied, thanks.
- Carsten
On Oct 29, 2009, at 9:24 AM, Leo wrote:
On 2009-10-28 15:30 +, Carsten Dominik wrote:
On 2009-10-28 09:19 +, Carsten Dominik wrote:
Because if I do tis by default, someone if going to want to have a
separate table :-)
You solution is good - a nice snippe
-- Gio 29/10/09, Andreas Roehler ha scritto:
> when inserting a footnote between [fn:1] and [fn:2]
> it's not renumbered at place. Got [fn:1], [fn:3] and
> [fn:2].
>
> Think mentioned that already and answer was it should
> be a feature. Isn't it a bug indeed?
It's a *feature*!.
did you activat
Hi,
when inserting a footnote between [fn:1] and [fn:2]
it's not renumbered at place. Got [fn:1], [fn:3] and [fn:2].
Think mentioned that already and answer was it should
be a feature. Isn't it a bug indeed?
Thanks
Andreas
Below the test-case:
* Erinnerung
* Eins
asdasdf
I want to insert a series of images in the org file.
The images are located in a directory, with names in such a pattern
"cat-N0.png", where N is a number.
The direct and compact macro is something like this:
#+MACRO: cat-imgs /path/to/cat-${1}0.png
Here the {} is used to separate the pla
I will give this patch a try!
--
Mikael Fornius
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
On Oct 28, 2009, at 8:55 PM, Xin Shi wrote:
Hello Experts,
Are there any way to write just a plain [0], instead of interpreting
it as a footnote when publishing in to HTML?
I've tried the ~[0]~, and ~[~0~]~, but not luck.
I have finally fixed this, you can now write =[0]= or ~[0]~
- Car
On Oct 28, 2009, at 11:23 PM, Nick Dokos wrote:
Bastien wrote:
Carsten Dominik writes:
In the latex version they're not exported for some reasons...
That is correct, we have not implemented keeping all line breaks in
LaTeX.
I've searched around a bit, and to my big surprise, I cannot
On 2009-10-28 15:30 +, Carsten Dominik wrote:
>> On 2009-10-28 09:19 +, Carsten Dominik wrote:
>>> Because if I do tis by default, someone if going to want to have a
>>> separate table :-)
>>> You solution is good - a nice snippet for a FAQ, maybe?
>> It seems natural to `define-abbrev-
Change the footnote-style, so it not conflicts.
Current org-modes has labels, inserts [fn:1] for example instead of [1]
Customize labels via org-footnote-auto-label
HTH
Andreas
--
https://code.launchpad.net/s-x-emacs-werkstatt/
http://bazaar.launchpad.net/~a-roehler/python-mode/python-mode.el/
At Sat, 24 Oct 2009 21:34:10 -0500, Russell Adams wrote:
[...]
> I reverse my recommendation regarding BBDB.
>
> /rant on
>
[...]
> /rant off
I'm in complete agreement with you on this rant. I do find it
incredible that there are no good contact managers out there, at least
not those that
46 matches
Mail list logo