[PATCH] ox-latex.el/org-latex--make-option-string: Surround option string with braces if it includes brackets

2021-05-26 Thread Markus Huber
lisp/ox-latex.el (`org-latex--make-option-string'): If `value' of a `pair' from `options' contains a bracket the whole `value' is surrounded by braces. In case of LaTeX export using listings the dialect of a language (e.g. [LaTeX]TeX) is surrounded by brackets. For inline source blocks all optio

[O] Bernt Hansen's setup for recent orgmode versions

2017-07-03 Thread Markus Heller
Hi, Is anybody aware of an adaptation of Bernt Hansen's orgmode setup for the current orgmode version? His setup is for 8.x... Thanks Markus

Re: [O] Clock setup stopped working after update

2017-03-09 Thread Markus Heller
Hi Nic, On Tue, Mar 7, 2017 at 12:44 AM, Nicolas Goaziou wrote: > Hello, > > Markus Heller writes: > > > So, I did some more digging into this. First, I installed an older > version > > of org: > > > > M-x org -version: Org-mode version 8.2.10 (8.2.10

Re: [O] Clock setup stopped working after update

2017-03-06 Thread Markus Heller
l 3 4 "*Org Agenda(%s:%s)*" agenda org-let (org-agenda-list current-prefix-arg) agenda* (org-agenda-list current-prefix-arg nil nil t) alltodo (org-todo-list current-prefix-arg) search (org-search-view current-prefix-arg org-match nil) stuck ...] 6) org-agenda(nil) funcall-interactively(

Re: [O] Clock setup stopped working after update

2017-03-03 Thread Markus Heller
me with a way to shrink the code from Bernt's set up, that would be great! On Fri, Mar 3, 2017 at 2:01 PM, Nick Dokos wrote: > Markus Heller writes: > > > This used to work though, before the update. Here is an "ECM" consisting > > of test.org, a minimal agend

Re: [O] Clock setup stopped working after update

2017-03-03 Thread Markus Heller
" (800 1000 1200 1400 1600 1800 2000 ;; activate calfw ;;(add-to-list 'load-path "~/.emacs.d/site-lisp/calfw1.0/") ;;(require 'calfw-org) ;; Taskjuggler mode for emacs ;;(require 'taskjuggler-mode) ;; ditaa and babel ;;(setq org-ditaa-jar-path "~/.emacs

[O] Clock setup stopped working after update

2017-03-02 Thread Markus Heller
.emacs. Is somebody able to give me a hint as to what's going on? Thanks Markus

Re: [O] Displaying property values in agenda search result

2016-03-20 Thread Markus Heller
Christophe Schockaert citadels.eu> writes: > > > Markus Heller writes: > > > Hello, > > > > how can I display property values in the agenda, more specifically, in > > the results of an agenda search? > > > > [...] > > [...]

[O] %? has no effect for org-agenda-prefix-format

2016-03-19 Thread Markus Heller
10204/org-agenda-prefix-format- does-not-work). Is this a bug? Thanks Markus

Re: [O] Displaying property values in agenda search result

2016-03-15 Thread Markus Heller
Herbert Sitz gmail.com> writes: > > Markus Heller gmail.com> writes: > > > > > Hello, > > > > how can I display property values in the agenda, more specifically, in > > the results of an agenda search? > > > > I think the straigt

[O] Displaying property values in agenda search result

2016-03-14 Thread Markus Heller
also display 1234 as value of the property Project for both Some Task as well as Some subtask? Not sure if this is relevant, but my .emacs includes (setq org-use-property-inheritance (quote ("Project"))) Thanks Markus

Re: [O] [PATCH] Fix: allow org-refile in goto mode from everywhere

2014-04-21 Thread Markus Hauck
Hi Bastien, I think you're right, sorry for any inconveniences ;) Bastien writes: > Hi Markus, > > Markus Hauck writes: > >> It seems like org-refile with the goto argument is no longer allowed >> From non org-mode buffers. > > I reverted your patch. >

[O] [PATCH] Fix: allow org-refile in goto mode from everywhere

