[Orgmode] How to get visual-line-mode keep indentation on extra lines?

2009-11-23 Thread jan
Laurent Bedubourg gmail.com> writes: > > Hello, > > First of all thank you very much for org-mode, it made me switch from > vim to emacs and I really enjoy the trip :) > > There is this little thing which bother me and I am not sure if it's > related to this thread or not: > Re: [Orgmode] Re:

[Orgmode] Re: How to get visual-line-mode keep indentation on extra lines?

2009-11-23 Thread jan
jan gmx.de> writes: sorry, my first example was not exact. * correct Example: * TODO fix checkboxes in visual line mode - [-] thanks for org-mode [1/3] - [ ] i love lists - [X] an checkboxes - [ ] for example the next line begins to far to the l

Re: [Orgmode] Re: todos without timestamp in agenda

2010-09-15 Thread Jan Böcker
ou want the normal TODO items to show up above or below your normal agenda. I use a custom block agenda to show (in this order): - the normal agenda - the contents of my inbox - normal TODO items tagged URGENT and IMPORTANT - normal TODO items tagged IMPORTANT - normal TODO items tagged URGENT - nor

Re: [Orgmode] Elementary: How to return to the main view

2010-10-14 Thread Jan Böcker
mode version 7.01trans (release_7.01h.226.ge238a). HTH, Jan ___ 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] [PATCH] Always add sitemap file to project files if sitemap is requested

2011-01-07 Thread Jan Seeger
list of returned files if a sitemap is requested, regardless of if it exists or not. Regards, Jan Seeger diff --git a/lisp/org-publish.el b/lisp/org-publish.el index f29b402..baf282a 100644 --- a/lisp/org-publish.el +++ b/lisp/org-publish.el @@ -434,6 +434,9 @@ matching filenames

[Orgmode] A crypting for all file

2009-10-04 Thread Jan Buchal
Hi, I use org-crypt. If I good understand the encryption fors for one heading and all its subheading. Due it I have given more times the password for encryption. Is there a possibility encrypt all .org file org must the org-encrypt ask me more times for password? Thanks -- Jan Buchal Tel

Re: [Orgmode] Notmuch: An emacs interface for fast global search and tagging of email

2009-11-18 Thread Jan Janak
t I think it has the potential to become a perfect complement for org-mode. With support for full-text search in local email archives, org-mode will be even harder to beat than it is now ;). > By the way, does  notmuch depend on Xapian? Yes. -- Jan __

[Orgmode] [PATCH] respect org-link-file-path-type when inserting docview: links

2009-12-04 Thread Jan Böcker
geLog @@ -1,3 +1,8 @@ +2009-12-04 Jan Böcker + + * org.el (org-insert-link): respect org-link-file-path-type for + docview: links in addition to file: links. + 2009-12-03 Carsten Dominik * org-exp.el (org-export-format-source-code-or-example): Avoid diff --git a/lisp/org.

Re: [Orgmode] Multiple agenda buffers

2009-12-05 Thread Jan Böcker
a-type) buffer-local to this renamed buffer, but I have no idea if this could work or what other variables would have to be included. HTH, Jan ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@g

Re: [Orgmode] Organizing a students live

2009-12-19 Thread Jan Böcker
when I download the exercise .pdf and add the link. I hope the above text is comprehensible enough; if there are any questions, feel free to ask! I would also be interested in how other students use Org. If it were not for org-mode, my class notes would be in a messy pile of

Re: [Orgmode] Organizing a students live

2009-12-21 Thread Jan Böcker
Thomas Bach wrote: > Why do you put inactive timestamps for beginning and end of the > semester? Doesn’t that mean that it won’t show up in the agenda view? I do not need the agenda to tell me every day what semester I am in. When I need this information in the agenda view, I just press "[" to sh

Re: [Orgmode] protocol for PDFs?

2010-01-02 Thread Jan Böcker
any document format which doc-view-mode supports, which includes PDF files. The syntax is: docview::: Example: [[docview:/home/jan/some-file.pdf::7][Page 7]] Of course, these links open the file by visiting it in emacs. I would propose to modify org-docview.el to look in org-file-apps for an en

