[Orgmode] dates in a spreadsheet

2010-03-17 Thread Josh Mattoon
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 it is currently processing. I'm

[Orgmode] Request for help

2010-03-17 Thread Carsten Dominik
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

[Orgmode] org-babel: tangling to latex .sty/.cls files

2010-03-17 Thread Nicolas Girard
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

[Orgmode] Disabling warnings when following [[elisp:...]] links

2010-03-17 Thread Nicolas Girard
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.

[Orgmode] Re: Disabling warnings when following [[elisp:...]] links

2010-03-17 Thread 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 info: (info (Emacs) Specifying File

Re: [Orgmode] Export HTML from command line

2010-03-17 Thread Pierre de Buyl
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 file

[Orgmode] Clocking in the current task should clock it out first

2010-03-17 Thread Daniel Clemente
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

[Orgmode] Re: org-refile bug

2010-03-17 Thread Mikael Fornius
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

[Orgmode] [PATCH] Trivial fix for %3f in URL bug

2010-03-17 Thread Ivan Vilata i Balaguer
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

Re: [Orgmode] [PATCH] Trivial fix for %3f in URL bug

2010-03-17 Thread Carsten Dominik
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

[Orgmode] A bug in org-fix-bullet-type

2010-03-17 Thread Leo
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

[Orgmode] Re: Clocking in the current task should clock it out first

2010-03-17 Thread Bernt Hansen
Daniel Clemente n142...@gmail.com 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:

[Orgmode] Re: icalendar: exporting times of day specified in heading?

2010-03-17 Thread Matt Lundin
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 s.j.eg...@damtp.cam.ac.uk writes: I often use org-agenda-diary-entry to make simple entries into an agenda.org

[Orgmode] Re: icalendar: exporting times of day specified in heading?

2010-03-17 Thread Stephen Eglen
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 that's odd;

[Orgmode] LaTeX export Avoid \newline command after timestampsX-Draft-From: (nnimap+mc:INBOX.sncb)

2010-03-17 Thread Francesco Pizzolante
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

[Orgmode] printing error

2010-03-17 Thread Brody, William (Buck)
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.

[Orgmode] creating notes in tasks

2010-03-17 Thread Neil Hepburn
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

Re: [Orgmode] LaTeX export Avoid \newline command after timestampsX-Draft-From: (nnimap+mc:INBOX.sncb)

2010-03-17 Thread Carsten Dominik
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

Re: [Orgmode] A bug in org-fix-bullet-type

2010-03-17 Thread Carsten Dominik
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

[Orgmode] Re: A bug in org-fix-bullet-type

2010-03-17 Thread Emilio Jesús Gallego Arias
Carsten Dominik carsten.domi...@gmail.com 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

[Orgmode] Re: Disabling warnings when following [[elisp:...]] links

2010-03-17 Thread Nicolas Girard
2010/3/17 Mikael Fornius m...@abc.se: 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

[Orgmode] Re: A bug in org-fix-bullet-type

2010-03-17 Thread Leo
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. attachment: org-before.pngattachment: org-after.png Best, Leo

[Orgmode] Re: creating notes in tasks

2010-03-17 Thread Mikael Fornius
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

[Orgmode] Re: printing error

2010-03-17 Thread Mikael Fornius
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

Re: [Orgmode] Re: A bug in org-fix-bullet-type

2010-03-17 Thread Carsten Dominik
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

[Orgmode] Re: dates in a spreadsheet

2010-03-17 Thread Mikael Fornius
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

Re: [Orgmode] [babel] org-babel: tangling to latex .sty/.cls files

2010-03-17 Thread Dan Davison
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

Re: [Orgmode] dates in a spreadsheet

2010-03-17 Thread Dan Davison
Josh Mattoon joshmatt...@gmail.com 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

[Orgmode] Re: icalendar: exporting times of day specified in heading?

2010-03-17 Thread Stephen Eglen
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 step...@gnu.org * org-agenda.el (org-agenda-insert-diary-extract-time): New variable.

[Orgmode] Re: creating notes in tasks

2010-03-17 Thread Richard Riley
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 buffer:-

[Orgmode] Re: A bug in org-fix-bullet-type

2010-03-17 Thread Leo
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

[Orgmode] Re: org-refile bug

2010-03-17 Thread Jason Dunsmore
Mikael Fornius m...@abc.se 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?

[Orgmode] Re: icalendar: exporting times of day specified in heading?

2010-03-17 Thread Carsten Dominik
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

[Orgmode] Re: Wikipedia article on Org-mode

2010-03-17 Thread J. David Boyd
Carsten Dominik carsten.domi...@gmail.com 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

Re: [Orgmode] Re: [babel] org-babel: tangling to latex .sty/.cls files

2010-03-17 Thread Thomas S. Dye
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

[Orgmode] Re: org-refile bug

2010-03-17 Thread Mikael Fornius
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.

Re: [Orgmode] dates in a spreadsheet

2010-03-17 Thread Josh Mattoon
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 |

Re: [Orgmode] Re: [babel] org-babel: tangling to latex .sty/.cls files

2010-03-17 Thread Dan Davison
Chris Gray chrismg...@gmail.com 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

[Orgmode] cannot pull from repo.or.cz today

2010-03-17 Thread William Henney
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

[Orgmode] [babel] using tramp when tangling

2010-03-17 Thread Maurizio Vitale
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

Re: [Orgmode] cannot pull from repo.or.cz today

2010-03-17 Thread David Maus
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.

[Orgmode] Re: icalendar: exporting times of day specified in heading?

2010-03-17 Thread Stephen Eglen
Carsten Dominik carsten.domi...@gmail.com 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

[Orgmode] Re: [babel] using tramp when tangling

2010-03-17 Thread Rémi Vanicat
Maurizio Vitale m...@cuma.i-did-not-set--mail-host-address--so-tickle-me 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.

Re: [Orgmode] LaTeX export Avoid \newline command after timestampsX-Draft-From: (nnimap+mc:INBOX.sncb)

2010-03-17 Thread David Maus
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:

Re: [Orgmode] [babel] using tramp when tangling

2010-03-17 Thread Dan Davison
Maurizio Vitale m...@cuma.i-did-not-set--mail-host-address--so-tickle-me 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.

Re: [Orgmode] Re: icalendar: exporting times of day specified in heading?

2010-03-17 Thread Stephen Eglen
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

Re: [Orgmode] dates in a spreadsheet

2010-03-17 Thread Josh Mattoon
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 |

[Orgmode] problem with latex preview

2010-03-17 Thread Scott May
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 run

[Orgmode] Re: dates in a spreadsheet

2010-03-17 Thread Bernt Hansen
Josh Mattoon joshmatt...@gmail.com 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

Re: [Orgmode] Re: [babel] using tramp when tangling

2010-03-17 Thread Dan Davison
vani...@debian.org (Rémi Vanicat) writes: Maurizio Vitale m...@cuma.i-did-not-set--mail-host-address--so-tickle-me 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

[Orgmode] Re: icalendar: exporting times of day specified in heading?

2010-03-17 Thread Matthew Lundin
Hi Stephen, Stephen Eglen s.j.eg...@damtp.cam.ac.uk 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... *