Re: [O] problem with lookup, count several string in one (or more) columns.

2016-07-05 Thread Marco Wahl
Uwe Brauer writes: > Hello > > I tried to follow the instructions found in > http://orgmode.org/worg/org-tutorials/org-lookups.html > > So I want to count all strings NP MH in the following table > According to the instructions, the following will search the string MH. > > |

Re: [O] Some progress

2016-06-17 Thread Marco Wahl
ut, the point is: suppose I do not recall the exact content of that > property, so I would like to search for all PROPERTIES which contain > estimated_cost. How can I do that? What about just searching the text? C-c a / :estimated_cost: Ciao, -- Marco Wahl -- GPG: 0x49010A040A3AE6F2

Re: [O] How to keep something at the bottom of an Org file

2016-06-17 Thread Marco Wahl
use, in case that someone is interested: (setf org-after-sorting-entries-or-items-hook (lambda () (search-forward ":bottommost:") (org-cut-subtree) (goto-char (point-max)) (org-paste-subtree 1))) Best regards, -- Marco Wahl -- GPG: 0x49010A040A3AE6F2

Re: [O] Some progress

2016-06-17 Thread Marco Wahl
Note the underscore instead of the hyphen. '-' in the property name breaks the search AFAICS. See further (info "(org) Tag searches") which also has something about searching for tags in the current buffer. Best regards, -- Marco Wahl -- GPG: 0x49010A040A3AE6F2

[O] How to keep something at the bottom of an Org file

2016-06-15 Thread Marco Wahl
a good idea how to deal with this issue? Thanks for reading, -- Marco Wahl -- GPG: 0x49010A040A3AE6F2

Re: [O] [PATCH] org-babel-goto-named-src-block bugfix and test

2016-06-14 Thread Marco Wahl
drop test #v+ ;; non-existent name (should-not (execute-kbd-macro "\M-xorg-babel-goto-named-src-block\ndef\n")) #v- because its outcome has nothing to do with the existence of the name "def" AFAICS. Or maybe replace with (should (string= "source-code block `non-existent' not found in this buffer" (org-babel-goto-named-src-block "non-existent"))) +1 for commit! Best regards, -- Marco Wahl -- GPG: 0x49010A040A3AE6F2

Re: [O] [PATCH] org-babel-goto-named-src-block bugfix and test

2016-06-12 Thread Marco Wahl
ake test'. If there is a cleaner way to > do this, I'd like to know it. > > WDYT? Why not just use e.g. (org-babel-goto-named-src-block "def") instead of (execute-kbd-macro "\M-xorg-babel-goto-named-src-block\ndef\n") ? Best regards, -- Marco Wahl <-> 0x49010A040A3AE6F2

[O] [feature request] Plain list item timestamp support

2016-06-11 Thread Marco Wahl
Hello Orgers, As you possibly know [see (info "(org) Timers")] list items created with M-RET get prefixed with the current timer value when they match a certain form. #+BEGIN_EXAMPLE * Work so hard - 0:00:00 :: Start - 0:00:03 :: Working so hard M-RET (with timer on 0:00:30) yields the line -

Re: [O] Adding a simple list item expands the entire simple list