Re: [Orgmode] protocol for PDFs?

2010-01-02 Thread Jan Böcker
On 02.01.2010 16:20, Darlan Cavalcante Moreira wrote: > Evince also has an option ("-p") to open the file in a > given page and this would be enough for a link to a PDF file. Since I prefer > using Evince instead of docview mode I would be very happy to test it. I have implemented an experimental

[Orgmode] RFC: Syntax for page numbers in file: links?

2010-01-02 Thread Jan Böcker
rnal application and cause doc-view-goto-page to be called when visiting a PDF in emacs. I really do not want to create another file: link type with org-docview.el, which is why I ask y'all to comment! - Jan ___ Emacs-orgmode mailing list Pleas

Re: [Orgmode] RFC: Syntax for page numbers in file: links?

2010-01-05 Thread Jan Böcker
> I am not sure if it makes sense to handle more that a page number, really. I have thought about this again and concluded that the approach in my first post is, indeed, over-engineered. I also believe the approach proposed in this post to be flexible enough to handle some extensions. On 05.01.20

Re: [Orgmode] RFC: Syntax for page numbers in file: links?

2010-01-06 Thread Jan Böcker
t if I make significant progress or give up. - Jan ___ 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] [PATCH] Allow regexps in org-file-apps to capture link parameters using groups

2010-01-16 Thread Jan Böcker
++ lisp/org.el| 56 +--- 2 files changed, 55 insertions(+), 11 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f46f3c..c4605bd 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2010-01-16 Jan Böcker + + * org.el (org-open-file):

Re: [Orgmode] Repeater Options

2010-01-17 Thread Jan Böcker
s and scheduling". I have an entry in my Org files which has two of these, to show up on both the second and the fourth Tuesday of every month. HTH, Jan ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Em

Re: [Orgmode] Repeater Options