2014-04-07 Thread Markus Hauck
to be: (unless (or goto (listp goto)) ...) (replace and with or) due to the `unless`, so that either t or '(.) is checked. This patch allows org-refile with the goto flag from outside org-buffers (again). Patch is attached. Best, Markus From 5a2fcef327ff463ed660dd594a6237df8d18d1a8 Mo

[O] [PATCH] Fix: `org-agenda-skip-scheduled-if-deadline-is-shown': show TODOs without deadline

2014-03-11 Thread Markus
27; and 'Task 2' entries are shown. I guess this was the intended semantics, or am I wrong? I attached the patch. Best, Markus From f83ebc58a7a2d2797a74b9fc1108013319f44ccc Mon Sep 17 00:00:00 2001 From: Markus Hauck Date: Tue, 11 Mar 2014 16:06:17 +0100 Subject: [PATCH] Fix: `org-a

Re: [O] commenting out a SCHEDULED line does not remove todo from agenda.

2013-01-16 Thread Markus Heller
Rainer Stengele writes: > Am 16.01.2013 17:49, schrieb Markus Heller: >> Rainer Stengele writes: >> >>> Hi! >>> >>> Imagine you have a todo like this: >>> >>> * TODO a task >>> SCHEDULED: <2013-01-16 Mi +2m>

Re: [O] commenting out a SCHEDULED line does not remove todo from agenda.

2013-01-16 Thread Markus Heller
te on which you were scheduled to start working on the task, but the task remains TODO. What about changing the TODO state from TODO to WAITING? Markus

Re: [O] Org-mode version N/A-fixup

2012-09-21 Thread Markus Heller
Bastien writes: > Hi Markus, > > Markus Heller writes: > >> please forgive if this is an RTFM question, but how would I go about >> updating the org git archive from within emacs? This is what you are >> referring to, correct? > > If I may try to help -- Ach

Re: [O] Org-mode version N/A-fixup

2012-09-21 Thread Markus Heller
Bastien writes: > Hi Markus, > > Markus Heller writes: > >> please forgive if this is an RTFM question, but how would I go about >> updating the org git archive from within emacs? This is what you are >> referring to, correct? > > If I may try to help -- Ach

Re: [O] Org-mode version N/A-fixup

2012-09-19 Thread Markus Heller
Achim Gratz writes: > Markus Heller writes: >>> BTW, how exactly did you update? A tarball should not need this and if >>> it's a Git directory the version should be found automatically. >> >> Here are the steps: >> >> 1. git pull in ~/.em

Re: [O] Org-mode version N/A-fixup

2012-09-18 Thread Markus Heller
Achim Gratz writes: > Markus Heller writes: >> worked like a charm, thanks!! > > BTW, how exactly did you update? A tarball should not need this and if > it's a Git directory the version should be found automatically. Here are the steps: 1. git pull in ~/.emacs.d/org

Re: [O] Org-mode version N/A-fixup

2012-09-17 Thread Markus Heller
Achim Gratz writes: > Markus Heller writes: >> What's going on? I did run M-x org-reload ... > > http://orgmode.org/worg/org-hacks.html#compiling-org-without-make > Hi Achim, worked like a charm, thanks!! Markus

[O] Org-mode version N/A-fixup

2012-09-17 Thread Markus Heller
d/org-mode/lisp/") | (add-to-list 'load-path "~/.emacs.d/org-mode/contrib/lisp/") | (add-to-list 'auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . org-mode)) | (require 'org-install) ` What's going on? I did run M-x org-reload ... Thanks and Cheers Markus

Re: [O] Installation via el-get: info not added correctly

2012-07-26 Thread Markus Baden
-get seemingly insists on it. > Thanks for the explanation. I filed an issue on github for that, see https://github.com/dimitri/el-get/issues/821 Regards, Markus

[O] Installation via el-get: info not added correctly

2012-07-26 Thread Markus Baden
s the recipe flawed, that is should it point to "doc/org", or did the build process not build the org.info file correctly? Best regards, Markus [1] https://github.com/dimitri/el-get/ [2] https://github.com/dimitri/el-get/blob/master/recipes/org-mode.rcp

[O] Bug: org-clone-subtree-with-time-shift adds a empty :ID:-textline [7.8.11]