2016-06-09 Thread Marco Wahl
een this? I did. > Is it fixed in git? No. > Will there be a new ELPA package with the fix soon? I don't know. At least I looked into the issue and found the opening of the list is caused by a call to `org-reveal' in function `org-insert-heading'. The big question seems to be if someone suffers if that opening is taken away. My 2ct, -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] org-get-tags-at

2016-06-09 Thread Marco Wahl
turns ("baz") > I would expect ("foo" "bar" "baz") > > What is the reason for tat result? That was a bug and has been fixed now AFAICT. Thanks for caring, best regards, -- Marco Wahl -- Freelancer GPG: 0x49010A040A3AE6F2

Re: [O] org-notify: Need to get notifications at the start time of the task (in addition to the deadline)

2016-06-07 Thread Marco Wahl
>>> I need a way to get notifications at the time of starting a task or at >>> the start of the meeting (i.e. the SCHEDULED timestamp). Currently I >>> know of only getting notifications for the DEADLINE timestamp. However, >>> it will be more productive for me to get notification to tell me to

Re: [O] org-notify: Need to get notifications at the start time of the task (in addition to the deadline)

2016-06-05 Thread Marco Wahl
Hi Amit, > I need a way to get notifications at the time of starting a task or at > the start of the meeting (i.e. the SCHEDULED timestamp). Currently I > know of only getting notifications for the DEADLINE timestamp. However, > it will be more productive for me to get notification to tell me to

Re: [O] looking for a variable which allows formatting the agenda clock report

2016-05-11 Thread Marco Wahl
st value (:link t :maxlevel 2 :tags "+CATEGORY=\"busi\"") only takes the clockings from items in category "busi" for the org-agenda-clockreport. HTH, -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] looking for a variable which allows formatting the agenda clock report

2016-05-11 Thread Marco Wahl
Hi! > I could not find a variable which allows formatting the clock report > that is created in the org agenda by "v R". > Any quick pointer to such one or other ideas? org-agenda-clockreport-parameter-plist Quick, -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] feature proposal. Kill and yank columns

2016-04-28 Thread Marco Wahl
C-x SPACE in a table-cell you (hopefully) the column gets marked. This might be a start. HTH, -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] Export to OpenDocument text doesn't work in org-mode 8.3.4

2016-04-21 Thread Marco Wahl
Lohan G writes: > I am running org-mode version 8.3.4 with Emacs 24.5.1. I believe this is > the latest stable version of org-mode. I want to export some of my org > files to Open Document format. But it does not show the option to export > to Open Document ("export as

Re: [O] seeking advice on use of drawers vs blocks

2016-04-07 Thread Marco Wahl
discussed a while ago that would define org syntax, but I can't remember now > where this document is. Does anybody remember? http://orgmode.org/worg/dev/org-syntax.html See "Drawers and Property Drawers". HTH, -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] org-bbdb-anniversaries, bbdb v3

2016-03-08 Thread Marco Wahl
my agenda with (org-version)"8.3.3". BTW I use `org-bbdb-anniversaries-future'. See section "Anniversaries from BBDB" in the info documentation (info "(org) Weekly/daily agenda"). Best regards, -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] org-attach-commit optional

2016-02-11 Thread Marco Wahl
urther it looks natural to me to do *one* commit for a note which has attached some fresh files. Best regards, -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] Losing trust in Org: stable org-mode releases and unit tests for basic functionality

2016-01-19 Thread Marco Wahl
Hi Karl, > * Marco Wahl <marcowahls...@gmail.com> wrote: >> >> Further I think you can improve Org's reliability (and your perception >> on it) by investing more energy into Org. Obviously you already do >> invest energy into Org as your contributions on this

Re: [O] Scope issue: "SCHEDULED/DEADLINE" in blocks are being evaluated

2016-01-17 Thread Marco Wahl
ntation of `org-todo' has: "With a numeric prefix arg of -1, cancel repeater to allow marking as DONE." > So I guess the new scope is too generous. I bet that this issue has been there all the time. Best regards, -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] Losing trust in Org: stable org-mode releases and unit tests for basic functionality

2016-01-17 Thread Marco Wahl
vesting more energy into Org. Obviously you already do invest energy into Org as your contributions on this list show. You cold go ahead and start reading Org's code, writing tests, etc. Each action would give you more confidence with Org. My 2 ct, -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] Scope issue: "SCHEDULED/DEADLINE" in blocks are being evaluated

2016-01-17 Thread Marco Wahl
s (in particular when a repeater like '+1w' is involved) on progressing the todo is unspecified AFAICS. Best regards, -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] Weirdness with Agenda and "C-u r"

2016-01-16 Thread Marco Wahl
v- the agenda #v+ Headlines with TAGS match: tag2 Press ‘C-u r’ to search again with new search string tmp:Two :tag2: #v- appears. HTH, -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] Org Clock Error

2016-01-15 Thread Marco Wahl
(sym, Vinternal_interpreter_environment); > | else > ` > > so it seems to be only active *for that file*: you need "(defvar org-state)" > in > each file that uses the variable. Thanks for sharing your insights! This looks good to me. I just committed your suggestion. Best regards, -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] Recurring todos gets closed and not re-scheduled

2016-01-15 Thread Marco Wahl
mane.org/gmane.emacs.orgmode/104179. This issue is fixed in the current git-version AFAICT. It was an issue with the change to lexical-scoping. I recommend you to try the new version. Bye, -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] Org Clock Error

2016-01-14 Thread Marco Wahl
e is dynamically bound). > > Untested and possibly wrong. Manually tested your suggestion and it fixes the issue of '(void-variable org-state)'. Technically I'm not sure what a reliable fix looks like. There is e.g. already the line (defvar org-state) ;; dynamically scoped into this function in org-clock.el. Best regards, -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] [Show Org source] button does not work