2010-01-17 Thread Jan Böcker
On 17.01.2010 22:39, Jan Böcker wrote: > <%%(diary-float t 4 3> ^ oops, missed a paren there. This should be <%%(diary-float t 4 3)> ___ Emacs-orgmode mailing list Please use `Reply All' to send replie

Re: [Orgmode] Putting in bold some letters of a word

2010-01-17 Thread Jan Böcker
ption, it is intended to be customizable :) > If yes, I guess I can BIND the var just to do that in *that* document? There seems to be a general feature of Emacs that lets you do that: http://www.gnu.org/software/emacs/manual/html_node/emacs/Specifying-File-Variables.html HTH, Jan __

[Orgmode] [PATCH] org-narrow-to-subtree: prevent prepending text to the next headline while narrowed

2010-01-18 Thread Jan Böcker
`nil' for the `to-heading' parameter of `org-end-of-subtree'. >From 688a42315caf5840c9db5ab957670c33d1921e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6cker?= Date: Mon, 18 Jan 2010 11:54:00 +0100 Subject: [PATCH] org-narrow-to-subtree: prevent prepending text to the n

Re: [Orgmode] Removing footnotes

2010-01-18 Thread Jan Böcker
> The F[9] above is interpreted as a Foot Note by org. > Is there a way to prevent it? Take a look at section 12.2 - Export Options in the Org manual. The one you want is: #+OPTIONS: f:nil HTH, Jan ___ Emacs-orgmode mailing list Please use

Re: [Orgmode] Re: [PATCH] added a new modeline face for tasks which have overrun their effort estimate

2010-01-19 Thread Jan Böcker
On 20.01.2010 06:22, Richard Riley wrote: > > I believe I now have a repo set up that can be pulled from. Not sure if > its done the correct way since I didnt clone org-mode. Rather I pushed > my clone master and then the overrun branch. I *think* that should be > ok. > > Anyway, the URL is > >

Re: [Orgmode] org file containing different local variables

2010-01-22 Thread Jan Böcker
lightly different to emacs, but means the same to LaTeX? Would changing that line to %%% Local\ Variables: solve your problem? HTH, Jan ___ 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

Re: [Orgmode] org-remember support in xournal

2010-02-03 Thread Jan Böcker
w: > > emacsclient 'org-protocol://remember://docview:filename::pagenumber Can you add a second menu item ("Store Link"), which uses 'org-protocol://store-link://docview:filename::pagenumber'? - Jan ___ Emacs-orgmode mailing lis

Re: [Orgmode] patch to support remember in evince

2010-02-03 Thread Jan Böcker
pdf\' Command: evince "%s" Extension: \.pdf::\([0-9]+\)\' Command: evince -p %1 "$s" Extension: \.xoj\' Command: /home/jan/.local/bin/xournal %s Extension: \.xoj::\([0-9]+\)\' Command: /home/jan/

[Orgmode] Re: org-protocol: non-ASCII characters

2010-02-06 Thread Jan Böcker
sume that the forward slashes in the file name still have to be encoded so that org-protocol is not confused; the patch disables URI-encoding for percent signs, so that already URI-encoded characters pass through unharmed. - Jan diff --git a/libview/ev-view.c b/libview/ev-view.c index c8145ff..c575831

Re: [Orgmode] Re: org-protocol: non-ASCII characters

2010-02-06 Thread Jan Böcker
On 06.02.2010 14:50, Jan Böcker wrote: > AFAIK, your current approach is correct. I was wrong. The attached patch fixes a bug in the encode_uri function. That fixes the non-ASCII characters problem in xournal for me. The gchar type is just typedef'd to char, which means it is signed. To

Re: [Orgmode] agenda display dates

2010-02-10 Thread Jan Böcker
eduled tasks. Try creating a custom agenda view which lists all the items you want, then switch the agenda view to column mode with C-c C-x C-c. This displays a SCHEDULED column. I don't know if you can further customize the column view of an agenda buffer. HTH, Jan __

Re: [Orgmode] Annotations from pdf viewer in Linux ?

2010-02-12 Thread Jan Böcker
d is named "patch to support remember in evince". gmane link: http://thread.gmane.org/gmane.emacs.orgmode/21814 HTH, Jan ___ 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

Re: [Orgmode] Re: org-protocol: non-ASCII characters

2010-02-13 Thread Jan Böcker
is because org-protocol-sanitize-uri is called after decoding the string, allegedly because emacsclient compresses multiple slashes in a row to one. However, it seems that this function should be applied /before/ the string is URL-decoded. Is this a bug? >From f777bca64fd23066f626bc55cee6a81d6e03

Re: [Orgmode] listing tasks with no TODO keyword in global TODO list

2010-02-19 Thread Jan Böcker
a search (e.g. all items with a certain tag) below that. HTH, Jan ___ 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

Re: [Orgmode] tasks with days remaining?

2010-02-25 Thread Jan Böcker
gh the variable. To change it for a single deadline to, say, 70 days: DEADLINE: <2010-02-26 Fr -70d> AFAIK, the number of days remaining will only be displayed in the agenda view and there is no feature that displays it in the actual org file. HTH, Jan

Re: [Orgmode] Emacs in a Term and Org

2010-03-01 Thread Jan Böcker
ys. Most of the time it doesn't matter as there is > always a work around. > [snip] > Ideas and pointers very welcome. Chapter "14.6 Using Org on a tty" in the manual lists, among other things, the following alternative bindings for S-left/rig

Re: [Orgmode] Re: Emacs in a Term and Org

2010-03-01 Thread Jan Böcker
On 01.03.2010 10:22, Richard Riley wrote: > Not really as they still use the arrow keys. I am sorry, my brain must not have been fully functional when I posted this. > C-c is reported as undefined. Possibly someone else can confirm > if it works on their setup? I tried it in urxvt and xterm. I

Re: [Orgmode] How to turn off highlighting of headers matching tag search (Newbie)

2010-03-13 Thread Jan Böcker
On 13.03.2010 13:41, bar tomas wrote: > Hi, > I've done a search on tags appearing in my orgmode document. > The relevant headers then appear highlighted in yellow in my document. > How can I turn this highlighting off? > Many thanks. Hi Thomas, that's yet anothe

Re: [Orgmode] 'Double-entry' journals

2010-03-19 Thread Jan Böcker
onths now; the system in its current state is much younger. Try using org for some time, and experience the ability to customize it to your needs. It also helped me a lot to read through the whole manual at least once (without understanding everything), to get a general idea o

Re: [Orgmode] 'Double-entry' journals

2010-03-23 Thread Jan Böcker
t; **Activity for project2 on day 2 here Try inserting active timestamps into your log entries with A headline that has one or more active timestamps will appear in the agenda on those days. For more information, see: (info "(org) Timestamps") HTH, Jan __

Re: [Orgmode] Problems with hyperlinked files

2010-03-23 Thread Jan Böcker
you edit a link with C-c C-l and enclose the URL in angle brackets, Org will automatically remove them. HTH, Jan ___ 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

Re: [Orgmode] How to open pdf file links with evince under linux?..

2010-03-23 Thread Jan Böcker
nsion: \.pdf::\([0-9]+\)\' Command:evince %s -p %1 This would allow you to link to a specific page of a PDF like this: [[file:/path/to/document.pdf::21]] (Shameless plug for a patch of mine that just got accepted.) HTH, Jan ___ Emacs-orgmode

Re: [Orgmode] Problems with hyperlinked files

2010-03-24 Thread Jan Böcker
ices it is in a bracket link, say [[]][test]] - the link variable in org-open-at-point is set to "" - after expanding the ~ abbreviation, it is set to " ][^ ]*\\)" Notice the optional < at the beginning? This regexp matches, and captures "file" as the link type.

Re: [Orgmode] [Org-mode] Stop exporting u...@hostname to html

2010-03-26 Thread Jan Böcker
her from (info "(org) Export options"), there seems to be no way to turn the email address off independently. The manual says: "author:turn on/off inclusion of author name/email into exported file" So it seems author and email address can only be switched on/off together. H

Re: [Orgmode] Re: [PATCH] Allow regexps in org-file-apps to capture link parameters using groups

2010-04-05 Thread Jan Böcker
On 05.04.2010 02:33, Luke Amdor wrote: > Hi guys, I believe I found one little thing that this patch broke. That > is linking to either a text search or heading search in a different org > file. I've attached two files which illustrate this. The first file > test.org contains a li

Re: [Orgmode] Re: [PATCH] Allow regexps in org-file-apps to capture link parameters using groups

2010-04-05 Thread Jan Böcker
On 05.04.2010 12:07, Jan Böcker wrote: > On 05.04.2010 02:33, Luke Amdor wrote: >> Hi guys, I believe I found one little thing that this patch broke. That >> is linking to either a text search or heading search in a different org >> file. I've attached two files which

Re: [Orgmode] floating, non scheduled agenda items

2010-04-09 Thread Jan Böcker
all TODO items with a specific tag in addition to the normal agenda view. See (info "(org) Custom Agenda Views") for details. There is a nice customize interface for custom agenda views, accessible with C-c a C. HTH, Jan ___ Emacs-orgmode mailing lis

Re: [Orgmode] My reference data management approach with org and emacs

2010-04-09 Thread Jan Böcker
become less intimidating once you learn to love C-x n s (org-narrow-to-subtree), which helped with my decision for one big file over many small ones. One big file also avoids cluttering the buffer list. - Jan, who really should start a blog to do more detai

[Orgmode] [PATCH] Fix typo in docstring of org-agenda-remove-times-when-in-prefix

2010-04-11 Thread Jan Böcker
This patch fixes a typo ("what" -> "when") in the docstring of org-agenda-remove-times-when-in-prefix. (I just discovered this variable and changed its value to 'beg, which is less confusing to me.) - Jan >From f5aaab8d68006de3ca19cbac570c5a8a09b1d718 Mon Sep 1

Re: [Orgmode] Plans for synching with Emacs dev sources?

2010-04-13 Thread Jan Böcker
at the hostname and sets the variable jb/system. I have one toplevel subtree for common configuration and two for settings specific to one of my two machines. - Jan ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the lis

Re: [Orgmode] My reference data management approach with org and emacs

2010-04-14 Thread Jan Böcker
h the layout and changing phrases.) - Jan ___ 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] [BUG] org-export confused by " :ID: something" in elisp source blocks

2010-04-15 Thread Jan Böcker
e do not: ":ID:" ":ID: garble-my-html" " :ID: The article I published yesterday demonstrates the bug in a real-world situation -- its just before the "jb/filing-remember-hook-function" heading, just search for "jb/fi" in the following page: http://www.j

Re: [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs

2010-04-16 Thread Jan Böcker
Arch Linux, one Debian) which both have Emacs 23 installed. - Jan ___ 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] Why does org-html.org refuse to export a table of contents when body-only is t?

2010-04-18 Thread Jan Böcker
an be seen here: http://www.jboecker.de/2010/04/14/general-reference-filing-with-org-mode.html gitk tells me that the line I have changed was first introduced in Release 4.75, so is this just a use case that was not thought of when this was programmed, or is there a specific reason? Curious,

Re: [Orgmode] How to change font size and colors for specified content?

2010-04-26 Thread Jan Böcker
gularly if at all, so we do not know what exactly you want to do. Do you want to change the font of TODO keywords, etc? Make some words in your text *bold* or /italic/? If you want to temporarily highlight all occurences of a word in a buffer, isearch (C-s) might he

Re: [Orgmode] Is this the best place for noob questions too?

2010-04-29 Thread Jan Böcker
genda, I might type "C-h v org-agenda- " to get a list of all agenda related settings. (I think I found org-agenda-remove-times-when-in-prefix that way.) Best regards, Jan ___ Emacs-orgmode mailing list Please use `Reply All' to send

Re: [Orgmode] Turning on TOC export of timestamps for headlines

2010-04-29 Thread Jan Böcker
On 28.04.2010 02:25, Rick Moynihan wrote: > I can't seem to get timestampts to export to HTML as part of the TOC > when they're in a headline Hi Rick, customize the variable org-export-remove-timestamps-from-toc. HTH, Jan ___ Emacs

Re: [Orgmode] Specify page number in hyperlink [to pdf]

2010-04-29 Thread Jan Böcker
e new behaviour kicks in and the implications for backwards compatibility as soon as I find time to describe it compactly enough to fit into the docstring. HTH, Jan PS: Here is my first draft of the change to the docstring; it does not mention custom lisp forms yet, and still makes the docstr

Re: [Orgmode] Specify page number in hyperlink [to pdf]

2010-04-30 Thread Jan Böcker
On 30.04.2010 10:10, Nick Dokos wrote: > Joe Riel wrote: > >> Jan Böcker wrote: >> A related question; can this extension be used with link abbreviations? >> >> I tried >> >> #+LINK: sample file:/home/joe/sample.pdf >> >> with >> &g

[Orgmode] Bug: Docstring of org-export-as-latex [6.35i]

2010-05-09 Thread Jan Moringen
Hi, the docstring of org-export-as-latex contains incorrectly escaped \ characters resulting in two passages being rendered like ^Hegin{document}...^Hnd{document}. The attached patch should fix the problem (The patch is against the org-mode version included in GNU Emacs). Emacs : GNU Emacs 24.0

Re: [Orgmode] Literate programming

2010-05-10 Thread Jan Böcker
an overview of all the topics I needed to know for the exams. This particular feature has been an entry on my "ideas to implement if I ever have infinite time" list for some time. Regards, Jan ___ Emacs-orgmode mailing list Please u

[Orgmode] [PATCH] org-file-apps docstring: document using regexp group matches as command line parameters, add examples

2010-05-12 Thread Jan Böcker
what they need without having to understanding all of the complexity first. Regards, Jan >From 98fa677bc979ac9e89826d2b520233a7724a87ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6cker?= Date: Wed, 12 May 2010 23:15:56 +0200 Subject: [PATCH] org-file-apps docstring: document using reg

Re: [Orgmode] one .emacs on multiple computers

2010-05-13 Thread Jan Böcker
hout: 0% :) ) Because the path to your org files is rather long, you also might be interested in this post, where Nathan Neff describes a way to easily define shortcuts to jump to frequently used files/headings: http://article.gmane.org/gmane.emacs.orgmode/25106/ HTH, Jan ___ 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

