Re: [BUG] Clocktable hides agenda buffer due to window manipulation in org-string-width [9.6 (9.6-??-e9da29b6f @ /Users/tok/.emacs.d/.local/straight/build-28.1/org/)]

2022-08-03 Thread Tobias Kniep
rry for bothering you. Best Tobias

[BUG] Clocktable hides agenda buffer due to window manipulation in org-string-width [9.6 (9.6-??-e9da29b6f @ /Users/tok/.emacs.d/.local/straight/build-28.1/org/)]

2022-08-03 Thread Tobias Kniep
/cgit/emacs/org-mode.git/commit/lisp/org-macs.el?id=d048c153dd67a118eaa21f04a7faef2800bba03a Best Tobias

[BUG] ob-octave.el

2021-12-19 Thread Tobias Zawada
Currently, evaluating the Org-mode source block #+NAME: bug #+BEGIN_SRC octave :exports results ["one"; "two"; "three"] #+END_SRC gives #+RESULTS: bug : ottnwheor e e Substituting ~fprintf~ in ~org-babel-octave-wrapper-method~ with ~fdisp~ changes the output to #+NAME: bug #+BEGIN_SRC octav

Re: Bug: org-src-font-lock-fontify-block should be wrapped with save-match-data [9.3.7 (9.3.7-4-gba6ca7-elpaplus @ mixed installation! /mnt/c/Users/toz/Weiterbildung/Soft/Emacs/ and /mnt/c/Users/toz/.

2021-08-24 Thread Tobias Zawada
Dear Timothy and Maxim, the bug was caused by an advice. I am really sorry for the trouble I inflicted on you. Next time I will test more carefully. Btw, I corrected the real problem already in https://github.com/TobiasZawada/org-src-emph. Regards, Tobias Zawada

Bug: org-src-font-lock-fontify-block should be wrapped with save-match-data [9.3.7 (9.3.7-4-gba6ca7-elpaplus @ mixed installation! /mnt/c/Users/toz/Weiterbildung/Soft/Emacs/ and /mnt/c/Users/toz/.emac

2021-08-20 Thread Tobias Zawada
~org-src-font-lock-fontify-block~ modifies ~match-data~ through the fontification of the temporary source buffer. But ~org-src-font-lock-fontify-block~ is also called in ~org-fontify-meta-lines-and-blocks-1~ by ~font-lock-fontify-region~. There it puts the text property ~font-lock-multiline~ on som

Re: [O] Bug: Python session raises indentation error [9.2.6 (9.2.6-elpa @ /home/tobias/.emacs.d/elpa/org-9.2.6/)]

2019-10-14 Thread Tobias Müller
expected behavior. Please excuse me for positing a false bug report. Best regards, Tobias Müller. Am 14.10.19 um 19:55 schrieb Tobias Müller: Dear org-mode developer, I have discovered the following issue with Python code-blocks: Using the :session header argument leads to errors of the type

[O] [feature] org table formula filters

2019-01-04 Thread Tobias Zawada
ilters the calc result before printing it into the target cell. In the SE answer the filters are used to convert between the calc duration syntax h@ m' s" and the duration syntax hh:mm:ss. The filters could be a useful extension of org table formula modes. Best regards, Tobias

Re: [O] Bug: Infinite recursion in org-babel-get-src-block-info [9.1.13 (9.1.13-elpaplus @ mixed installation!

2018-12-05 Thread Tobias Zawada
424/2370 Best regards, Tobias Zawada > "Berry, Charles" hat am 5. Dezember 2018 um 18:44 > geschrieben: > > > Hmmm. > > I just updated from master using `make update2'. > > I ran > > /Applications/Emacs.app/Contents/MacOS/Emacs -q > >

Re: [O] Bug: Infinite recursion in org-babel-get-src-block-info [9.1.13 (9.1.13-elpaplus @ mixed installation!

2018-12-05 Thread Tobias Zawada
uot;8" outline-on-heading-p: Variable binding depth exceeds max-specpdl-size Org mode version 9.1.14 (9.1.14-1-g4931fc-elpa @ /cygdrive/c/Users/.../.emacs.d/elpa/org-9.1.14/) #+END_QUOTE > Tobias Zawada hat am 5. Dezember 2018 um 01:01 > geschrieben: > > > Dear Charles, > than

Re: [O] Bug: Infinite recursion in org-babel-get-src-block-info [9.1.13 (9.1.13-elpaplus @ mixed installation!

2018-12-04 Thread Tobias Zawada
/org-mode/src/1315315465d49ebe32e533515ec81fd1ba165a55/lisp/ob-core.el#L1444 Best regards, Tobias Zawada

[O] Bug: Infinite recursion in org-babel-get-src-block-info [9.1.13 (9.1.13-elpaplus @ mixed installation!

2018-12-04 Thread Tobias Zawada
I mostly cite here from https://emacs.stackexchange.com/q/41208/2370: The following example causes an infinite recursion in ~org-babel-get-src-block-info~. #+BEGIN_SRC org ,#+BEGIN_SRC org ,#+NAME: add3 ,#+BEGIN_SRC elisp :var num=0 (+ 3 num) ,#+END_SRC ,* Use function drawer header arg :PROPE

Re: [O] Bug: Bottom align LaTeX previews [9.1.9 (release_9.1.9-65-g5e4542 @ /home/carlos/local/stow/emacs-26/share/emacs/26.1.50/lisp/org/)]

2018-09-26 Thread Tobias Zawada
; > Since there is no reliable way to know where the baseline is, 'center is > the less awful solution, IMO. texfrag-mode renders LaTeX equations in org-mode buffers baseline aligned. See: https://imgur.com/a/CL7zkgK Regards, Tobias

Re: [O] Revised iCalendar visibility

2018-06-26 Thread Tobias Schlemmer
Am 26.06.2018 um 11:53 schrieb Nicolas Goaziou: > Hello, > > Tobias Schlemmer writes: > >> some time ago sent pull request from GitHub to support per-entry >> visibility in iCalendar export. > We don't use GitHub. No problem. I don't remember where I got this

[O] Revised iCalendar visibility

2018-06-26 Thread Tobias Schlemmer
. Regards, Tobias >From fb3bd3b3a953569af6bb3e41c7d4338b41c4a1fc Mon Sep 17 00:00:00 2001 From: Tobias Schlemmer Date: Fri, 11 Aug 2017 22:18:06 +0200 Subject: [PATCH 1/2] Add support for the iCalendar CLASS property * ox-icalendar.el (org-icalendar-entry): Pick the CLASS property and pass it

[O] [bug] ox-koma-letter.el: Double translation of the signature to LaTeX

2018-06-23 Thread Tobias Zawada
bad idea. Regards, Tobias The following changes since commit 96b9166cf47e33a0e0292eee0eb8f42190c9c9fd: Add header argument :save-windows. (2018-06-20 00:21:09 +0200) are available in the Git repository at: https://code.orgmode.org/TobiasZawada/org-mode.git HEAD for you to fetch changes up to

[O] Patch that enables visibility settings in org-mode iCalendar export

2017-08-14 Thread Tobias Schlemmer
e realized with only two variables. I'm not familiar enough with Lisp to do the work by myself. So this is a pure feature request. Tobias P.S.: Please add me to CC for all discussions as I'm not on the mailing list.

Re: [O] Enhancement: Changing default setting of source block header line switches [9.0.5 (9.0.5-elpa @ /home/naehring/.emacs.d/elpa/org-20170210/)]

2017-07-06 Thread Tobias Zawada
Dear Rasmus, thanks for the fast reply. > Rasmus wrote on July, 6th 2017, 09:03: > > Tobias Zawada writes: > > > At first I would like to ask whether it is already possible to change > > the default settings of the source block header line switches. > > Could

[O] Bug: Documentation of the html-export of links across files [8.2.10 (release_8.2.10 @ /usr/share/emacs/24.5/lisp/org/)]

2016-02-29 Thread Tobias Zawada
This documentation bug exists also in org-mode 8.3.2 and the current online org-mode manual.The export of links like [[file:a.org::#my-custom-id][Some link]] and[[file:a.org::*Section header][Some link to a section header]] is notdescribed in the org-mode manual. This leads to questions like thefo

[O] [Bug] org-get-outline-path includes headline at point

2016-02-29 Thread Tobias Getzner
headline string. Best regards, Tobias

Re: [O] [PATCH] org.el: fix org--get-outline-path-1

2016-02-29 Thread Tobias Getzner
Nicolas Goaziou writes: > Tobias Getzner writes: > >> Headline titles may be empty, in which case the respective match group >> will be nil. This would throw an error when trying to regexp-replace >> checkbox cookies. > > Indeed. Thank you for the report. I ap

[O] [PATCH] org.el: fix org--get-outline-path-1

2016-02-29 Thread Tobias Getzner
Headline titles may be empty, in which case the respective match group will be nil. This would throw an error when trying to regexp-replace checkbox cookies. TODO: Depending on preference, a place-holder string might be a better choice (for user-display) rather than leaving the outline-path elemen

[O] Bug: problems with tangled code [8.3.2 (8.3.2-51-g713fe8-elpa @ /home/tobias/.emacs.d/elpa/org-20151221/)]

2015-12-28 Thread Tobias Müller
fied by Debian Package: Org-mode version 8.3.2 (8.3.2-51-g713fe8-elpa @ /home/tobias/.emacs.d/elpa/org-20151221/) current state: == (setq org-src-lang-modes '(("fortran" . f90) ("ocaml" . tuareg) ("elisp" . emacs-lisp) ("

Re: [O] Bug in org-lob: Function call adds space to argument string with parenthesis

2015-12-21 Thread Tobias Zawada
Tobias Zawada itisim.com SimulationX 3.7 now available More information <https://www.simulationx.com/simulation-software.html> Always up to date Subscribe to the ITI Newsletter<http://www.iti.de/newsletter/>! [cid:Charta-der-Vielfalt-Logo_2ed28c31-dc

[O] Bug in org-lob: Function call adds space to argument string with parenthesis

2015-12-19 Thread Tobias Zawada
har (scan-sexps (point) 1) (when (eq (char-after) ?\[) (setq end-header-args (buffer-substring-no-properties (1+ (point)) (1- (scan-sexps (point) 1) (concat name inside-header-args args end-header-args) #+END_SRC Emacs : GNU Em

[O] Beamer export: no alert command

2015-09-16 Thread Tobias Frischholz
hlight. Was there a change in versions? — Tobias signature.asc Description: Message signed with OpenPGP using GPGMail

[O] MobileOrg PGP Encryption

2015-09-14 Thread Tobias Frischholz
Today I’ve installed MobileOrg for iOS. Looks like this app needs a total UI overhaul (looking like iOS6) :( Unfortunately, all my org files are PGP encrypted, but MobileOrg only offers me password decryption. So there’s no chance of accessing my files? Best regards, Tobias Frischholz

[O] Favorite way of syncing?

2015-09-11 Thread Tobias Frischholz
(and work exclusively on this SSH server). I’ve also read about org-sync and magit (git is an option for me). And now I’m starting the get confused. Any helpful thoughts would be greatly appreciated! Best regards, Tobias Frischholz PGP PUBLIC KEY: http://pgp.mit.edu/pks/lookup?search=0xCD463AC1&am

[O] Wanted: Clocking repord

2015-09-08 Thread Tobias Frischholz
scope to the subtree is ok, but not optimal. I’m looking for a way to narrow done my org file to only DONE items that also contain a clock report. Is there a way? Best regards, Tobias Frischholz PGP PUBLIC KEY: http://pgp.mit.edu/pks/lookup?search=0xCD463AC1&op=index signature.asc Descrip

[O] Archiving method

2015-09-07 Thread Tobias Frischholz
-to-archive-all-the-done-tasks-using-a-single-command/27043756#27043756> However, I think I would like to have the archived items in a datetree. The manual mentions that this is possible with the variable "org-archive-location”, but I couldn’t find any information about it. Best rega

[O] org-mac-iCal: "Import diary from iCal in agenda" doesn't work

2015-09-04 Thread Tobias Frischholz
s via M-x org-mac-iCal is working fine. Best regards, Tobias Frischholz PGP PUBLIC KEY: http://pgp.mit.edu/pks/lookup?search=0xCD463AC1&op=index signature.asc Description: Message signed with OpenPGP using GPGMail

[O] shell scripts in yasnippet?

2015-09-03 Thread Tobias Frischholz
, Tobias Frischholz PGP PUBLIC KEY: http://pgp.mit.edu/pks/lookup?search=0xCD463AC1&op=index

[O] org-mac-link to Mail.app doesn't work as expected

2015-09-02 Thread Tobias Frischholz
s work as long as the mails are in my Inbox. The link stops working when I’m moving them to my Archive. Also, fresh links to mails in the Archive also try to open them in my Inbox - where they aren’t any more of course. Is this a bug? Best regards, Tobias Frischholz PGP PUBLIC KEY

[O] gnuplot: plotting students' progress of grades

2015-08-31 Thread Tobias Frischholz
to show me a line graph of each student’s single grades in order to resemble their progress during the school year. Can this be achieved with it? Best regards, Tobias Frischholz PGP PUBLIC KEY: http://pgp.mit.edu/pks/lookup?search=0xCD463AC1&op=index signature.asc Description: Message si

Re: [O] Problems while trying to load feature `org-habit'

2015-08-30 Thread Tobias Frischholz
Ok, I’ve solved it: ;(require 'org) ;(require 'org-install) ;(add-to-list 'org-modules "org-habit") (setq org-modules '(org-habit)) -- Tobi PGP PUBLIC KEY: http://pgp.mit.edu/pks/lookup?search=0xCD463AC1&op=index > On 30 Aug 2015, at 10:33, Tobias Fri

[O] Problems while trying to load feature `org-habit'

2015-08-30 Thread Tobias Frischholz
Hi there, I somehow get this message when starting up Emacs. Searching the net didn't help. Here's my init.el: (setq user-full-name "Tobias Frischholz" user-mail-address "tob...@friolz.com") (package-initialize) ;; https://github.com/purcell/exec-path

[O] gnuplot export: Symbol's value as variable is void: org-export-filters-alist

2015-08-29 Thread Tobias Frischholz
.0) -- report bugs with "C-c C-u" Starting gnuplot plotting program...Done When I want to export that file with C-c C-e l o I get this weird error: org-export-as: Symbol's value as variable is void: org-export-filters-alist Heres's my init.el: (setq user-full-nam

Re: [O] "no such file or directory" "gnuplot"

2015-08-29 Thread Tobias Frischholz
ng gnuplot version .. gnuplot-mode 0.7-beta (gnuplot 5.0) -- report bugs with "C-c C-u" Starting gnuplot plotting program...Done But I'm wondering where the plotted data is. There's nothing - neither in the org file nor in an exported LaTeX pdf... I'm really puzzl

[O] "no such file or directory" "gnuplot"

2015-08-27 Thread Tobias Frischholz
lot/gnuplot) I have gnuplot installed via Homebrew (brew install gnuplot) and within Emacs (M-x package-install RET gnuplot). Any help would be greatly appreciated! Best regards! Tobias Frischholz PGP PUBLIC KEY: http://pgp.mit.edu/pks/lookup?search=0xCD463AC1&op=index

[O] [Bug] org-indent-mode underindents body in variable-pitch-mode

2014-10-21 Thread Tobias Getzner
lorem ** second ipsum *** third etc. My last working version was 20140915 on Emacs 24.3. Kind regards, Tobias

Re: [O] Bug: LaTeX export produces no output; clobbering keybindings [8.2.7c (8.2.7c-64-g01f736-elpa @/home/tbg/.emacs.d/elpa/org-20140915/)]

2014-10-02 Thread Tobias Getzner
Hello Nicolas, On So, 2014-09-28 at 23:50 +0200, Nicolas Goaziou wrote: > Hello, > > Tobias Getzner writes: > > > When using LaTeX-based export targets that produce a .tex file as output > > (export to LaTeX file, PDF, PDF and open), I receive the message «Buffer &g

Re: [O] [Bug?] Results of code block printed in wrong place

2014-09-24 Thread Tobias Getzner
On Di, 2014-09-23 at 14:32 -0400, Aaron Ecay wrote: > I can reproduce this. > Babel uses yes-or-no-p to confirm evaluation of the code block on export. > yes-or-no-p is implemented in C whereas y-or-n-p is in elisp, so it must > be the case that the lisp code allows some hook to run, which follow-

Re: [O] [BUG] Mark-up handling chokes on Unicode white-space

2014-09-24 Thread Tobias Getzner
Hi Aaron, On Di, 2014-09-23 at 14:15 -0400, Aaron Ecay wrote: > org-emphasis-regexp-components is known to be a wart. You can search > for posts on the mailing list. Some people are trying to figure out how > to get rid of it. (You can search in particular for Nicolas Goaziou’s > posts...) Her

Re: [O] [BUG] Mark-up handling chokes on unicode whitespace

2014-09-23 Thread Tobias Getzner
Hello Aaron! On Tue, 23 Sep 2014 13:03:06 -0400, Aaron Ecay wrote: > 2014ko irailak 23an, Tobias Getzner-ek idatzi zuen: >> >> When mark-up such as =monospace=, /italic/, etc. is preceded by a >> non-8bit whitespace, e. g., «narrow no-break space» (U+202F) or >> «no

[O] [BUG] Mark-up handling chokes on unicode whitespace

2014-09-23 Thread Tobias Getzner
will be exported in verbatim by the exporter. Best regards, Tobias

Re: [O] [Bug?] Results of code block printed in wrong place

2014-09-23 Thread Tobias Getzner
On Tue, 23 Sep 2014 10:22:45 +0200, Tobias Getzner wrote: > This was quite painful to isolate, but I’ve now identified a minimal > configuration which should trigger this bug. > > ── > ;; BEGIN minimal.el > (add-

Re: [O] Bug: LaTeX export produces no output; clobbering keybindings [8.2.7c(8.2.7c-64-g01f736-elpa@/home/tbg/.emacs.d/elpa/org-20140915/)]

2014-09-23 Thread Tobias Getzner
On Wed, 17 Sep 2014 09:29:48 +, Tobias Getzner wrote: > On Wed, 17 Sep 2014 08:27:21 +0000, Tobias Getzner wrote: > >> When using LaTeX-based export targets that produce a .tex file as output >> (export to LaTeX file, PDF, PDF and open), I receive the message «Buffer &

Re: [O] [Bug?] Results of code block printed in wrong place

2014-09-23 Thread Tobias Getzner
, I observe the bug initially described. Can you confirm this? Best regards, Tobias

[O] [Bug?] Results of code block printed in wrong place

2014-09-22 Thread Tobias Getzner
Hello, I have a strange problem when exporting the following file: * heading 1 #+BEGIN_SRC sh :eval never echo baz #+END_SRC * heading 2 #+BEGIN_SRC sh :exports results echo quux #+END_SRC When I export this document, and point is on heading 1 when issuing the «C-c C-e», the results of the code

[O] [Bug] Errors when evaluating LaTeX source block with new SVG headers patch

2014-09-22 Thread Tobias Getzner
Evaluating LaTeX source blocks had an issue where header options would be ignored when exporting to SVG; this appears to have been addressed in 246df88. I have patched this commit into my 8.2.7c installation. While the headers now seem to work, I’ve noticed that LaTeX still doesn’t like the gen

Re: [O] «Macro» expansion in source blocks; code-sharing between blocks

2014-09-18 Thread Tobias Getzner
On Thu, 18 Sep 2014 15:01:37 +0100, Eric S Fraga wrote: >>> Are there any convenient inline-expansion methods I might have >>> overlooked? > Org src blocks can reference other src blocks. Note the ":noweb yes" > option and the use of <<...>>. Nice! And I see I get «semantic» expansion when I add

Re: [O] «Macro» expansion in source blocks; code-sharing between blocks

2014-09-18 Thread Tobias Getzner
On Thu, 18 Sep 2014 13:17:14 +, Tobias Getzner wrote: > Are there any convenient inline-expansion methods I might have > overlooked? To illustrate, I was wondering if any of the following is feasible somehow: * Semantic expansion #+name setup_fu #+begin_src sh :results raw

[O] «Macro» expansion in source blocks; code-sharing between blocks

2014-09-18 Thread Tobias Getzner
works when either doing an export or when tangling an external file. Are there any convenient inline-expansion methods I might have overlooked? Best regards, Tobias [1] https://lists.gnu.org/archive/html/emacs-orgmode/2011-03/msg00843.html

[O] Bug: Face defined for quote/verse blocks, but not used?

2014-09-18 Thread Tobias Getzner
don’t seem to be applied. At least M-x describe-text-properties doesn’t show any face properties at point when in these blocks. Best regards, Tobias Org-mode version 8.2.7c (8.2.7c-64-g01f736-elpa @ /home/tbz/.emacs.d/elpa/ org-20140915/)

Re: [O] Bug: LaTeX export produces no output; clobbering keybindings [8.2.7c (8.2.7c-64-g01f736-elpa@/home/tbg/.emacs.d/elpa/org-20140915/)]

2014-09-17 Thread Tobias Getzner
On Wed, 17 Sep 2014 08:27:21 +, Tobias Getzner wrote: > When using LaTeX-based export targets that produce a .tex file as output > (export to LaTeX file, PDF, PDF and open), I receive the message «Buffer > foo.tex modified; kill anyway?». Irrespective of whether I answer y/n, >

[O] Bug: LaTeX export produces no output; clobbering keybindings [8.2.7c (8.2.7c-64-g01f736-elpa @/home/tbg/.emacs.d/elpa/org-20140915/)]

2014-09-17 Thread Tobias Getzner
tested exporting to HTML, and this seems to work as usual. I haven’t been using the LaTeX exporter in a while, so I’m not sure since when this issue has been present. I’d welcome any suggestions as to what might be the problem. Best regards, Tobias Emacs : GNU Emacs 24.3.1 (x86_64-unknown

Re: [O] Multi-line links

2014-08-04 Thread Tobias Getzner
I inspect the other lines using org-element-context, the link type is correctly shown, even though it’s a few lines before point. But when issuing org-open-at-point, it seems no handler is found when point is not on the first line of a multi-line link. Best regards, Tobias

Re: [O] Multi-line links

2014-07-22 Thread Tobias Getzner
Nicolas, thank you for reply. Due to some health issues I’m only responding now. On So, 2014-07-06 at 21:28 +0200, Nicolas Goaziou wrote: > Tobias Getzner writes: > > > If there is some strong reason for a hard-coded limit, would it be > > possible to expose the limit a

Re: [O] Multi-line links

2014-07-06 Thread Tobias Getzner
Hello Nicolas, On Sun, 2014-07-06 at 09:23 +0200, Nicolas Goaziou wrote: > Tobias Getzner writes: > > On Wed, 2014-07-02 at 12:39 +0200, Tobias Getzner wrote: > > One additional issue I’ve hit upon is that the link :path returned by > > org-mode is also truncated after a ne

Re: [O] Multi-line links

2014-07-02 Thread Tobias Getzner
On Wed, 2014-07-02 at 12:39 +0200, Tobias Getzner wrote: > It appears that multi-line links in org-mode will only work with if > they span no more than two lines: > > http://comments.gmane.org/gmane.emacs.orgmode/19919 One additional issue I’ve hit upon is that the link :path ret

[O] Multi-line links

2014-07-02 Thread Tobias Getzner
links internally (i. e., the link-open action is different for each bibkey), this cannot be worked around by clicking on the first two lines. Best regards, Tobias

[O] Proposal: starting of parallel asynchronous shell processes

2012-05-17 Thread Tobias Naehring
that the shell output buffers live for some time (more exactly: `dying-lifetime') after the process has finished. In this time the user can inspect the process output. If he wants to keep the output he can switch off `dying-mode' for that buffer or extent its lifetime. With best regards, Tobias

Re: [O] Bug: Org Table: Field formulas with hline-address on right-hand side don't work anymore [7.8.09]

2012-05-10 Thread Tobias
I0-9]+\\$-?[0-9]+$" lhs) into (string-match "^@-?[-+0-9]+\\$-?[0-9]+$" lhs) without the I in the first character set. This seems to fix the bug. But I am not sure about the side effects. Best regards, Tobias

[O] Bug: Org Table: Field formulas with hline-address on right-hand side don't work anymore [7.8.09]

2012-05-07 Thread Tobias Nähring
babel-pop-to-session-maybe) org-export-blocks '((src org-babel-exp-src-block nil) (export-comment org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) ) Best regards, Tobias

[O] Bug: Org Table: Field formulas with hline-address on right-hand side don't work anymore [7.8.09]

2012-05-07 Thread Tobias Nähring
t org-export-blocks-format-comment t) (ditaa org-export-blocks-format-ditaa nil) (dot org-export-blocks-format-dot nil)) ) Best regards Tobias Nähring Engineering / Software Development -- ___

Re: [O] Time tracking with MobileOrg

2011-12-18 Thread Tobias Kniep
Hi Matt, I've created a feature request: The original time-tracking discussion which I referenced in my original post already contains some ideas about how it could work. I might be able to contribute to the Android part but someone else w

[O] Time tracking with MobileOrg

2011-12-08 Thread Tobias Kniep
mode tasks from my mobile. Is there any working solution out there? Best regards, Tobias

[Orgmode] Re: org-contacts.el

2011-02-23 Thread Tobias Riedling
se the git version of org-mode. org-contacts.el needs > some patches integrated only after the 7.4 release. > > Best regards > Robert > I have exactly the same problem here. My org-contacts.el file is from 22. Feb. . Org-mode version is 7.4, i cloned and "maked" it via gi

[Orgmode] Re: org-contacts.el

2011-02-23 Thread Tobias Riedling
Hi, i have exactly the same Problem. org-contacts.el is current git version (today). org-mode is git version from yesterday. Tobias Robert Klein writes: > Hi Martin, > > > Martin Butz wrote: >> Hi to all, >> >> I'm using org-mode since a year or so. Its