2016-01-13 Thread Marco Wahl
> >http://orgmode.org/worg/org-tutorials/org-outside-org.org.html > > and loads it. > > http://orgmode.org/worg/ does not have a .html suffix so the rpl() > function leaves it alone. > > This is with FF 43.0.3 on Fedora 22. The desired behaviour of the [Show Org source] button for http://orgmode.org/worg/ can be found at http://orgmode.org/worg/index.html. My 2 ct, -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] Seeing Actual Emphasis in Orgmode Buffer

2016-01-13 Thread Marco Wahl
quot; either ... > > So you actually see the "bold" rendering in the "buffer" corresponding to > the ".org" file ​? > > ​If so, there is "hope" for me ;-)​ Sure, always! ;) Maybe you get some insight if you do e.g. 'M-x customize-face italic' and play with settings. HTH -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] [PATCH] New version of org-velocity

2015-12-15 Thread Marco Wahl
gt; interactively, and changes the default behavior to better accommodate > users who use org-velocity for navigation instead of note-taking. May I update your package in the repo? Best regards, -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] [PATCH] New version of org-velocity

2015-12-15 Thread Marco Wahl
ead of note-taking. I just pushed org-velocity 4.1 to maint and to master. Best regards, -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] Problems with org-drill

2015-12-02 Thread Marco Wahl
gt; > Does anyone else have this problem and know how to fix it? Yes and you can remove the line (set-window-start nil window-start) from defun org-toggle-latex-fragment in org.el for a fix. I use this fix for a while and have not seen any (unwanted) side effects yet. The real issue may be somewhere else though. HTH, -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] bug in org-habits

2015-11-03 Thread Marco Wahl
.2 Actually there has been introduced a constraint on the ordering planning lines and property drawers in 8.3. See http://orgmode.org/Changes.html. This at least invalidates to use PROPERTIES before SCHEDULED afaics. HTH -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] bug in org-habits

2015-11-03 Thread Marco Wahl
s might be a bit personal. I can say nothing about the technical view of having that constraint. Best regards, -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] using org-agenda-view-columns-initially option, needs double quit to leave agenda?

2015-10-12 Thread Marco Wahl
er possibility would be to advice 'Q' like #v+ (advice-add 'org-agenda-Quit :before (lambda () (if org-agenda-columns-active (org-columns-quit #v- All not so well tested. -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] PROPERTIES and LOGBOOK order

2015-10-10 Thread Marco Wahl
es.html or in etc/ORG-NEWS of a respective org source tree. -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] Multiple capture templates in file

2015-10-06 Thread Marco Wahl
t can't be done or my syntax was wrong? How could anyone tell if you don't show your attempt? > Does anyone have any ideas? What about this? WorkProj1Templates.el: #v+ (push '("1" "Todo" entry (file+headline (concat org-directory "/WorkProj1.org") "Tasks") "* TODO %?") org-capture-templates) #v- -- Marco Wahl GPG: 0x49010A040A3AE6F2

Re: [O] [docupatch] Prefix argument to exclude agenda items

2015-09-10 Thread Marco Wahl
cat there) and send a patch with git > format-patch? I applied the changes you suggested and directly committed to branch maint (commits 0b71022 and a4375e8). Bye, -- Marco Wahl GPG: 0x49010A040A3AE6F2

[O] [docupatch] Prefix argument to exclude agenda items

2015-09-09 Thread Marco Wahl
Hi! I just found out by accident that a prefix argument to < (org-agenda-filter-by-category) excludes the category of the item at point from the agenda. Looks like that feature did not make it into the documentation. Is the extension of the documentation below acceptable?

Re: [O] LOGBOOK entry lands outside LOGBOOK

2015-05-21 Thread Marco Wahl
Hi, Lawrence Bottorff borg...@gmail.com writes: I'm using the C-c C-z to make what I though would be LOGBOOK entries, but they seem to appear outside the :LOGBOOK . . . :END: block, even though my cursor is positioned inside the block. What do I do to keep them inside? You could specify that

Re: [O] Incomplete org-plus-contrib

2015-05-20 Thread Marco Wahl
Rasmus ras...@gmx.us writes: IIUC org-eww is missing because it is not included in branch 'maint'. Possibly it is a good idea to put org-eww there. In the lisp folder, maint is typically for bug fixes. I guess for contrib it's more flexible. So would you recommend to copy org-eww to branch