Re: [Orgmode] Hyperlinks capable?

2010-05-14 Thread Jan Böcker
ld it otherwise, Org will tell Windows to open the file with its associated application. You might also be able to link to an actual windows shortcut (.lnk or .pif files), although I don't think you'd want to that :) HTH, Jan ___ Emacs-org

Re: [Orgmode] Re: tab visibility cycling doesn't work over putty/ssh with viper-mode enabled

2010-05-20 Thread Jan Böcker
ify the default values, so it should work out of the box. You can try logging in with putty, executing "sleep 5", and interrupting that with C-c. If that does not work, the problem is definitely not emacs related. HTH, Jan ___ Emacs-orgmode ma

Re: [Orgmode] emacs 23.1 crash on small org file (org-version 6.36)

2010-05-21 Thread Jan Böcker
r-save-hook: '(archive-done-tasks) -*- HTH, Jan ___ 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

Re: [Orgmode] Re: tab visibility cycling doesn't work over putty/ssh with viper-mode enabled

2010-05-22 Thread Jan Böcker
t PuTTY-related but caused by running emacs in a tty. Try running "emacs -nw" in a terminal on the Ubuntu host and check if you can reproduce the behaviour there. - Jan ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

[Orgmode] Bug: [Patch] Beamer export default options [6.35i]

