He everyone,
as you probably have noticed, I am currently having trouble
to keep up with addressing the issues that come up here on
the mailing list. This is due to a very high load at my
work (double teaching, plus a new satellite observatory
which, after initial problems, now works and binds a
Hi all,
a while ago Babel allowed latex code to be tangled to a file named
f.sty or f.cls ; it's currently not possible any more, because the
tangled file is named f.sty.tex or f.cls.tex.
I tried to deal with it but I'm really missing this feature a lot.
Do you think org-babel could allow this agai
Hi,
is it possible to disable warnings when following [[elisp:...]] links
on a per-buffer basis ? I'd find this much useful !
Thanks in advance,
Nicolas
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gn
You should be able to customize variable
`org-confirm-elisp-link-function' and to do it per-buffer basis works
with emacs file local variables. Begin the org-file with this line:
-*- org-confirm-elisp-link-function: nil -*-
then re-open the file. For more info:
(info "(Emacs) Specifying File Va
From the documentation
http://orgmode.org/manual/Quoting-HTML-tags.html#Quoting-HTML-tags
I would say that you need to remove the ":" in "#+BEGIN_HTML:" and
the closing line. However leaving them works also on my emacs (org
6.31trans).
If it still does not work, can you send a minimal org fi
Hi,
in recent org-modes a new behaviour was added: when doing C-c C-x
C-i on the current task, it isn't clocked out first. It shows the
message „Clock continues in "[task]"“ and adds a new line for the
clock in.
This creates a clock section like:
#+BEGIN_EXAMPLE
*** after pressing many success
I can non reproduce this problem.
I Also use current release_6.34c.210.g6976 and tried with basic
completion, ido-completion and iswitchb.
Can you give some more information? Warnings in *Messages* and maybe
M-x toggle-debug-on-error gives backtrace?
--
Mikael Fornius
__
Hi all,
Regarding the previous thread “"%3f" shouldn't be unescaped in HTTP URLs”, I
suggested that leaving the '?' or '%3f' characters in a URL as provided by the
user might be the best thing to do, since they mean different things (query
separator and literal question mark, respectively) and the
On Mar 17, 2010, at 11:53 AM, Ivan Vilata i Balaguer wrote:
Hi all,
Regarding the previous thread “"%3f" shouldn't be unescaped in HTTP
URLs”, I
suggested that leaving the '?' or '%3f' characters in a URL as
provided by the
user might be the best thing to do, since they mean different thin
Hello,
In an org buffer with the following:
1. one
- another one|
2. two
3. tree
Place the point at | and M-left, the point will no longer at |.
I think this is due to org-fix-bullet-type which restores point position
by column. But org-fix-bullet-type could insert different length of text
d
Daniel Clemente writes:
> Hi,
> in recent org-modes a new behaviour was added: when doing C-c C-x
> C-i on the current task, it isn't clocked out first. It shows the
> message „Clock continues in "[task]"“ and adds a new line for the
> clock in.
> This creates a clock section like:
>
> #+BEGI
Hi Stephen,
Sorry for the late reply, but I've just begun using "i d" to enter dates
into my org files and I have a few comments on the patch you submitted
in February.
Stephen Eglen writes:
>>
>> I often use org-agenda-diary-entry to make simple entries into
>> an agenda.org file. I see that
hi Matt,
> When I enter the time of day after typing "i d", the time of day is
> added to the timestamp (as above) but is *not* removed the headline.
> E.g.,
>
> "Day entry: 9:00am go shopping [RET]"
>
> ...results in the following headline...
>
> * 9:00am go shopping
> <2010-03-17 Wed 09:00
Hi,
When exporting an Org buffer to latex, I can see that Org generates an extra
\newline command just after exporting the timestamps to the heading.
An example.
This Org stuff:
--8<---cut here---start->8---
*** DONE My Task
When I try to print, using ps-print-buffer-with-faces, I am getting the
following error message: "Wrong type argument: stringp, ("blue" :weight bold)"
Any ideas?
Thanks
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Greetings
I have found the notes tool in tasks to be invaluable (in an agenda view click
on/highlight a task hit z). Is there a way to do this from a task in my
todo.org file? Often when I am sorting through my todo file I want to make
little notes attached to a task. Of course I can manually e
Hi Francesco,
thanks for this. The reason why I put this is is to make sure that
text after that line will start
in a new line, and now flow into the scheduled/deadline line. For
example:
*** DONE My Task :Be:
SCHEDULED: <2010-03-01 Mon>
Hi Leo,
am not able to reproduce this problem.
- Carsten
On Mar 17, 2010, at 1:52 PM, Leo wrote:
Hello,
In an org buffer with the following:
1. one
- another one|
2. two
3. tree
Place the point at | and M-left, the point will no longer at |.
I think this is due to org-fix-bullet-type w
Michael Gilbert wrote:
>Hi —
>A while back, Carsten helped me out with a "due today" custom agenda
>command. This is it:
>(setq org-agenda-custom-commands
> '(("d" "Due today" agenda ""
>((org-deadline-warning-days 0)
> (org-agenda-skip-scheduled-if-deadline-is-shown t)
>
Carsten Dominik writes:
> am not able to reproduce this problem.
I am, doing org-outdent-item replaces the "-" char for "2.", thus the
point is one char earlier.
Whether to call this behavior a bug I don't know.
Regards,
Emilio
___
Emacs-orgmode
Neil Hepburn wrote:
>Greetings
>I have found the notes tool in tasks to be invaluable (in an agenda
>view click on/highlight a task hit z). Is there a way to do this from
>a task in my todo.org file? Often when I am sorting through my todo
>file I want to make little notes attached to a task. Of c
2010/3/17 Mikael Fornius :
>
> You should be able to customize variable
> `org-confirm-elisp-link-function' and to do it per-buffer basis works
> with emacs file local variables. Begin the org-file with this line:
>
> -*- org-confirm-elisp-link-function: nil -*-
>
> then re-open the file. For more
On 2010-03-17 14:37 +, Carsten Dominik wrote:
> Hi Leo,
>
> am not able to reproduce this problem.
>
> - Carsten
Odd. I can reproduce it with org 6.34 trans from git repo. I attach two
screen shots to show the difference.
<><>
Best,
Leo
___
Emacs-
Press C-c C-z to add a note to an entry.
--
Mikael Fornius
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
It works for me. Does this sentence
"This command works only if you are using a window system,
so it has a way to determine color values."
in the doc-string of ps-print-buffer-with-faces make sense?
--
Mikael Fornius
___
Emacs-orgmode mailing list
Yes, I now see it as well.
Fixed, thanks.
- Carsten
On Mar 17, 2010, at 3:54 PM, Leo wrote:
On 2010-03-17 14:37 +, Carsten Dominik wrote:
Hi Leo,
am not able to reproduce this problem.
- Carsten
Odd. I can reproduce it with org 6.34 trans from git repo. I attach
two
screen shots t
Can you give an example table of what you want to do?
I do not understand fully.
| A| B |
|--+-|
| [2010-03-16 Tue] | Tue |
| [2010-03-17 Wed] | Tue |
| | |
Do you want to automatically extract the weekday from an org-mode
time-stamp i
Unless I hear views to the contrary from other org-babel users, I'm
going to change this later today so that, when a file name is supplied
for tangling, org-babel no longer attempts to guess the file
extension. The only situation when tangling will guess the file name
extension is if you supply ':t
Josh Mattoon writes:
> I'm using the spreadsheet capabilities of org for the first time (very cool!)
> to plan an upcoming trip. I'd like to create a column formula to
> automatically
> calculate the dates/day of week but I'm a bit stumped. I don't see a way for
> the formula to know which row
Ok, here is a patch that introduces a new variable so that the code to
extract times from diary entries entered using 'i d' is off by default.
2010-03-17 Stephen Eglen
* org-agenda.el (org-agenda-insert-diary-extract-time): New
variable.
(org-agenda-add-entry-to-org-age
Hi Neil,
Emacs is great at self documenting. When your cursor is in your org
buffer, press "C-h m" , change to the new buffer and search for
"note". If you want to know more about a command sequence then press
"C-h k" and then the sequence you are interested in.
e.g "C-h k C-c C-z" in an org bu
On 2010-03-17 15:11 +, Carsten Dominik wrote:
> Yes, I now see it as well.
>
> Fixed, thanks.
>
> - Carsten
Many thanks, Carsten.
Leo
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://
Mikael Fornius writes:
> I can non reproduce this problem.
>
> I Also use current release_6.34c.210.g6976 and tried with basic
> completion, ido-completion and iswitchb.
>
> Can you give some more information? Warnings in *Messages* and maybe
> M-x toggle-debug-on-error gives backtrace?
Thanks
Dan Davison wrote:
> Unless I hear views to the contrary from other org-babel users, I'm
> going to change this later today so that, when a file name is supplied
> for tangling, org-babel no longer attempts to guess the file
> extension. The only situation when tangling will guess the file name
>
Applied, thanks.
Stephen, woudl you ming changing your diff format to diff -u ?
Somehow I have problems to apply your patches (already earlier...)
Thanks
- Carsten
On Mar 17, 2010, at 4:28 PM, Stephen Eglen wrote:
Ok, here is a patch that introduces a new variable so that the code to
ext
Carsten Dominik writes:
> Hi,
>
> there is a Wikipedia article about Org-mode, and it has problems in
> the reference section. Somehow I feel I should not be he one editing
> this article - can someone here fix these issues?
>
> Thanks
>
> - Carsten
>
Oh, you mean some of us that are unbiased a
On Mar 17, 2010, at 5:32 AM, Chris Gray wrote:
Dan Davison wrote:
Unless I hear views to the contrary from other org-babel users, I'm
going to change this later today so that, when a file name is
supplied
for tangling, org-babel no longer attempts to guess the file
extension. The only situ
This goes beyond my knowledge of org-remember.
Maybe it has something to do with corrupt org-*-last-stored data if the
last org-entry data is removed or changed? Just guessing here...
I tried to corrupt the data myself, then did bookmark-load and
org-remember C-1 C-c C-c but then it worked.
Whe
Sure thing. Basically I'd like the "date" column to be automatically
calculated so that I can move things around, add extra days here and there,
and not have to edit that column by hand.
| date | location | activities| notes |
|---+--+---+
Chris Gray writes:
> Dan Davison wrote:
>
>> Unless I hear views to the contrary from other org-babel users, I'm
>> going to change this later today so that, when a file name is supplied
>> for tangling, org-babel no longer attempts to guess the file
>> extension. The only situation when tangling
Is anyone else seeing this?
$ git pull --verbose
repo.or.cz[0: 195.113.20.142]: errno=Operation timed out
fatal: unable to connect a socket (Operation timed out)
Cheers
Will
--
Dr William Henney, Centro de Radioastronomía y Astrofísica,
Universidad Nacional Autónoma de México, Campus More
I'd find useful to use tramp syntax in the :tangle specification.
In my case it would be to specify sudo when tangling config files that
are supposed to go to areas not writable by the user running Emacs.
Something like:
#+begin_src sh :tangle /sudo::/etc/my_config_file
...
#+end_src
other peop
William Henney wrote:
>Is anyone else seeing this?
>$ git pull --verbose
>repo.or.cz[0: 195.113.20.142]: errno=Operation timed out
>fatal: unable to connect a socket (Operation timed out)
Nope, works fine here.
-- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber dmj...@jabber.org
Email. d
Carsten Dominik wrote:
> Applied, thanks.
>
> Stephen, woudl you ming changing your diff format to diff -u ?
> Somehow I have problems to apply your patches (already earlier...)
Thanks for applying it.
Sure, re: diffs -- actually, all I do is M-x ediff-revision on a file,
and then send the o
Maurizio Vitale
writes:
> I'd find useful to use tramp syntax in the :tangle specification.
> In my case it would be to specify sudo when tangling config files that
> are supposed to go to areas not writable by the user running Emacs.
> Something like:
>
> #+begin_src sh :tangle /sudo::/etc/my_
Carsten Dominik wrote:
>Hi Francesco,
>thanks for this. The reason why I put this is is to make sure that
>text after that line will start
>in a new line, and now flow into the scheduled/deadline line. For
>example:
>*** DONE My Task :Be:
>SC
Maurizio Vitale
writes:
> I'd find useful to use tramp syntax in the :tangle specification.
> In my case it would be to specify sudo when tangling config files that
> are supposed to go to areas not writable by the user running Emacs.
> Something like:
>
> #+begin_src sh :tangle /sudo::/etc/my_c
thanks -- this works great:
git diff org-agenda.el
for comparing my version against last check in.
Stephen
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/list
Hey Nick, the first one came through just fine. This is pretty cool but
still not quite what I'm looking for. It totally helped me get what I
wanted though! I wanted to have a separate row for each day so I could fill
in activities. Modifying your example I get:
| date | place | a
I am having trouble viewing the latex fragments in my emacs window (via C-c C-x
C-l).
First, I was getting no output (*Messages* buffer said "Failed to create png
file from ..."). I installed AUCTex and that problem went away.
Now, the latex image overlay shows only a part of the image. If I ru
Josh Mattoon writes:
> Hey Nick, the first one came through just fine. This is pretty cool but still
> not quite what I'm looking for. It totally helped me get what I wanted
> though! I wanted to have a separate row for each day
> so I could fill in activities. Modifying your example I get:
vani...@debian.org (Rémi Vanicat) writes:
> Maurizio Vitale
> writes:
>
>> I'd find useful to use tramp syntax in the :tangle specification.
>> In my case it would be to specify sudo when tangling config files that
>> are supposed to go to areas not writable by the user running Emacs.
>> Someth
"Thomas S. Dye" writes:
> On Mar 17, 2010, at 5:32 AM, Chris Gray wrote:
>
>> Dan Davison wrote:
>>
>>> Unless I hear views to the contrary from other org-babel users, I'm
>>> going to change this later today so that, when a file name is
>>> supplied
>>> for tangling, org-babel no longer attempts
Hi Stephen,
Stephen Eglen writes:
>> When I enter the time of day after typing "i d", the time of day is
>> added to the timestamp (as above) but is *not* removed the headline.
>> E.g.,
>>
>> "Day entry: 9:00am go shopping [RET]"
>>
>> ...results in the following headline...
>>
>> * 9:00am g
54 matches
Mail list logo