Re: [O] Incomplete org-plus-contrib

2015-05-20 Thread Marco Wahl
Hi! Kaushal kaushal.m...@gmail.com writes: I was following the installation instructions on http://orgmode.org/elpa.html because I wanted to have the org and the contrib packages installed via the emacs package manager. I installed the org-plus-contrib package from the package manager as

Re: [O] [RFC] Org linting library

2015-04-19 Thread Marco Wahl
Hi! Nicolas Goaziou m...@nicolasgoaziou.fr writes: The following library implements linting for Org syntax. The sole public function is `org-lint', which see. Great, thanks a lot. Already found some issues with some org-files. Results are displayed in a special *Org Lint* buffer with a

[O] [worg] Request for help to fix the 'Show Org source'

2015-04-18 Thread Marco Wahl
Hi worgers, The button 'Show Org source' disappoints on worg pages when the url does not contain an explicit name. See e.g. http://orgmode.org/worg/ vs. http://orgmode.org/worg/index.html. This behavior is due to javascript-function #v+ function show_org_source(){ document.location.href

Re: [O] org-drill problem: questions are blank

2015-03-30 Thread Marco Wahl
Peter Westlake peter.westl...@pobox.com writes: On Mon, 30 Mar 2015, at 17:54, Marco Wahl wrote: Hi Peter, Peter Westlake peter.westl...@pobox.com writes: Thanks for the suggestion, but this doesn't make the bug go away for me. That's awkward. Just to be sure: did you evaluate

Re: [O] org-drill problem: questions are blank

2015-03-30 Thread Marco Wahl
Hi Peter, Peter Westlake peter.westl...@pobox.com writes: Thanks for the suggestion, but this doesn't make the bug go away for me. That's awkward. Just to be sure: did you evaluate the function after changing the line in function org-toggle-latex-fragment of org.el to ; (set-window-start

Re: [O] org-drill problem: questions are blank

2015-03-29 Thread Marco Wahl
Peter Westlake peter.westl...@pobox.com writes: On Thu, 26 Mar 2015, at 17:26, J. David Boyd wrote: Peter Westlake peter.westl...@pobox.com writes: From time to time Org-drill shows me a blank window instead of a question. The frame, mode line and prompt to answer are visible, but

Re: [O] CATEGORY Drawer

2015-03-12 Thread Marco Wahl
Colin Baxter m43...@yandex.com writes: If I try to insert a Category drawer with C-c C-x p and select CATEGORY, I get the error: org-entry-put: The CATEGORY property cannot be set with `org-entry-put' Same here. I don't understand why I'm not able to do this. I'm using org-8.3beta. I also

[O] [org-drill] Suggestion to fix the drop of org-end-of-meta-data-and-drawers

2015-02-12 Thread Marco Wahl
Hi, since the drop of org-end-of-meta-data-and-drawers contrib/org-drill fails in master. AFAICT a possible fix is: #v+ diff --git a/contrib/lisp/org-drill.el b/contrib/lisp/org-drill.el index a0d33aa..8154904 100644 --- a/contrib/lisp/org-drill.el +++ b/contrib/lisp/org-drill.el @@ -1708,7

Re: [O] http://orgmode.org/worg/code/org-info-js/ broken

2015-02-02 Thread Marco Wahl
Hello! Svjatoslav Agejenko svjatos...@svjatoslav.eu writes: Button Show Org source on page http://orgmode.org/worg/code/org-info-js/ does not work. You could try the explicit http://orgmode.org/worg/code/org-info-js/index.html instead. The button's action depends on the concrete

Re: [O] http://orgmode.org/worg/code/org-info-js/ broken

2015-01-30 Thread Marco Wahl
Svjatoslav Agejenko svjatos...@svjatoslav.eu writes: Button Show Org source on page http://orgmode.org/worg/code/org-info-js/ does not work. You could try the explicit http://orgmode.org/worg/code/org-info-js/index.html instead. The button's action depends on the concrete form of the URL in

Re: [O] http://orgmode.org/worg/code/org-info-js/ broken

2015-01-29 Thread Marco Wahl
Hi Svjatoslav, Button Show Org source on page http://orgmode.org/worg/code/org-info-js/ does not work. my first thought was that the issue could be an outdated compressed version the javascript file. This thought was a bit esoteric and actually the compression was not to blame. When I