2010-05-29 Thread Jan Moringen
Hi, when playing with the beamer export, I found a small error in the :tag of the org-beamer-themes customization option. Attached is a fix and a related slight improvement. Kind regards, Jan Emacs : GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.21.0) of 2010-05-28 on gunhead Package

[Orgmode] Bug: Creation of timestamp directory when publishing [6.35i]

2010-06-20 Thread Jan Moringen
Hi, I encountered a problem when publishing an org project after customizing `org-publish-timestamp-directory' such that the specified directory and some of its parents didn't exist. A patch is attached. Kind regards, Jan --- lisp/org/org-publish.el.orig 2010-07-18 03:43:12.94279

[Orgmode] Problem with HTML_CONTAINER_CLASS property

2010-07-06 Thread Jan Janak
: The class "last" is missing. I also verified that if I add more classes to the list, only the first one "span-9" makes it to the HTML code. Is this a feature or a bug? I am using the latest org-mode version from git (6.36trans with HEAD c32d7) and Emacs 23

Re: [Orgmode] Footnote export

2010-07-30 Thread Jan Böcker
: M-x ucs-insert 200B That is a handy trick I got from reading this very list some time ago (sorry, I don't remember who had posted that), although I imagine that gets tedious after a while. I do not know if it is possible to disable plain footnotes while still using the [fn:1] syntax. HTH, J

Re: [Orgmode] Footnote export

2010-07-31 Thread Jan Böcker
-hook 'org-export-preprocess-hook 'jb/disable-plain-footnotes-hack) To disable plain footnotes, you can now add a line like this to your Org file: #+DISABLE_PLAIN_FOOTNOTES: some arbitrary text Hope this works and solves your problem for now. Jan

Re: [Orgmode] How can I add a DONE tag to an org file?

2010-08-02 Thread Jan Böcker
purple elephants. Green elephants should be recorded somewhere else. :END: Maybe a better question to ask would be where people who do something similar write their notes, and if there are any specific reasons to prefer one place to another? HTH, Jan ___

Re: [Orgmode] questions about links

2010-08-09 Thread Jan Böcker
nt position in the current file, | or to another Org-mode file, automatically push the old position | onto the ring. I don't know about refolding the target headline. HTH, Jan ___ 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] Tip: How to copy&paste a table from Firefox to Org

2010-08-10 Thread Jan Böcker
Hi all, posting in case this is useful to someone else: I just figured out how to copy & paste tabular data from Firefox to an Org buffer (in my case: a train schedule from www.bahn.de). - Select data in Firefox - Paste into Org, select it as the region - M-x replace-regexp C-i \ | ^ |

Re: [Orgmode] Re: Insert TODO or plain heading depending on context

2010-08-10 Thread Jan Böcker
p reference told me it's just a string with text properties. The following code seems to accomplish your goal: (defun jb/smart-insert-heading () (if (org-get-todo-state) (call-interactively 'org-insert-todo-heading) (call-interactively 'org-insert-heading))

[Orgmode] Re: Tip: How to copy&paste a table from Firefox to Org

2010-08-10 Thread Jan Böcker
On 08/11/2010 03:42 AM, Bernt Hansen wrote: > Jan Böcker writes: > >> Hi all, >> >> posting in case this is useful to someone else: >> >> I just figured out how to copy & paste tabular data from Firefox to an >> Org buffer (in my case: a train sche

Re: [Orgmode] text color + highlight

2010-08-10 Thread Jan Böcker
more time to spare until October.) Jan ___ 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

Re: [Orgmode] Re: From todos to tracking

2010-08-12 Thread Jan Böcker
own dynamic block function which first calls `org-dblock-write:columnview' to do most of the heavy lifting, then post-processes the output to make an "id" column into links, and finally calls the export function for every TODO headline and the headline containing the dynamic block