2012-06-21 Thread Markus Hetzmannseder
-8144-4420-976b-ef5a32665cdb :END: . This happens only if the 1st entry has a :ID: line, where the org-clone-subtree-with-time-shift get called. The :ID: line gets added in the versions 7.8.11 and 7.8.9 The versions 6.33x and 7.01g from the debian in

Re: [O] Mixed installation on Windoze

2012-05-31 Thread Markus Heller
Achim Gratz writes: > Markus Heller writes: >> Where do I run either of these commands? In ~/.emacs/org-mode/lisp? Or >> just anywhere? Or from within emacs? > > In ~/.emacs/org-mode (you need GNU make). If you don't have that you > can do it with Emacs itself,

Re: [O] Mixed installation on Windoze

2012-05-31 Thread Markus Heller
Achim Gratz writes: > Markus Heller writes: >> , >> | ;; no need to compile the sources >> | (add-to-list 'load-path "~/.emacs.d/org-mode/lisp/") >> | (add-to-list 'load-path "~/.emacs.d/org-mode/contrib/lisp/") >> |

[O] Mixed installation on Windoze

2012-05-31 Thread Markus Heller
27;auto-mode-alist '("\\.\\(org\\|org_archive\\|txt\\)$" . org-mode)) | (require 'org-install) ` Any idea how this happened? And how to get rid of the unwanted path in c:/Program Files (x86)/...? Thanks and Cheers Markus

Re: [O] Using Org for a dissertation

2012-05-15 Thread Markus Grebenstein
). I would do it again but I'd switch to latex as soon as the basic structure of the text is fixed. Just my 2 cents. Best Markus

Re: [O] several sub-TODOs with shifted date possible with a single custom-command?

2012-04-12 Thread Markus Hetzmannseder
Hi, for the 2nd part I found already a usable solution. Its working by setting a top-level tag with the name of the cow. That gets displayed at the Android-App agenda view as well, just hat to shift the whole task tree to get a new single top-level one for each cow. Markus >>>

[O] several sub-TODOs with shifted date possible with a single custom-command?

2012-04-11 Thread Markus Hetzmannseder
-view too? thx a lot Markus

Re: [O] ConTeXt export

2012-03-08 Thread Markus Grebenstein
nk it would need a ne exporter. On the other hand it might prevent running in the too many packages trap of LaTeX. To be honest, I do not know how man people really use ConTeXt. Best Markus

Re: [O] Including Latex Files

2012-03-06 Thread Markus Grebenstein
Dear Nicolas, Tanks a lot. I found out that #+INCLUDE: "myfile.tex" latex does work also. I just forgot the quotes, sorry. Reading the manual I would have expected that src does export formatted source code which is not what I intended. Best, Markus Am 05.03.2012 20:43, schri

[O] Including Latex Files

2012-03-05 Thread Markus Grebenstein
ompiled fine but C-C ' does try to open a file called myfile.tex latex Is there any chance to include a tex file in orgmode in a way that it can be opened interactively by using #+INCLUDE: or -even better- defining a link? Markus

[O] Archiving only with confirmation

2012-03-03 Thread Markus Grebenstein
achieve what I want? Thanks in advance, Markus

Re: [O] Export <> to latex

2012-03-02 Thread Markus Grebenstein
Dear Nick, that is even more than enough ;-) Thanks a lot! That solves quite a bit of preoblems for me. I tried to put the anchor in the line of the headline itself and it worked in orgmode but was not exported as I expected. Best, Markus Am 02.03.2012 21:23, schrieb Nick Dokos: Markus

[O] ConTeXt export

2012-03-02 Thread Markus Grebenstein
Dear List, Since the name of ConTeXt makes it almost impossible to search for that topic I'd like to ask you: Is there an ConTeXt exporter (planned??). I am getting more and more fed up with all the package trouble... Thanks in advance, Markus

[O] Export <> to latex

2012-03-02 Thread Markus Grebenstein
anchors are not exported as a label. Alternatively having an "option" for headings would be nice like: * Heading [label:anchor] Is there a possibility to tweak orgmode to export anchors? Thanks in advance, Markus

Re: [O] Bug in latex export

2011-11-28 Thread Markus Grebenstein
Nobody out there able to reproduce? I still have trouble with this on org-mode 7.7 and ubuntu 11.10. Best Markus

Re: [O] Feature suggestion

2011-11-28 Thread Markus Grebenstein
to have as few markdown syntaxes as possible (I know that is kind of a dream ;-)). Best Markus -- Markus Grebenstein Herrnstraße 15 80539 Muenchen Tel. 089/62509834

Re: [O] Open Drawer using keys or even better automatically

2011-11-28 Thread Markus Grebenstein
he Heading :SYNOPSIS: Here we have the synopsis text :END: Here comes some very lengthy and boring text. What I'd wish to see is something like. * The Heading Here we have the synopsis text Like e.g. within the Scrivener Cardboard. Best Markus

Re: [O] [OT]: Search for missing :END:

2011-11-21 Thread Markus Heller
Nick Dokos writes: > Markus Heller wrote: > > >> AS for an example, I'm in one of my org files and I do C-TAB and get the >> following error: >> >> OVERVIEW >> CONTENTS...done >> SHOW ALL >> if: :END: line missing at position 1872

Re: [O] [OT]: Search for missing :END:

2011-11-21 Thread Markus Heller
Nick Dokos writes: > Markus Heller wrote: > >> Hello all, >> >> I have an OT request that can hopefully be answered by emacs gurus in >> less than a minute: >> >> I'm looking for an emacs search expression that finds :PROPERTIES: >> *witho

[O] [OT]: Search for missing :END:

2011-11-21 Thread Markus Heller
Hello all, I have an OT request that can hopefully be answered by emacs gurus in less than a minute: I'm looking for an emacs search expression that finds :PROPERTIES: *without* a matching :END: ... Thanks and Cheers and sorry for the OT ... Markus

[O] Bug in latex export

2011-11-12 Thread Markus Grebenstein
. Please find the tex and the org file attached. Best, Markus % Created 2011-11-12 Sa 12:09 \documentclass{book} \usepackage{graphicx} \usepackage{longtable} \usepackage{float}\input{Templates/book_header.tex} \input{Templates/grebi-settings-macros.tex} \usepackage[style=authoryear-comp,backend

[O] Feature suggestion

2011-11-06 Thread Markus Grebenstein
Dear community, since I used Scrivener (Windows Beta) quite a while I'd love to have more of fletcher penny's multimarkdown (or MMD- like Syntax) integrated in orgmode to make it more versatile. Sadly I am not a lisp programmer at all... Best Markus

[O] Bug(?) report footnotes

2011-11-06 Thread Markus Grebenstein
oduce this in a less than 9500 word ducument. Best Markus P.S.: I used the IEEEtran class.

Re: [O] Problem after updating org: C-c a a broken

2011-10-28 Thread Markus Heller
Markus Heller writes: > Nick Dokos writes: > >> Markus Heller wrote: >> >>> Hello all, >>> >>> just pulled from git. >>> >>> When I type C-c a a to pull up the agenda, I get the error shown below. >>> >>> Thi

Re: [O] Problem after updating org: C-c a a broken

2011-10-28 Thread Markus Heller
Nick Dokos writes: > Markus Heller wrote: > >> Hello all, >> >> just pulled from git. >> >> When I type C-c a a to pull up the agenda, I get the error shown below. >> >> This used to work prior to the update. >> >> Org version

[O] Problem after updating org: C-c a a broken

2011-10-28 Thread Markus Heller
Hello all, just pulled from git. When I type C-c a a to pull up the agenda, I get the error shown below. This used to work prior to the update. Org version is 7.7, pulled 5 min ago on emacs 23.3.1. Help please, can't access my agenda anymore :( Thanks Markus Debugger entered--Lisp

[O] Open Drawer using keys or even better automatically

2011-09-13 Thread Markus Grebenstein
using keybindings. Thanks in advance and best regards, Markus

[O] Export issue: Text not exportet to latex but to html (emacs23.2 windows and orgmode 7.7)

2011-08-28 Thread Markus Grebenstein
ckground-color:#00; color:#00; font-weight:bold; } /*]]>*/--> <!--/*--><![CDATA[/*><!--*/ function CodeHighlightOn(elem, id) { var target = document.getElementById(id); if(null != target) { elem.cacheClassElem = elem.className; elem.cacheClassTarget = target.className; target.className = "code-highlighted"; elem.className = "code-highlighted"; } } function CodeHighlightOff(elem, id) { var target = document.getElementById(id); if(elem.cacheClassElem) elem.className = elem.cacheClassElem; if(elem.cacheClassTarget) target.className = elem.cacheClassTarget; } /*]]>*///--> Testfile fuer Orgmode spezifische Dinge zur Diss Table of Contents 1 Section 1 2 Formatierungen 2.1 Fuer Text 2.2 liegts an dem Markup Zeuch? 1 Section 1 HIer steht ein Bild Hier ein Zitat in Latex syntax Hier steht ein Zitat in orgmode markup Hier eine Fussnote href="#fn.1">1 2 Formatierungen Warum fehlen denn hier schon wieder Dinge?? 2.1 Fuer Text wumm das wieda nich geht?? 2.2 liegts an dem Markup Zeuch? asdf Komisch ist das?? \printbibliography Footnotes: href="#fnr.1">1 Ich bin die Fussnote Author: Org version 7.7 with Emacs version 23 http://validator.w3.org/check?uri=referer";>Validate XHTML 1.0 8><- Thanks a lot in advance for your help. Best Regards, Markus

[O] Bug: Extra space inserted in repeated tasks' date line

2011-08-15 Thread Markus Berlin
d somewhere before version 7.5, I think, but I cannot say exactly when... Best wishes, Markus

Re: [O] Org-mode as a replacement for LaTeX

2011-06-30 Thread Markus Heller
Hi Tom, Would you be willing to share your set-up for using LaTeX with org? That would be fantastic :-) Cheers Markus

Re: [O] How to disable description lists?

2011-05-29 Thread Markus Berlin
n lists. BTW, I'm having the same issue with =[[--]]= notations which should not be interpreted as links. Thanks, Markus

Re: [O] How to disable description lists?

2011-05-29 Thread Markus Berlin
mode lists, something like: , ! - a type is a collection of related values ! - notation: ~v :: T~, "v is a value in the type T", "v has type T" ` Thanks, Markus