Re: [O] Table: Insert Cell

2015-01-29 Thread Marco Wahl
jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) writes: Tory S. Anderson writes: Does anyone know a solution for the surely common case of needing to insert a cell (not a column or row) into an orgmode table? Spreadsheet programs allow the option of pushing the column down or pushing

Re: [O] org-clock-select-task: how does it work?

2015-01-28 Thread Marco Wahl
Hi! torys.ander...@gmail.com (Tory S. Anderson) writes: 2) As Peter originally mentioned, I see only five tasks on the list; I have more than that each week. Can this be expanded with some variable? AFAICS this is variable org-clock-history-length. Having looked into problem 2 by going to

Re: [O] Wanderlust and org-capture

2015-01-26 Thread Marco Wahl
... ./contrib/lisp/org-wl.el at least in the current master branch. This file is not in my org files integrated in emacs. That's why I didn't find it. Are there many differences between integrated org (emacs git repo), elpa package and git repository? I think one can regard the contrib

Re: [O] Wanderlust and org-capture

2015-01-23 Thread Marco Wahl
Hi, Cédric Chépied cedric.chep...@gmail.com writes: I'm using wanderlust to read and write emails in emacs. I wanted to use org-capture to add TODOs in my org files. In org-capture-templates documentation there is a line talking about wanderlust (I think): vm, wl, mh, mew, rmail, |

[O] Following a date in a drawer fails

2015-01-20 Thread Marco Wahl
Hi, I just started to use appointment entries like * Angela Merkel :breakfast: :PROPERTIES: :APPT_DATE: 2015-01-21 Wed 09:00 :APPT_LOCA: Berlin :END: I would have expected to be able to follow the link to the date with M-x org-open-at-point

[O] [Bug] org-drill leeches

2015-01-13 Thread Marco Wahl
Hi group and Paul, some of my drill items have become tagged as leech. This causes the next drill session to fail. I fixed this like so: #v+ 1 file changed, 1 insertion(+), 1 deletion(-) contrib/lisp/org-drill.el | 2 +- Modified contrib/lisp/org-drill.el diff --git

Re: [O] Bug: org-dblock-update expects function calendar-absolute-from-iso, which no longer exists

2015-01-12 Thread Marco Wahl
Christoph LANGE math.semantic@gmail.com writes: Hi all, I'm using clocktables to compute my working hours per calendar week, e.g. #+NAME: T2014-W50 #+BEGIN: clocktable :block 2014-W50 :maxlevel 0 :scope (default.org) :indent #+CAPTION: Clock summary at [2015-01-12 Mon 09:47], for

Re: [O] Bug: org-dblock-update expects function calendar-absolute-from-iso, which no longer exists

2015-01-12 Thread Marco Wahl
Marco Wahl marcowahls...@gmail.com writes: Christoph LANGE math.semantic@gmail.com writes: [...] The following workaround helps: (defalias 'calendar-absolute-from-iso 'calendar-iso-to-absolute) [...] I try to fix the concrete issue immediately. Fixed, I think. The workaround should

Re: [O] Order of drawers will be checked i nnew org version

2015-01-12 Thread Marco Wahl
Hi! Stefan-W. Hahn stefan.h...@s-hahn.de writes: I tried current version of org-mode: commit 10954832e5168c301e4c0d266089a5f77062212b Author: Nicolas Goaziou m...@nicolasgoaziou.fr Date: Thu Jan 1 21:37:35 2015 +0100 and got the problem that most of my drawers are now regarded as

Re: [O] (org-agenda-to-appt) with sexp org-diary-class entry?

2014-12-08 Thread Marco Wahl
Hi Benjamin, Thanks, Marco. Well, it at least helps to update me to a non-obsolete sexp method. I have no idea how to check what's actually been pushed to `appt` to see whether the updated org-class really behaves differently to org-diary-class in this respect. (So I'll have to see

Re: [O] (org-agenda-to-appt) with sexp org-diary-class entry?

2014-12-05 Thread Marco Wahl
Hi Benjamin, None of my events which are scheduled with org-diary-class sexp entries seem to get pushed with (org-agenda-to-appt) (for triggering alarms etc.). Is this simply a limitation of sexp org-diary-class? Is there are workaround, or would it be better to simply schedule such events

[O] [PATCH] org-eww.el: Fix org-store-link for eww-mode