[Orgmode] Listing todos which have other todos in the subtree in the agenda

2010-08-13 Thread Jan Böcker
t. (Simply looking at the projects.org file is not enough, as I plan to make a block agenda which shows projects in groups which have specific tags, i.e. active (untagged) projects first, then those tagged SUSPENDED, then SOMEDAY, then MAYBE.) Thanks in advance, Jan ___

Re: [Orgmode] Listing todos which have other todos in the subtree in the agenda

2010-08-13 Thread Jan Böcker
On 08/13/2010 06:10 PM, David Maus wrote: > Jan Böcker wrote: >> I have a projects.org file with entries like this: > >> * PROJECT Find the answer to life, the universe and everything >> * PROJECT World Domination >> *** NEXT build Doomsday Device > >> (whe

Re: [Orgmode] How to show done tasks in agenda

2010-08-13 Thread Jan Böcker
ll shown on that date. If you have logging of TODO states enabled (see "5.3 Progress Logging" in the manual), you can press "v l" in the agenda and it shows the log events (a DONE item, even without a SCHEDULED or DEADLINE date set, will be listed on the day it was closed). HTH, J

Re: [Orgmode] MathJax is now the default for HTML math

2010-08-14 Thread Jan Böcker
ixed-resolution images, but scaleable fonts. And don't forget that on modern high resolution displays, it is common to zoom in just to be able to decipher math in images, especially if you want sub- and superscripts to be legible. -- Jan ___ Emacs

Re: [Orgmode] MathJax is now the default for HTML math

2010-08-14 Thread Jan Böcker
On 08/14/2010 10:59 PM, Carsten Dominik wrote: > Hi Jan, > > can you expand a bit on why this is interesting to do? What are the > advantages? > > Thanks! > > - Carsten Advantages are: - The user is not required to have JavaScript enabled - In some cases, there is a

Re: [Orgmode] MathJax is now the default for HTML math

2010-08-15 Thread Jan Böcker
I have now published the code used to create the static version: http://www.jboecker.de/2010/08/15/staticmathjax.html Below is a first stab at HTML export integration fresh out of my *scratch* buffer (which lacks the possibility to configure this for each file). -- Jan (defun jb/static-mathjax

Re: [Orgmode] MathJax is now the default for HTML math

2010-08-16 Thread Jan Böcker
t: a hack/proof of concept with some useful applications. I'll update worg as soon as I have written an export hook which is configurable on a per-file basis. -- Jan ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

Re: [Orgmode] TODO hooks

2010-08-16 Thread Jan Böcker
ave to remember to do that, but don't have to remember /who/ you have to notify (because you can add to this list whenever you give your address to someone new). If that does not accomplish your goal, please provide more detailed explanation of what Or

[Orgmode] Help, org-inbuffer-options-extra seems to hate me right now

2010-08-16 Thread Jan Böcker
ok 'org-export-html-final-hook '(lambda () (print opt-plist))) and then export this two-line example to HTML: #+StaticMathJax: test * Test the following gets printed to my *Messages* buffer: Exporting... (:latex-image-options nil :exclude-tags ("noexport") :select-tags (&q