[O] How to disable description lists?

2011-05-29 Thread Markus Berlin
t (e.g. talking about types in Haskell or using BNF notation). It is only a minor issue, but I would very much prefer emacs not mis-interpreting and highlighting the left hand sides as description headings. Thanks, Markus

[O] Re: Accessing CATEGORY for custom agenda command

2011-03-21 Thread Markus Heller
Matt Lundin writes: > Markus Heller writes: > >> I'm trying to get the following to work: >> >> (org-add-agenda-custom-command >> '("X" tags "Task" >>((org-agenda-skip-function '(org-agenda-skip-entry-if >>

Re: [O] CATEGORY in clock report?

2011-03-15 Thread Markus Heller
Markus Heller writes: > Hello *, > > a quick question: is it possible to include the CATEGORY of (sub)trees > in the clock report? I've read that tags can be included, but I'd like > to get CATEGORY in there ... > > Thanks and Cheers > Markus Hello, this

[O] CATEGORY in clock report?

2011-03-14 Thread Markus Heller
Hello *, a quick question: is it possible to include the CATEGORY of (sub)trees in the clock report? I've read that tags can be included, but I'd like to get CATEGORY in there ... Thanks and Cheers Markus

Re: [O] if: Wrong type argument: stringp, \.\.\.

2011-03-10 Thread Markus Heller
Bernt Hansen writes: > Hi Markus, > > It looks like you have a drawer in your org files that is missing > a closing :END: tag. Possibly in file "h:/org/600_install.org" Hi Bernt and Nick, yes, there is/was an issue with a missing :END: in that particular file. I kept a

Re: [O] if: Wrong type argument: stringp, \.\.\.

2011-03-09 Thread Markus Heller
Nick Dokos writes: > Markus Heller wrote: > >> Hello group, >> >> I'm stumped. When I try to bring up the agenda with C-c a, I get the >> error message mentioned in the subject line. >> >> I'm using 23.2.1 on Windoze 7 64 bit, and

[O] if: Wrong type argument: stringp, \.\.\.

2011-03-09 Thread Markus Heller
t;) 'bh/clock-in-repair-task) | (global-set-key (kbd " SPC") 'bh/clock-in-last-task) | (global-set-key (kbd "") 'hist-org-clock-in-select) | (global-set-key (kbd "") 'org-clock-goto) | (global-set-key (kbd "") 'org-agenda) ` Any hints are highly appreciated. Thanks Markus

[Orgmode] Re: Accessing CATEGORY for custom agenda command

2011-02-11 Thread Markus Heller
Bastien writes: > Hi Markus, > > Markus Heller writes: > >> I'm trying to get the following to work: >> >> (org-add-agenda-custom-command >> '("X" tags "Task" >>((org-agenda-skip-function '(org-agenda-skip-entr

[Orgmode] Accessing CATEGORY for custom agenda command

2011-02-11 Thread Markus Heller
:TASK: ** TODO Drop off Stuff ** DONE F'up on other stuff I also tried using 'notregexp "ADMIN" to go after the FILETAG, but either way, the search yields no hits. I have the feeling that I'm misunderstanding something pretty badly and would appreciate any help :-) Thanks

[Orgmode] Re: [OT] M-x not working anymore

2011-02-01 Thread Markus Heller
Erik Iverson writes: > Markus Heller wrote: >> Tassilo Horn writes: >> >>> Markus Heller writes: >>> >>> Hi Markus, >>> >>>> M-x doesn't work anymore!! The M key works, e.g. M-w still does what >>>> it's su

[Orgmode] Re: [OT] M-x not working anymore

2011-02-01 Thread Markus Heller
Erik Iverson writes: > Markus Heller wrote: >> Tassilo Horn writes: >> >>> Markus Heller writes: >>> >>> Hi Markus, >>> >>>> M-x doesn't work anymore!! The M key works, e.g. M-w still does what >>>> it's su

[Orgmode] Re: [OT] M-x not working anymore

2011-02-01 Thread Markus Heller
Tassilo Horn writes: > Markus Heller writes: > > Hi Markus, > >> M-x doesn't work anymore!! The M key works, e.g. M-w still does what >> it's supposed to if a region is active, and I can use ESC x instead. > > What does C-h k M-x say? For C-h k M-x, i

[Orgmode] [OT] M-x not working anymore

2011-02-01 Thread Markus Heller
in the *scratch* buffer. I'm *positive* I didn't change anything in my .emacs or elsewhere, and this is specific to M-x. I'm using emacs 23.2.1 on Win 7 64 bit Enterprise. Any ideas as to what's going on? Thanks and Cheers Markus __

[Orgmode] Re: No Time Grid in Agenda View

2011-01-04 Thread Markus Heller
suvayu ali writes: > Hi, > > On Tue, Jan 4, 2011 at 10:56 AM, Markus Heller wrote: >> Hello all, >> >> I noticed a few mintues ago that my agenda view does not display the >> time grid anymore. >> >> I'm using Org-mode version 7.4 (release_

[Orgmode] No Time Grid in Agenda View

2011-01-04 Thread Markus Heller
heers Markus ___ 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: [OT] Emacs for 64 bit Windows 7

2010-12-16 Thread Markus Heller
Tassilo Horn writes: > Markus Heller writes: > >> first, my apologies for my previous posting, that was posted by >> accident, and when trying to cancel the article in gnus, it prompted >> me for a Canlock password which I don't know, so I wasn't able to >&

[Orgmode] Re: [OT] Emacs for 64 bit Windows 7

2010-12-16 Thread Markus Heller
Nick Parker writes: > Markus, > > I run a 32 bit version of GNU Emacs in Windows 7 Ultimate x64 with no > issues. Good luck. Good to know! Thanks!! ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the li

[Orgmode] Re: [OT] Emacs for Windows 7

2010-12-16 Thread Markus Heller
Erik Iverson writes: > Markus Heller wrote: >> Hello all, >> >> I know this is OT, but I'm going to have to have my work computer >> upgraded to > > Apparently that's a good idea! :) LOL! Well, to be honest, this pre-mature posting was due to user-

[Orgmode] [OT] Emacs for 64 bit Windows 7

2010-12-16 Thread Markus Heller
.. Any pointers are highly appreciated! Thanks and Cheers Markus ___ 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] [OT] Emacs for Windows 7

2010-12-16 Thread Markus Heller
Hello all, I know this is OT, but I'm going to have to have my work computer upgraded to ___ 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: [MobileOrg] Specify files to be sync'ed

2010-12-09 Thread Markus Heller
Matthew Jones writes: > Hey > Markus,http://orgmode.org/manual/Pushing-to-MobileOrg.html#Pushing-to-MobileOrgIf > you configure org-mobile-files to contain just the files you want copied > over, then that is all that will be synced during an org-mobile-push D'oh, you'd

[Orgmode] Re: Clock report: ignore empty entries (7.3)

2010-12-09 Thread Markus Heller
Bernt Hansen writes: > Markus Heller writes: > >> Hello everybody, >> >> I also like the new looks of the clock report, but I have one question. >> >> My scope is set to agenda-with-archives, and I'm wondering if it is >> possible to igno

[Orgmode] [MobileOrg] Specify files to be sync'ed

2010-12-07 Thread Markus Heller
ic webserver (I know Dropbox is encrypted and I can encrypt my org files). I'd like to be able to just have one file with appointments etc. and one file with TODO items, nothing else. Is this possible? From looking at the org manual, it doesn't seem like

[Orgmode] Clock report: ignore empty entries (7.3)

2010-12-07 Thread Markus Heller
Hello everybody, I also like the new looks of the clock report, but I have one question. My scope is set to agenda-with-archives, and I'm wondering if it is possible to ignore files with no clock info for the tstart tend interval. Thanks and Cheers! M

[Orgmode] Re: moving in the agenda view is slow

2010-11-26 Thread Markus Heller
why it happened. I've had a similar issue. Somebody here suggested to put the line below in my .emacs, which helped. But beware, this disables the vc backend of emacs completely, so you'll have to run git manually. Here is the line: ;; no vc-git (setq vc-handled-backends nil) H

[Orgmode] Re: ditaa set-up on windows box

2010-09-29 Thread Markus Heller
Achim Gratz writes: > Markus Heller writes: >> I removed the old Java version from %PATH%, and now java -version gives >> the correct version (1.6.0_21). > > Good. > >> But when I try to run the same ditaa code from within org-mode using >> babel, I get e

[Orgmode] Re: ditaa set-up on windows box

2010-09-29 Thread Markus Heller
Achim Gratz writes: > Markus Heller writes: >> The root of all evil is *NOT* org-mode, but rather the fact that my OS >> (windoze XP) insists on finding an outdated Java version (1.4). I have >> installed the Java 1.6 runtime environment, and as far as I can tell,

[Orgmode] Re: ditaa set-up on windows box

2010-09-29 Thread Markus Heller
a -verbose' to get more output that may show you >> where the problem really is (like looking for files in the wrong place >> or something like that). The problem has not been solved, but I have confirmed that the cause is *NOT* related to org-mode, so there's no need for a FAQ

[Orgmode] org-capture questions: not auto-loaded? no tag-alignment?

2010-09-28 Thread Markus Ecce
e -- thanks for all this! BTW I'm using Emacs 23.2.1 on Linux with org-mode from git. Greetings, Markus ___ 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: ditaa set-up on windows box

2010-09-27 Thread Markus Heller
Sebastian Rose writes: > Markus Heller writes: >> C:\Documents and Settings\mheller>java -jar C:\Documents and >> Settings\mheller\.e >> macs.d\org-mode\contrib\scripts\ditaa.jar --help >> Exception in thread "main" java.util.zip.ZipException: The syste

[Orgmode] Re: ditaa set-up on windows box

2010-09-27 Thread Markus Heller
Sebastian Rose writes: > Markus Heller writes: >> Hello everyone, >> >> this might be a little OT, but I'm having a hard time to get ditaa to >> run properly. The org-mode part works, it's the Java part that's giving >> me trouble,

[Orgmode] ditaa set-up on windows box

2010-09-24 Thread Markus Heller
t; errors, and I have no Java experience whatsoever. I'm on a windoze XP box, and I was wondering if a fellow user might be willing to share his/her set-up. Thanks and Cheers Markus ___ Emacs-orgmode mailing list Please use `Reply All' to se

[Orgmode] Re: "Interactive" Search in Agenda

2010-09-07 Thread Markus Heller
Bastien writes: > Markus Heller writes: > >> Yes, that would be nice. What would it look like then? Like this: >> >> 1. Hit C-c a >> 2. Hit `m' >> 3. Type +S and then hit TAB which expands to +Sample >> 4. Continue with ="S0002"

[Orgmode] Re: Orgmode: exporter for taskjuggler

2010-09-03 Thread Markus Heller
Christian Egli writes: > Markus Heller writes: > >> Hello Christian, >> >> I'm very interested in using your taskjuggler export from orgmode. >> Unfortunately, I'm on a Windoze box, and getting TJ2 to work is a big >> pain ... However, TJ3 is fair

[Orgmode] Re: "Interactive" Search in Agenda

2010-09-03 Thread Markus Heller
Bastien writes: > Markus Heller writes: > >> 1. Hit C-c a >> 2. In the dispatcher, hit `X' >> 3. I get prompted which Property I want to search for, and I enter `Sample' >> 4. I get prompted which value I want that property to have, and I enter >

[Orgmode] Effort estimates for multi-day tasks

2010-09-02 Thread Markus Heller
of multi-day tasks? Any input is appreciated. Thanks and Cheers Markus ___ 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: Issue with "non-existing" agenda file

2010-08-30 Thread Markus Heller
Eric S Fraga writes: > On Mon, 30 Aug 2010 11:57:14 -0700, Markus Heller wrote: >> >> Hello all, >> >> I'm stuck with a weird issue: >> >> When I tried to invoke any agenda view, e.g. C-c a a, I get the >> following message in the minibuffer:

[Orgmode] Re: Issue with "non-existing" agenda file

2010-08-30 Thread Markus Heller
Eric S Fraga writes: > On Mon, 30 Aug 2010 11:57:14 -0700, Markus Heller wrote: >> >> Hello all, >> >> I'm stuck with a weird issue: >> >> When I tried to invoke any agenda view, e.g. C-c a a, I get the >> following message in the minibuffer:

[Orgmode] Issue with "non-existing" agenda file

2010-08-30 Thread Markus Heller
h the buffer to Career.org and hit C-[ and get "file added to front of agenda list", but when I try C-c a a again, I get the message above about the non-existing agenda file. What's going on here? Thanks and Cheers Markus PS: My org is 7.01trans, release

[Orgmode] Re: a bit offtopic, fonts in exported PDF documents

2010-08-26 Thread Markus Heller
Erik Iverson writes: > Markus Heller wrote: >> Erik Iverson writes: >> >>> John, >>> >>> Thank you for your reply. >>> >>> For those that don't want to read all that follows, please note my >>> conclusion, given her

[Orgmode] Re: a bit offtopic, fonts in exported PDF documents

2010-08-26 Thread Markus Heller
e 1 fonts! As far as I understand, you need Type 1 fonts for good looking pdfs (Type 3 are bitmap fonts and thus not scalable), but the actual font encoding shouldn't matter. Just my 2 cents Markus ___ Emacs-orgmode mailing list Please use `Repl

[Orgmode] "Interactive" Search in Agenda

2010-08-20 Thread Markus Heller
`S0002' 5. I get a list of all hits Now, I know that I can achieve this by using 1. Hit C-c a 2. Hit `m' 3. Enter `+Sample="S0002"' but that's too much typing for my taste. Is there a way to achieve what I want? Thanks and Cheers Markus _

[Orgmode] Re: Remove WAITING Task from Global TODO List

2010-08-17 Thread Markus Heller
Memnon Anon writes: > Markus Heller writes: > >> But that will only give me a *list* of the items, correct? >> >> What I'd like to get is the *calendar* view that you get by hitting "C-c >> a a" which only shows TODO and STARTED tasks. > > Ui,

[Orgmode] Re: Git pull breaks agenda?

2010-08-17 Thread Markus Heller
David Maus writes: > Markus Heller wrote: > >>Just did, still not working. Org-mode version 7.01trans >>(release-7.01h.146.g8e12). > >>Below is the message from the minibuffer after the following sequence: > > Could I ask you to provide a full backtrace?

  1   2   >