2014-11-26 Thread Marco Wahl
00500afb8ced99ccaf9334ca183bc572bb6ae29a Mon Sep 17 00:00:00 2001 From: Marco Wahl marcowahls...@gmail.com Date: Wed, 26 Nov 2014 10:38:43 +0100 Subject: [PATCH] org-eww.el: Fix org-store-link for eww-mode * contrib/lisp/org-eww.el (org-eww-store-link): Depending on the Emacs version use the appropriate interface

Re: [O] pdf images in html export

2014-11-12 Thread Marco Wahl
Andreas Leha andreas.l...@med.uni-goettingen.de writes: how would I export an org file containing [[file:./myimage.pdf]] to html so that a say png version myimage.pdf is inlined in the html which links to the pdf? I guess it should be possible to run imagemagick on all pdf links during

Re: [O] A file with 'org-mode rot'?

2014-11-11 Thread Marco Wahl
Hi Karl, Karl Voit devn...@karl-voit.at writes: In the recent weeks I had the issue that LOGBOOK drawers were moved before PROPERTIES drawers ending up in double PROPERTIES drawers where the second one is ignored (habit, ...) or just one LOGBOOK drawer followed by one ignored PROPERTIES

[O] [PATCH] org-agenda: Switch to current API for two calendar calls

2014-11-04 Thread Marco Wahl
Hi Orgers, I updated two occurances of calls to calendar functions. One replacement fixes the functionality of the 'h' key in the agenda for emacs 25. Best regards, Marco From 43b3944e1d5fea709bb713ed818d725e9dc2a0af Mon Sep 17 00:00:00 2001 From: Marco Wahl marcowahls...@gmail.com Date: Tue

Re: [O] [PATCH] New version of org-velocity

2014-11-04 Thread Marco Wahl
Hi Paul! Paul Rodriguez p...@ruricolist.com writes: I am not a committer. Previously I've always sent in new versions of org-velocity as patches, following the procedure on the Org wiki. I don't usually follow the mailing list, so perhaps the procedure for handling contributions has changed

Re: [O] [PATCH] New version of org-velocity

2014-10-31 Thread Marco Wahl
Hello Paul, Paul Rodriguez p...@ruricolist.com writes: This is a new version of org-velocity. Principally it differs in using cl-lib and lexical binding, but there are also some minor bugfixes for presenting results on very large screens and compatibility with evil-mode. Thanks for sharing.

Re: [O] [PATCH] New version of org-velocity

2014-10-31 Thread Marco Wahl
Paul Rodriguez p...@ruricolist.com writes: I'm afraid I don't understand the question. Is there a problem with the patch? AFAICS there is no problem with your patch. I just wonder about how your patch could be applied to the repository. Can you do this? Best regards, Marco --

Re: [O] org-capture/remember in Emacs 24.4.1? (Marco Wahl)

2014-10-29 Thread Marco Wahl
Benjamin Slade sl...@jnanam.net writes: I figured it out - in updating, I had lost the cdlatex package, and org-capture wants this for some reason, that's why it was crashing for me. Library confusion sounds indeed like a probable source of the crashes. Great, that you figured that out!

Re: [O] org-capture/remember in Emacs 24.4.1? (Marco Wahl)

2014-10-28 Thread Marco Wahl
Benjamin Slade sl...@jnanam.net writes: Your code works for me (Emacs 25 with a current Org from the git repo). Just guessing: Do you have installed a further hook for deleting frames in certain situations which might be the wrongdoer? I don't seem to. I can't find anything else which

Re: [O] org-capture/remember in Emacs 24.4.1?

2014-10-27 Thread Marco Wahl
Hi Benjamin, Benjamin Slade sl...@jnanam.net writes: I had the following snippets in my .emacs which allowed me to call up a mini-emacsclient frame to quickly add notes and TODOs etc. It doesn't seem to work anymore (it comes up, but as soon as I choose [t], [n] etc. it disappears). Is

Re: [O] [PATCH] org.el: Fix bindings of and for calendar scrolling

2014-10-24 Thread Marco Wahl
Achim Gratz strom...@nexgo.de writes: Marco Wahl writes: Since the fix is small and clear (AFAICT) and the tests pass I try to push it directly to maint. Please keep maint merged into master. Ahh, okay, thanks. I thought the maintainers would do those merges automatically. I just saw

Re: [O] [PATCH] org.el: Fix bindings of and for calendar scrolling