Re: [Orgmode] MathJax is now the default for HTML math

2010-08-17 Thread Jan Böcker
Worg is next exported to HTML on the server. -- Jan ___ 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

Re: [Orgmode] MathJax is now the default for HTML math

2010-08-17 Thread Jan Böcker
On 08/17/2010 01:01 PM, Carsten Dominik wrote: > > On Aug 17, 2010, at 12:44 PM, Jan Böcker wrote: > >> Static MathJax v0.2 contains org-static-mathjax.el, which integrates it >> into the Org export process. The comments in that file explain how it >> can be used. &g

Re: [Orgmode] properties in agenda prefix

2010-08-18 Thread Jan Böcker
quot; problem. If you do not need the agenda's sophisticated filtering abilities, this may already work for you. HTH, Jan ___ 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

Re: [Orgmode] items not disappearing from agenda once marked done

2010-08-19 Thread Jan Böcker
n of Org-mode you are using would also be useful to know (M-x org-version), in case you have hit a bug. That would greatly help us help you! -- Jan ___ 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

Re: [Orgmode] mathjax HTML export question

2010-08-24 Thread Jan Böcker
at orgmode.org for testing. Best regards, Jan ___ 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

Re: [Orgmode] Embedding images as data: URIs in the HTML exporter (was: MathJax is now the default for HTML math)

