[Orgmode] "Last workday of month" scheduling

2010-10-15 Thread Gustav Wikström
Hello! I have one modest question to ask: Is there a way in Org-mode to schedule a task so it appears the last workday (i.e. not Saturday or Sunday) of the month, each month? Best Regards Gustav Wikström ___ Emacs-orgmode mailing list Please use

Re: [Orgmode] Fwd: Agenda: Hide Sched. Items

2010-10-15 Thread Antti Kaihola
2010/9/13 Nathan Neff : > (setq org-agenda-custom-commands >      '(("&" "Timeline" ((agenda "" )) >         ((org-agenda-ndays 1) >          (org-agenda-show-log t) >          (org-agenda-clockreport-mode t) >          (org-agenda-log-mode-items '(clock)) >          (org-agenda-entry-types '()) ;;

Re: [Orgmode] Re: [babel] [BUG] incorrect indentation when tangling with org-src-preserve-indentation

2010-10-15 Thread Antti Kaihola
2010/10/12 Dan Davison : > Thanks for the report and patches. I've just pushed a modification of > your patch, along the lines of > > -   "\n" (org-babel-trim body) "\n")) > +   "\n" (org-babel-trim body (if org-src-preserve-indentation "[\f\n\r\v]")) > "\n")) > > Thus spaces and tabs should no lo

[Orgmode] [Arik Mitschang] org-mode ASCII export of in-word LaTeX symbols support

2010-10-15 Thread Noorul Islam K M
I am not sure whether this is already forwarded. I am forwarding this thread from emacs-devel mailing list. Hopefully patchworks picks up this patch. Thanks and Regards Noorul --- Begin Message --- Hi emacs-devel, I would like to suggest the following small change to the org-mode ascii export

Re: [Orgmode] [Arik Mitschang] org-mode ASCII export of in-word LaTeX symbols support

2010-10-15 Thread Carsten Dominik
Yes, I saw this and just applied tha patch. Thanks. - Carsten On Oct 15, 2010, at 9:29 AM, Noorul Islam K M wrote: I am not sure whether this is already forwarded. I am forwarding this thread from emacs-devel mailing list. Hopefully patchworks picks up this patch. Thanks and Regards Noo

Re: [Orgmode] org-hide-entry

2010-10-15 Thread Carsten Dominik
On Oct 14, 2010, at 9:04 PM, Andreas Röhler wrote: Hi. as org-mode knows a command `org-show-entry' looked for `org-hide-entry', but couldn't get it. So here it is. This will leave the buffer in a pretty messy state. It will hide a headline and the text below it, but not the subtree. T

Re: [Orgmode] Re: Adding tags, grouping tags

2010-10-15 Thread Karl Maihofer
Noorul Islam K M schrieb: I have something like this shamelessly copied from Bernt's doc. (setq org-tag-alist (quote ((:startgroup) ("@errand" . ?e) ("@office" . ?o) ("@home" . ?h) (

Re: [Orgmode] Re: Adding tags, grouping tags

2010-10-15 Thread Carsten Dominik
On Oct 15, 2010, at 10:29 AM, Karl Maihofer wrote: Noorul Islam K M schrieb: I have something like this shamelessly copied from Bernt's doc. (setq org-tag-alist (quote ((:startgroup) ("@errand" . ?e) ("@office" . ?o)

Re: [Orgmode] Re: Adding tags, grouping tags

2010-10-15 Thread Karl Maihofer
Hi Carsten! Carsten Dominik schrieb: Group "people": - Key "h" -> Holger - Key "o" -> Otto I use TAB and then completion for people. Otherwise you run into trouble with two people starting with the same name, trusting your system too far Yes, this may be a risk. But the people grou

[Orgmode] Using \ref instead of \hyperref in LaTeX export?

2010-10-15 Thread Guy Wiener
Hello, Is there a way to tweak the LaTeX export so that for a link [[label][desc]] it will produce the standard "\ref{label}" instead of "\hyperref[label]{desc}"? I want to be able to use the standard article writing, such as "in Section~\ref{sec:bla}...". Thanks, Guy ___

Re: [Orgmode] org-hide-entry

2010-10-15 Thread Andreas Röhler
Am 15.10.2010 09:47, schrieb Carsten Dominik: On Oct 14, 2010, at 9:04 PM, Andreas Röhler wrote: Hi. as org-mode knows a command `org-show-entry' looked for `org-hide-entry', but couldn't get it. So here it is. This will leave the buffer in a pretty messy state. Indeed, thanks. It's cur

[Orgmode] orgtbl mode puzzle

2010-10-15 Thread Nigel Beck
I'm not sure if I'm understanding orgtbl mode correctly per http://orgmode.org/manual/Tables-in-arbitrary-syntax.html#Tables-in-arbitrary-syntax, but here is my experience (using the latest code from git). 1) Make something.org, cut and paste in the table from the latex example http://orgmode.org/

Re: [Orgmode] 7.01 & Xemacs 21.4.22: decompose-region is not known

2010-10-15 Thread Dr. Volker Zell
> Uwe Brauer writes: > Hello > Since I can't submit a bug report I attach the error trace > when I try to open a file in org mode: Hi Uwe I'm also using 21.4.22. To send bug reports just copy org-colview-xemacs.el over org-colview.el To get rid of the (void-function decompose

Re: [Orgmode] Re: [BUG] OrgTbl exports raw ampersands in HTML

2010-10-15 Thread Nick Dokos
Carsten Dominik wrote: > Hi Nick, this is the right medicine, in the wrong place. > It needs to be done in orgtbl-to-html. The function > where you inserted the call to org-html-expand is also > used by the general html exporter, and during normal > html export, org-html-expand is already calle

[Orgmode] Re: [BUG] OrgTbl exports raw ampersands in HTML

2010-10-15 Thread Ivan Vilata i Balaguer
Nick Dokos (2010-10-13 22:52:02 +0200) wrote: > The following patch should fix it: Thanks for the patch, Nick! -- Ivan Vilata i Balaguer -- http://ivan.lovesgazpacho.net/ ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the l

[Orgmode] Re: [Babel] Small problem with tangling

2010-10-15 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > Sébastien Vauban writes: >> I understand the need for creating links automatically to sections which >> host code blocks. >> >> However, I don't understand that tangling the *only* code block I have in >> an entire Org file does add ID in *every* section. Shouldn'

[Orgmode] Re: 7.01 & Xemacs 21.4.22: decompose-region is not known

2010-10-15 Thread Uwe Brauer
> On Fri, 15 Oct "Dr. Volker Zell" wrote: Hi Volker, [snip] > Right now with these changes the latest org-mode works fine for me (at > least for my usage pattern). This was extremely useful thanks very much, I will test it as soon as possible. Carsten, couldn't Volkers code(patc

Re: [Orgmode] "Last workday of month" scheduling

2010-10-15 Thread Giovanni Ridolfi
Gustav Wikström writes: Hi Gustav, > Is there a way in Org-mode to schedule a task so it appears the last > workday (i.e. not Saturday or Sunday) of the month, each month? Yes, with a sexp diary entry ** a task SCHEDULED: <%%(diary-float [some-function])> To find how [some-function] could

[Orgmode] Re: org-hide-entry

2010-10-15 Thread Andreas Röhler
Am 15.10.2010 08:25, schrieb Noorul Islam K M: Andreas Röhler writes: Hi. as org-mode knows a command `org-show-entry' looked for `org-hide-entry', but couldn't get it. So here it is. Andreas -- https://code.launchpad.net/~a-roehler/python-mode/python-mode-components diff --git a/lisp/or

Re: [Orgmode] org-capture: org-capture-place-item needs search bounds

2010-10-15 Thread sand
Carsten Dominik writes: > Yes. Thank you for your report and correct analysis. > > This fix was already in the current development version, I guess you > are using 7.01h or something similar? If you prefer to use released > versions, > expect this change in 7.02. I saw the problem in plain 7.

[Orgmode] Re: Adding tags, grouping tags

2010-10-15 Thread Ilya Shlyakhter
Karl Maihofer gmx.de> writes: > Besides that I have tags in other contexts, e.g. GTD-related tags etc. > So it would be very useful to be able to group the tags as it is > possible for agenda commands. I think that a way to define logical groups of tags (or even a hierarchy of tags -- say wi

[Orgmode] [Testing + Babel] Old Org HTML hides Org HTML

2010-10-15 Thread Sébastien Vauban
#+TITLE: Old-Org-HTML-hides-Org-HTML.txt #+DATE: 2010-10-15 #+LANGUAGE: en_US Hello, Yesterday, still being in the loop of (re-)installations after my laptop crashed end of last week, I've *moved* my Org repository from =~/Downloads/emacs/site-lisp/org-mode= to =~/src/org= and have upda

[Orgmode] Weird behaviour with org-yank and org-startup-indented

2010-10-15 Thread Julien Danjou
Hi, I'm using org 7.01h with Emacs 24 trunk. When I set org-startup-indented to t, I observe the following: ** TODO Some stuff I select "stuff" and press M-w. Then I go the the line under and press C-y (org-yank). Now I got: ** TODO Some stuff ** TODO Some instead of: ** TODO Some stuff stuf

[Orgmode] [Babel] (wrong-type-argument char-or-string-p nil) when shell error

2010-10-15 Thread Sébastien Vauban
Hi Eric and Dan, * Getting messages from stderr #+begin_src sh ls NoSuchFileOrDirectory.txt #+end_src results in : ls: cannot access NoSuchFileOrDirectory.txt: No such file or directory in *Org-Babel Error Output*, and #+begin_src emacs-lisp Debugger entered--Lisp error: (wrong-type-argument

Re: [Orgmode] [Testing + Babel] Old Org HTML hides Org HTML

2010-10-15 Thread Eric Schulte
Hi Seb, Since this old testing file is obsolete I've just deleted it. Thanks to git it can always be resurrected later as the basis for a modern org-html test suite. Best -- Eric Sébastien Vauban writes: > #+TITLE: Old-Org-HTML-hides-Org-HTML.txt > #+DATE: 2010-10-15 > #+LANGUAGE: e

Re: [Orgmode] [Babel] (wrong-type-argument char-or-string-p nil) when shell error

2010-10-15 Thread Eric Schulte
Tested and Fixed. Thanks -- Eric Sébastien Vauban writes: > Hi Eric and Dan, > > * Getting messages from stderr > > #+begin_src sh > ls NoSuchFileOrDirectory.txt > #+end_src > > results in > > : ls: cannot access NoSuchFileOrDirectory.txt: No such file or directory > > in *Org-Babel Error Outpu

[Orgmode] [Babel] Marker does not point anywhere (when session buffer needs to be created)

2010-10-15 Thread Sébastien Vauban
* Marker does not point anywhere Executing the following: #+begin_src sh :session NoSuchSessionYet cd ~ ls *.txt #+end_src outputs this in *Messages*: : executing Sh code block... : think it is Cygwin... : ~ : ansi-color-process-output: Marker does not point anywhere when executed for the *fi

[Orgmode] Enhancing the Org/Gnus experience

2010-10-15 Thread Sébastien Vauban
Hi, A couple of days ago, I've asked (on the Gnus ML) if it was somehow possible to add new markers for highlighting Babel blocks (among others). This is the (highlighted) answer of "Larsi" (author of Gnus): --8<---cut here---start->8--- Lars Magne Ingebrigtse

[Orgmode] Executing sh-code

2010-10-15 Thread Sébastien Vauban
Hi Eric, * Executing sh code This report is not complete yet (I now really have to go), but comments are already welcome, and can put things in light for further study... ** No session #+begin_src sh echo In $(pwd): ls *.org #+end_src #+results: | In | /cygdrive/c/home

[Orgmode] Babel for blogging

2010-10-15 Thread Manuel Giraud
Hi, I'd like to set up a simple blog (with static page only) using emacs. So far, I was able to use emacs-muse based on the following instructions: http://alexott.net/en/writings/EmacsMuseMyPage.html http://www.diale.org/muse-functions.html Now, I'd like to give org-publish a try because it see

Re: [Orgmode] Enhancing the Org/Gnus experience

2010-10-15 Thread Eric Schulte
Sébastien Vauban writes: [...] > > I don't have in mind full fontification like we now have in Org. No: *just the > basic yellow background*, so that code blocks are outstanding in any mail, > exactly *like it is now* but for the "cut here" markers (or "v+/v-"). > While we're at it, why not go a

Re: [Orgmode] Babel for blogging

2010-10-15 Thread Eric Schulte
Hi Manuel, The following works for me, it creates an index of all files in the same directory as the Org-mode file. --8<---cut here---start->8--- * index Create an index automatically with an elisp code block. #+begin_src emacs-lisp :exports results :results

[Orgmode] [PATCH] Fix Typo in README_maintainer

2010-10-15 Thread Noorul Islam
Fix typo * README_maintainer: Fix typo Thanks and Regards Noorul diff --git a/README_maintainer b/README_maintainer index 37d1494..5d1a67a 100644 --- a/README_maintainer +++ b/README_maintainer @@ -28,8 +28,8 @@ release. The release process is a single make command: The release number for minor

[Orgmode] org-insert-heading

2010-10-15 Thread Andreas Röhler
Hi, doku of `org-insert-heading' says: , | If point is not at the beginning, do not split the line, | but create the new headline after the current line. ` which sounds wisely. Unfortunately function behaves different, splits line uses it's following part to create the new headline fr

[Orgmode] question: how to refile labeled with origin?

2010-10-15 Thread Michael Brand
Hi all How can items from different parents be merged into a single parent so that the old context from where these items came from is still available? before org-refile: #+STARTUP: odd * most important tasks * project a *** subject 1 blabla 1 * projec

Re: [Orgmode] Babel for blogging

2010-10-15 Thread Pere Quintana Seguí
Thanks for the tip Eric, I'll use it to create a sitemap for my site, which is made using org-mode. Do you know if it would be possible to create an RSS file, using a similar approach? Thanks, Pere Al 15/10/10 19:07, En/na Eric Schulte ha escrit: > Hi Manuel, > > The following works for me, it

[Orgmode] #+CATEGORY missing from main index of online documentation?

2010-10-15 Thread Raymond Zeitler
I just finished studying John Wiegley's excellent tutorial[1], and now I'm customizing his recommended setup. After changing the list of default tags that follow the #+TAGS setting, I wondered about the other in-buffer settings that he used. So I decided to check out the online documentation's Ma

Re: [Orgmode] Using \ref instead of \hyperref in LaTeX export?

2010-10-15 Thread Indraneel Majumdar
Maybe use a hook like the following.. It's for cref, please modify to your liking: (defun creflink() "Change all solitary [[]] links to [[target][\cref]] links" (regex-replace "\\[\\[\\([^:\[]+?\\)\\]\\]" "[[\\1][cref{\\1}]]") ) (add-hook 'org-export-preprocess-hook 'creflink) Indranee

Re: [Orgmode] [Arik Mitschang] org-mode ASCII export of in-word LaTeX symbols support

2010-10-15 Thread Arik Mitschang
Awesome! Thanks for the quick action. ~Arik Carsten Dominik writes: > Yes, I saw this and just applied tha patch. > > Thanks. > > - Carsten > > On Oct 15, 2010, at 9:29 AM, Noorul Islam K M wrote: > > > > > I am not sure whether this is already forwarded. I am forwarding this > > t

[Orgmode] Sort agenda view by date?

2010-10-15 Thread Bruce Knoth
After I do a tag-search to create an agenda view, I am presented with all of the tagged items, in the order that they appear in their home files. Is there a way to sort the list in the Agenda view in the order of timestamps? ___ Emacs-orgmode maili

Re: [Orgmode] Re: Bug (?) in org-capture

2010-10-15 Thread Robert Goldman
On 10/15/10 Oct 15 -1:48 AM, Carsten Dominik wrote: > Hi Robert, > > I cannot reproduce this error. If I set my default notes file to > "~/org//notes.org" > things seem to work just fine. I will see if I can figure out why this happened for me. I may not be able to do so, though --- it occurred

Re: [Orgmode] org-capture: file to top level with prepend

2010-10-15 Thread David Maus
At Sun, 3 Oct 2010 06:01:38 +0200, Thomas Fuchs wrote: > > [1 ] > [1.1 ] > Hi! > > I'm trying to capture and file an entry as an top-level entry as first entry > > in an org file without config at the beginning (no "#+"). > This leads to filing the entry as _second_ headline in the org file. > >

Re: [Orgmode] Babel for blogging

2010-10-15 Thread Eric Schulte
this approach might be less appropriate for RSS, mainly because code block output is most easily contained in an Org-mode file, and then exported along with the rest of the file. RSS files require special headers and footers and can not be embedded in a standard html file, you may be better off lo

[Orgmode] mobileorg app can't sync

2010-10-15 Thread Rodney Price
I've been trying to get MobileOrg set up with Dropbox, and I seem to have done something to make it impossible for MobileOrg to sync. Whenever I try, I get an error message like, Unexpected error: error getting mobileorg.org (paraphrased somewhat) It was syncing fine at one point, but then I dec

Re: [Orgmode] Babel for blogging

2010-10-15 Thread Pere Quintana Seguí
Al 15/10/10 22:32, En/na Eric Schulte ha escrit: > this approach might be less appropriate for RSS, mainly because code > block output is most easily contained in an Org-mode file, and then > exported along with the rest of the file. RSS files require special > headers and footers and can not be

Re: [Orgmode] Babel for blogging

2010-10-15 Thread Eric S Fraga
On Fri, 15 Oct 2010 11:07:05 -0600, "Eric Schulte" wrote: > > Hi Manuel, > > The following works for me, it creates an index of all files in the same > directory as the Org-mode file. > > --8<---cut here---start->8--- > * index > > Create an index automatic

Re: [Orgmode] mobileorg app can't sync

2010-10-15 Thread Greg Troxel
Rodney Price writes: > I've been trying to get MobileOrg set up with Dropbox, and I seem to > have done something to make it impossible for MobileOrg to sync. > Whenever I try, I get an error message like, > > Unexpected error: error getting mobileorg.org > > (paraphrased somewhat) > > It was sy

[Orgmode] Publishing htaccess files with a project

2010-10-15 Thread Jeff Horn
Hi orgsters, I'm wondering how I should publish .htaccess files? My current setup is a source directory under ~/org/, which is kept at Dropbox, and a publishing directory under ~/Sites/, which is not. Since data loss is pyschologically crippling, I like to keep *all* my source files (images, css,

[Orgmode] Applying inline styles to a section for exported HTML

2010-10-15 Thread Jeff Horn
I'm aware we can define #+ATTR_HTML: for styling of divs containing images and tables. Is there similar functionality for section divs? Simply adding the required option below or above the section didn't do the trick. Since section divs aren't named semantically[1], I can't simply add a class styl

[Orgmode] [Babel] Library calls and begin_example

2010-10-15 Thread Thomas S. Dye
Aloha all, I'm working with Eric Fraga's GANTT chart code, posted here recently. I'd like to move it into the Library of Babel so I can call it from any Org-mode buffer. Here is the (modified) header: #+source: elispgantt #+begin_src emacs-lisp :var table=gantttest :results output late

Re: [Orgmode] org-capture: file to top level with prepend

2010-10-15 Thread Carsten Dominik
Applied, thanks. - Carsten On Oct 3, 2010, at 6:01 AM, Thomas Fuchs wrote: Hi! I'm trying to capture and file an entry as an top-level entry as first entry in an org file without config at the beginning (no "#+"). This leads to filing the entry as _second_ headline in the org file. The te

Re: [Orgmode] org-hide-entry

2010-10-15 Thread Carsten Dominik
On Oct 15, 2010, at 1:03 PM, Andreas Röhler wrote: Am 15.10.2010 09:47, schrieb Carsten Dominik: On Oct 14, 2010, at 9:04 PM, Andreas Röhler wrote: Hi. as org-mode knows a command `org-show-entry' looked for `org-hide-entry', but couldn't get it. So here it is. This will leave the buff

Re: [Orgmode] Re: 7.01 & Xemacs 21.4.22: decompose-region is not known

2010-10-15 Thread Carsten Dominik
On Oct 15, 2010, at 3:30 PM, Uwe Brauer wrote: On Fri, 15 Oct "Dr. Volker Zell" wrote: Hi Volker, [snip] Right now with these changes the latest org-mode works fine for me (at least for my usage pattern). This was extremely useful thanks very much, I will test it as soon as possible

Re: [Orgmode] org-insert-heading

2010-10-15 Thread Carsten Dominik
Hi Andreas, On Oct 15, 2010, at 7:38 PM, Andreas Röhler wrote: Hi, doku of `org-insert-heading' says: , | If point is not at the beginning, do not split the line, | but create the new headline after the current line. ` which sounds wisely. Unfortunately function behaves differen

Re: [Orgmode] A LaTeX class for Org-mode export

2010-10-15 Thread Carsten Dominik
Hi Thomas, Dan just made me look again at this thread, which I had not yet studied closely. I think you have created something very useful indeed. I love the compact lists, and I am sure there is a lot more I would use. So I am wondering: What can Org do to support and integrate this class?

Re: [Orgmode] Re: Adding tags, grouping tags

2010-10-15 Thread Carsten Dominik
On Oct 15, 2010, at 4:43 PM, Ilya Shlyakhter wrote: Karl Maihofer gmx.de> writes: Besides that I have tags in other contexts, e.g. GTD-related tags etc. So it would be very useful to be able to group the tags as it is possible for agenda commands. I think that a way to define logical grou

Re: [Orgmode] orgtbl mode puzzle

2010-10-15 Thread Carsten Dominik
Hi Nigel, radio tables and list are not supposed to work in org-mode, only in other buffers with orgtbl-mode (for tables) and orgstruct-mode (for lists) activated. Things work OK for tables, but there is a new bug in the list part. I have asked Nicolas to take a look. - Carsten On Oct 15, 2010

Re: [Orgmode] org-insert-heading

2010-10-15 Thread Andreas Röhler
Am 16.10.2010 07:30, schrieb Carsten Dominik: Hi Andreas, On Oct 15, 2010, at 7:38 PM, Andreas Röhler wrote: Hi, doku of `org-insert-heading' says: , | If point is not at the beginning, do not split the line, | but create the new headline after the current line. ` which sounds wise