2014-10-21 Thread Marco Wahl
Hello Sebastien, Sebastien Vauban sva-n...@mygooglest.com writes: Marco Wahl wrote: Find a fix for the bindings of and for calendar scrolling for Emacs 25. The fix is necessary because Emacs 25 dropped some aliases in the calendar lib, in particular those that have been bound

[O] [PATCH] org.el: Fix bindings of and for calendar scrolling

2014-10-20 Thread Marco Wahl
it directly to maint. Regards, Marco -- http://www.wahlzone.de GPG: 0x0A3AE6F2 From 8b63dc950302dad862b9e03bda3854d7d351cac4 Mon Sep 17 00:00:00 2001 From: Marco Wahl marcowahls...@gmail.com Date: Mon, 20 Oct 2014 21:47:42 +0200 Subject: [PATCH] org.el: Fix bindings of and for calendar scrolling

Re: [O] Small bug? Strange behaviour of

2014-10-20 Thread Marco Wahl
Hi Igor, I have: org 8.2.10 on emacs 24.3. PS: BTW is there a command to insert org-version and emacs version in a emails automatically? What about using (signature (concat Org (org-version) , (emacs-version))) in gnus-posting-styles? Best regards, Marco -- Org 8.2.10, GNU Emacs

Re: [O] electric-indent-mode in Emacs 25 not indenting in Org

2014-10-16 Thread Marco Wahl
Hello William, I got tired of waiting for prettify-symbols-mode so I compiled Emacs from source, which gives me version 25.0.50.1 (25 being next after 24.4). This looks like a nice mode. Thanks for the hint. I noticed something odd with electric-indent-mode, which I had enabled, and which

Re: [O] Internal links not working?

2014-10-15 Thread Marco Wahl
Hi Marcin, I have this test file: #+TITLE: Link testing * Heading :PROPERTIES: :CUSTOM_ID: link-target :END: * Second heading target * Third heading * Fourth heading Testing linking to precise targets, not headings: Third heading * Links

Re: [O] Internal links not working?

2014-10-15 Thread Marco Wahl
#+TITLE: Link testing * Heading :PROPERTIES: :CUSTOM_ID: link-target :END: * Second heading target * Third heading * Fourth heading Testing linking to precise targets, not headings: Third heading * Links [[#link-target]] [[target]] [[Second heading]] [[Third heading]] When I

[O] [PATCH] contrib/lisp/org-velocity: Fix failure for big window

2014-10-14 Thread Marco Wahl
Sep 17 00:00:00 2001 From: Marco Wahl marcowahls...@gmail.com Date: Tue, 14 Oct 2014 20:07:31 +0200 Subject: [PATCH] contrib/lisp/org-velocity: Fix failure for big window * contrib/lisp/org-velocity.el (org-velocity-incremental-read): Reversed the estimation against window-height. --- contrib/lisp

Re: [O] [PATCH] Fix: Emacs 25 fancy diary inclusion in agenda

2014-10-13 Thread Marco Wahl
Hi Achim, Thanks for your corrections and hints. Patch pushed! It looks like that patch should have gone to maint rather than master Sorry for that. I was not aware that fixes should go to maint. I just naively took the first best branch (which was master) for applying the change. BTW: It

Re: [O] [PATCH] Fix: Emacs 25 fancy diary inclusion in agenda

2014-10-13 Thread Marco Wahl
Aaron Ecay aarone...@gmail.com writes: 2014ko urriak 11an, Achim Gratz-ek idatzi zuen: It looks like that patch should have gone to maint rather than master and please use a properly formatted commit message in the future: For reference, this link describes what Achim means about commit

Re: [O] [PATCH] Fix: Emacs 25 fancy diary inclusion in agenda

2014-10-11 Thread Marco Wahl
Hi Aaron, Aaron Ecay aarone...@gmail.com writes: 2014ko urriak 10an, Marco Wahl-ek idatzi zuen: diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index da7993c..5fd9fbc 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -5112,8 +5112,10 @@ of what a project is and how to check

Re: [O] [PATCH] Fix: Emacs 25 fancy diary inclusion in agenda

2014-10-11 Thread Marco Wahl
Bastien b...@gnu.org writes: The patch has shrunk considerably and hopefully is worth for the push now. The patch looks good, please go ahead. Thanks! Patch pushed! Thanks and regards, Marco -- http://www.wahlzone.de GPG: 0x0A3AE6F2