2010-09-03 Thread Jan Böcker
up org-export-html :type (choice (const never) (const always) (const up-to-32KB))) -- Jan --- lisp/org-html.el | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index eecda0d..5e5ec95 100644 --- a/lisp/org-html.el +

Re: [O] how to both :body-only t and :table-of-contents t

2011-09-23 Thread Jan Böcker
rg repository. You can either apply the one-line patch I included in the linked thread or ask Ian Barton about his solution using jQuery he mentioned at the end of that thread. HTH, Jan

Re: [O] [OT] Scanning for archiving

2011-11-05 Thread Jan Böcker
re interested in the shell script I use to scan to PDF files, see http://www.jboecker.de/2010/04/14/general-reference-filing-with-org-mode.html#sec-5 Hope this helps, Jan

Re: [O] org-capture-template: "SCHEDULED:" obsolete?

2011-11-06 Thread Jan Böcker
fer to Section 8.3, "Deadlines and scheduling", in the Org manual. Hope this helps, Jan

Re: [Orgmode] Make file:... directory links open dired by default

2011-02-02 Thread Jan Böcker
indows), but it looks to me like it should work. Regards, Jan ___ 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

[O] [PATCH] European date format

2011-03-04 Thread Jan Seeger
Greetings! I was annoyed that org only read the bassackwards american date format, and implemented european date format matching. I hope it's correct, it seems to work for dates with and without year. Regards, Jan org-patch.patch Description: Binary data

Re: [O] [PATCH] European date format

2011-03-04 Thread Jan Seeger
Hey! Ah, I'm sorry. Yeah, european format is Day.Month.Year (optional). And the final trailing dot is intentional, because I think it looks nicer (and I think it simplifies the regex). Also, my last mail was missing a smiley, I was only kidding of course. Regards, Jan

Re: [O] [WISH] Latex WYSIWYG

2011-06-24 Thread Jan Böcker
lot of bugs and is not implemented properly (I guess it should be a minor mode). However, it seems to work in simple cases. Hope this helps, Jan ;; latex-live-preview.el by Jan Böcker ;; Feel free to improve this. ;; License: Pick one of GNU GPL v3, BSD, MIT ;; This is a quick and dirty hack

[O] DAG structure / hard links / shared subtrees

2011-12-22 Thread Jan Kybic
t with org-mode? Thank you very much and keep up the good work. Yours, Jan -- ----- Jan Kybictel. +420 2 2435 5721 or 5877 http://cmp.felk.cvut.cz/~kybic ICQ 200569450

  1   2   3   >