[O] [PATCH] Fix: Emacs 25 fancy diary inclusion in agenda

2014-10-10 Thread Marco Wahl
below. Comments are welcome. Best regards, Marco From ebf45bd1c6d7435a8f9f991c6466bf704f223ce9 Mon Sep 17 00:00:00 2001 From: Marco Wahl marcowahls...@gmail.com Date: Fri, 10 Oct 2014 15:49:38 +0200 Subject: [PATCH] Fix: Emacs 25 fancy diary inclusion in agenda * lisp/org-agenda.el (org-get

Re: [O] [Org-Drill] Latex Images are removed in sessions

2014-10-09 Thread Marco Wahl
Hi Thomas, first of all thanks for the great piece of software. Totally agreed. * Einheitliche Kreisbewegung :drill: Zentripetale Beschleunigung bei gegebener Geschwindigkeit $v$ und

[O] [PATCH] Kill in eww and keep the links for org

2014-10-07 Thread Marco Wahl
the code? Ciao, Marco From 5f03c47861a828b7a75d890e05121c028a003296 Mon Sep 17 00:00:00 2001 From: Marco Wahl marcowahls...@gmail.com Date: Thu, 2 Oct 2014 23:09:11 +0200 Subject: [PATCH] org-eww.el: Special kill in eww for Org for keeping the links * contrib/lisp/org-eww.el(org-eww-copy-for-org-mode

Re: [O] [PATCH] Kill in eww and keep the links for org

2014-10-07 Thread Marco Wahl
Hi! Nicolas Goaziou m...@nicolasgoaziou.fr writes: Since the file is in contrib and you're its author, you can obviously push the code. Thanks for making that clear. Some minor comments follow. +;;; org-eww.el --- Store url and kill from eww-mode for Org Eww mode +(equal (point)

Re: [O] [patchattached] Store link to url of eww

2014-10-02 Thread Marco Wahl
Hi Aaron, [...] I have pushed your patch to the master branch of the org-mode repo. If you want commit access, you can follow the instructions in the wiki: http://orgmode.org/worg/org-contribute.html#devs. Thank you for your action and the hint about committing. For my next contribution

Re: [O] [patchattached] Store link to url of eww

2014-10-02 Thread Marco Wahl
Hi Bastien, I added you to the list of contributors here: http://orgmode.org/worg/org-contribute.html#contributors_with_fsf_papers Thanks for contributing! Thanks for adding me! Best wishes, Marco -- http://www.wahlzone.de PGP: 0x0A3AE6F2

Re: [O] [patchattached] Store link to url of eww

2014-10-01 Thread Marco Wahl
Hi! Marco Wahl marcowahls...@gmail.com writes: Aaron Ecay aarone...@gmail.com writes: 2014ko irailak 23an, Rasmus-ek idatzi zuen: ...that’s in the section for tinychange contributors without papers on file though. I just initiated the assignment process according to your hint. AFAICS it's

Re: [O] [patchattached] Store link to url of eww

2014-09-24 Thread Marco Wahl
Aaron Ecay aarone...@gmail.com writes: 2014ko irailak 23an, Rasmus-ek idatzi zuen: I think he did: Patch: From: Marco Wahl marcowahls...@gmail.com Worg: 14. Marco Wahl ...that’s in the section for tinychange contributors without papers on file though. I just initiated the assignment

[O] Can't kill in org-mode when in org-indent-mode

2011-07-07 Thread Marco Wahl
Hi, when I try to kill a region in a org-buffer with org-indent-mode set (i.e. not so many stars in the headlines) there is an error. The *Backtrace* shows Debugger entered--Lisp error: (wrong-number-of-arguments (lambda (string) Remove indentations between BEG and END. (remove-text-properties

Re: [O] Can't kill in org-mode when in org-indent-mode

2011-07-07 Thread Marco Wahl
Bastien b...@altern.org writes: Looks like an interface change to me. Or is it just a problem with my setup? I confirm it's a bug, I'm on it now. This should be fixed now. Thanks! It is fixed. Great! Many thanks! Marco

[O] Can't kill in org-mode when in org-indent-mode

2011-07-06 Thread Marco Wahl
Hi, when I try to kill a region in a org-buffer with org-indent-mode set (i.e. not so many stars in the headlines) there is an error. The *Backtrace* shows more or less Debugger entered--Lisp error: (wrong-number-of-arguments (lambda (string) Remove indentations between BEG and END.

<    1   2   3   4