[Orgmode] org-batch-agenda-csv shows incomplete time

2010-02-20 Thread Max
~/.emacs -eval '(org-batch-agenda "a" org-agenda-ndays 1)' Appt: 22:00-23:30 Testing :work:: Thanks, Max ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@

[Orgmode] Exporting of sexps to iCalendar

2010-03-31 Thread Max
ar.el? E.g. could sexps with multiple occurrences be resolved into multiple iCalendar events for the next n days? I think birthdays that are captured in BBDB would get properly exported as well. Would this be possible? Ideas? Thanks, max ___ Emacs-orgmo

[Orgmode] 2nd org-done when invoked from Agenda bug

2007-08-03 Thread max
: (0)ALL (1)TODO (2)DONE test: DONE one test: one - And the 2nd TODO is not marked as DONE but remains unchanged in the ~/test.org buffer. Does not happen if org-log-done is not set. Regards, Max

[O] [PATCH 1/2] Fix error with %e agenda prefix format when there is no effort set

2011-07-21 Thread Max Mikhanosha
fort From c06b376737142eff5cdec71e8fc8129552aba673 Mon Sep 17 00:00:00 2001 From: Max Mikhanosha Date: Wed, 6 Jul 2011 20:05:06 -0400 Subject: [PATCH 1/2] Fix error with %e agenda prefix format when there is no effort set --- lisp/org-agenda.el |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git

[O] [PATCH 2/2] Log yesterday item today, better org-extend-today-until

2011-07-21 Thread Max Mikhanosha
e will be marked as of 23:59 yesterday. From daebd6ca8f75ad3266075a8b3ec5d3a1f411ecfb Mon Sep 17 00:00:00 2001 From: Max Mikhanosha Date: Thu, 21 Jul 2011 13:20:01 -0400 Subject: [PATCH 2/2] Make `org-extend-today-until' variable affect log notes, and CLOSED: line. (org-done-yesterday), (org-agenda-done

[O] org-timestamp-up/down broken in tip

2011-07-21 Thread Max Mikhanosha
With latest git I can only press S-up or S-down on the time part of the timestamp once, after changing the time it moves point to the closing bracket, and doing another S-up or S-down changes the date part instead of time. Example: with point on the "05" at the timestamp [2011-07-21 Thu 19:05] doi

Re: [O] Problems getting dropbox support on MobileOrg

2011-07-22 Thread Max Mikhanosha
> see "Dropbox authentication". Should the "MobileOrg" folder > have been created for me on my Dropbox site? (It looks like it is > automatically created on the iphone app). Nothing was created, either > before or after attempting to sync. So, I then manually created > "MobileOrg" folder, and

Re: [O] [PATCH 1/2] Fix error with %e agenda prefix format when there is no effort set

2011-07-22 Thread Max Mikhanosha
> > (setq category (substring category 0 (1- > > org-prefix-category-max-length) > >;; Evaluate the compiled format > > + (assert effort) > > Why is this needed? Oops left that in accidentally. If you hold on for a few days, I

Re: [O] [PATCH] Fix %e agenda format and refresh of agenda items in general

2011-07-22 Thread Max Mikhanosha
Here is an updated patch, its split into 3 very small part, belowe is an explanaton of each: 1. First patch is my original patch to fix error with %e agenda format. 2. Second patch fixes what I beleive to be a logic bug. Most agenda related commands have the following format: (defun org-agenda

[O] [babel] ':file' argument does not work

2011-07-24 Thread Max Flöttmann
w the wrapper code either. I'm using Aquamacs 2.2 and Org-mode version 7.6 (release_7.6.1.gc51d). Does anybody know a fix for this? Regards, Max

[O] [PATCH] New org-depend trigger for finding next highest priority/effort item

2011-07-24 Thread Max Mikhanosha
org-depend TRIGGER chain-siblings(NEXT) property is hardly usable for me, because it requires too much effort to keep items nicely sorted. For example if next headline is already in DONE state, chain-siblings would still change it. I prefer to sort my items by setting their priorities and/or effor

[O] [babel] :file header

2011-07-24 Thread Max Flöttmann
'm using Aquamacs 2.2 and Org-mode version 7.6 (release_7.6.1.gc51d). Does anybody know a fix for this? Regards, Max

Re: [O] [PATCH] New org-depend trigger for finding next highest priority/effort item

2011-07-26 Thread Max Mikhanosha
At Tue, 26 Jul 2011 13:48:30 +0200, Bastien wrote: > > > +;; list and then filtered and sorted according to OPTIONS > > +;;- The first sibling on the list is changed into KEYWORD state > > +;;- The sibling also gets the same TRIGGER property > > +;; "chain-siblings-scheduled", so

Re: [O] [PATCH] New org-depend trigger for finding next highest priority/effort item

2011-07-26 Thread Max Mikhanosha
dated test file, added #+TODO line since NEXT is not in default list of keywords. Content-Disposition: attachment; filename="0011-Add-chain-find-next-trigger-option.patch"][8bit]] From 6140261b2fe0e15ac36d8222c38790680cd3f9d4 Mon Sep 17 00:00:00 2001 From: Max Mikhanosha Date: Sun, 24 Ju

Re: [O] [PATCH] New org-depend trigger for finding next highest priority/effort item

2011-07-27 Thread Max Mikhanosha
At Wed, 27 Jul 2011 13:33:16 +0200, Bastien wrote: > > Also, it would be really nice to update this tutorial on Worg and to > show how to use the new feature you introduced: > > http://orgmode.org/worg/org-contrib/org-depend.html > Done, will push once I have permissions

[O] [PATCH] recognize HH:MM duration when sorting table rows

2011-08-04 Thread Max Mikhanosha
`org-table-sort-lines' function allows one to sort the rows of a table, by the t/T format for the column only recognizes timestamps with a date. A patch pasted below adds recognition of HH:MM durations. diff --git a/lisp/org.el b/lisp/org.el index c1fd346..e65d992 100644 --- a/lisp/org.el +++ b/li

[O] [PATCH] Add :sort option to clocktable report

2011-08-04 Thread Max Mikhanosha
Attached patch adds new options :sort to the clocktable report options. Valid values: time-up or T - highest time on top time-down- lowest time on top For multi-file clock reports, entries in each file are sorted separately and then the files are also sorted based on file total. Perhaps this

Re: [O] how to include effort in agenda prefix?

2011-08-17 Thread Max Mikhanosha
Use %e format for effort. If it gives you an error you need newer org-mode, as the patch to fix %e format only got applied recently. At Wed, 17 Aug 2011 15:14:12 -0700, Michael Gilbert wrote: > > Hi all ��> > I want to be able to skim across my agenda and see effort estimates. I have > been loo

[O] [babel][R] no return values in R code blocks

2011-08-29 Thread Max Flöttmann
result? I'm using version 7.7 and R2.13.1 Thanks, Max

Re: [O] [babel][R] no return values in R code blocks

2011-08-29 Thread Max Flöttmann
Hi Eric, Thanks for the response. I pulled the newest org version from the repository, mine was a few weeks old. Now it's returning results correctly. Cheers, Max 2011/8/29 Eric Schulte > Max Flöttmann writes: > > > Hi, > > When i run a code block like this using C-c C

Re: [O] Overall organization/setup for org mode: Projects and Tasks

2011-09-17 Thread Max Mikhanosha
Below is infodump on how I use org-mode personally.. You are welcome to poach ideas. Generally I'm pretty happy with my setup, and do not plan to do any radical changes to it. Wall of text warning. 1. Org file per project, with single top level heading.. Each file has a #+TAGS cookie that assig

Re: [O] shortcuts to hide nearest heading or sparse tree

2011-10-02 Thread Max Mikhanosha
At Sat, 24 Sep 2011 19:55:37 -0500, Kevin Buchs wrote: > I have been studying extensively and have not found a quick way to hide the > nearest heading (which > contains point) as well as the entire sparse tree. I often have two or more > sparse trees open as I go > look for information elsewhere

[O] Bug?: org-agenda-set-property sets property on wrong element

2012-06-28 Thread Max Mikhanosha
the point inside of 'some-command will not be at `pos', but where the user last moved it, _unless_ the buffer's window is selected window, then (goto-char) sticks through (call-interactively) boundary. Could be that there are other pieces of code like this in lurking in there. Regards, Max

Re: [O] Bug?: org-agenda-set-property sets property on wrong element

2012-06-28 Thread Max Mikhanosha
At Thu, 28 Jun 2012 06:16:06 -0400, Max Mikhanosha wrote: > > The problem seems to be that the code like this (with-current-buffer > buffer (goto-char pos (call-interactively 'some-command)) the point > inside of 'some-command will not be at `pos', but where the user la

Re: [O] Bug: startup: hidestars does not use the real window background color [7.8.11]

2012-09-28 Thread Max Mikhanosha
ent xterm's with similar but differently shaded backgrounds for different tasks, without changing background in Emacs. With this new fix, when org-mode file is visited on tty, it sets 'org-hide face foreground to "unspecified-bg" which makes all leading stars reverse color. Patch to fi

[O] [PATCH] speedup redisplay of agenda item after change

2012-09-28 Thread Max Mikhanosha
month, and did not noticed any problems so far. From 432293f3c55308f3f76b0c5284ca696fb11f10ea Mon Sep 17 00:00:00 2001 From: Max Mikhanosha Date: Fri, 28 Sep 2012 09:02:07 -0400 Subject: [PATCH] speedup redisplay of agenda item after change * lisp/org-agenda.el (org-agenda-change-all-lines): speedup

Re: [O] [PATCH] speedup redisplay of agenda item after change

2012-09-30 Thread Max Mikhanosha
At Sat, 29 Sep 2012 08:21:08 +0200, Bastien wrote: > > Max Mikhanosha writes: > > > Following patch changes (org-agenda-change-all-lines) to call > > (org-agenda-finalize) for each line changed, with agenda buffer > > narrowed to just that line, and it speeds up redi

Re: [O] Insert TODO Item at Bottom

2012-10-21 Thread Max Mikhanosha
At Fri, 19 Oct 2012 01:31:24 +0200, Esben Stien wrote: > > I add a TODO item with M-S-RET, but is there any way to insert the new > TODO item at the bottom of the current node or is there any way to > navigate quickly to the last TODO item of the current node?. > > I often run C-c a s to search,

[O] Hack: org-agenda-cache.el

2012-01-15 Thread Max Mikhanosha
As my agenda files slowly grew over the years, the speed of generating agenda had slowly deteriorated, finally hitting the point of me jdoing something about it. (it got to around 5-7 seconds, which kind of interrupts work-flow) Attached file org-agenda-cache.el is a "quick fix" solution that I de

Re: [O] Hack: org-agenda-cache.el

2012-01-16 Thread Max Mikhanosha
buffers, so need a global list. The kill-buffer hook should work there too. Regards, Max

Re: [O] Organizing by time or by subject and an idea

2012-01-21 Thread Max Mikhanosha
implement M-x org-ediff-subtree-with-sibling command, that would do that automatically, and would include the ediff hooks to do fold/reveal of regions The downside of this method is that you have to learn ediff, which is IMHO has a steep learning curve for new users, but is very powerful once you learn to use and customize it. Regards, Max

Re: [O] Organizing by time or by subject and an idea

2012-01-21 Thread Max Mikhanosha
At Sat, 21 Jan 2012 07:59:38 -0500, Max Mikhanosha wrote: > If you do this "copy the project" thing once a week or so, you can > have a nice ediff of the project's progress along the time-line. > > Actually it may not be a bad idea to implement M-x > org-ediff-subt

Re: [O] reveal the matches in grep-find or the diffs in ediff and hide the rest

2012-01-21 Thread Max Mikhanosha
At Sat, 21 Jan 2012 16:24:12 +0100, Michael Brand wrote: > > Hi all > > On Sat, Jan 21, 2012 at 13:59, Max Mikhanosha wrote: > > Then use M-x ediff-buffers, and you can navigate changes easily by > > pressing n or p in ediff control panel. I just tried it out and it >

Re: [O] Organizing by time or by subject and an idea

2012-01-21 Thread Max Mikhanosha
At Sat, 21 Jan 2012 07:59:38 -0500, Max Mikhanosha wrote: > > Go to Project 1, press, C-c C-x b (this will create indirect buffer > "Project 1-1"), then go to draft 2 tree, and do same thing. If you did > not edit the title, it will reuse the indirect buffer name, since

[O] Multiple agenda buffers at g...@github.com:7max/org-mode.git

2012-01-25 Thread Max Mikhanosha
da will show previously buried buffer if it exists, instead of re-generating it. This allows user to have many "mini-agendas" and switch between them rapidly I would appreciate any bug-reports about things not working, and of course patches or fixes for them. The most likely cause of any breakage is that `org-agenda-local-vars' list needs adjusting and/or fixing. Regards Max

Re: [O] Multiple agenda buffers at g...@github.com:7max/org-mode.git

2012-01-26 Thread Max Mikhanosha
notice. At Thu, 26 Jan 2012 09:50:22 +, Carsten Dominik wrote: > > Hi Max, > > how did you select the variables that should become buffer-local? > You might have too many in your list, for example org-last-heading-marker... > > Cheers > > - Carsten > > On 25.

Re: [O] Multiple agenda buffers at g...@github.com:7max/org-mode.git

2012-01-26 Thread Max Mikhanosha
report later. At Thu, 26 Jan 2012 06:17:45 -0500, Max Mikhanosha wrote: > > I realize that I may have too many, my initial approach was to start > with some obvious one, then test and keep adding to the list. > > But the bugs that shows up are hard to reproduce, and subtle, an

Re: [O] Multiple agenda buffers at g...@github.com:7max/org-mode.git

2012-01-26 Thread Max Mikhanosha
At Thu, 26 Jan 2012 06:39:45 -0500, Found that switching to weekly/daily view was broken, and committed removal of org-agenda-overriding-restriction and org-agenda-overriding-arguments from the local var list. Max Mikhanosha wrote: > > I had committed a change that activates local var

Re: [O] Some struggles of mine with org-mode

2012-02-08 Thread Max Mikhanosha
At Tue, 07 Feb 2012 14:16:02 -0800, lngn...@gmail.com wrote: > > So, to summarize, org-agenda-files should reflect those files I > need to access because they have TODOs, Deadlines, Happenings, or > Reminders in them. My search Universe should be constrained > enough to result in

[O] Multiple/sticky agenda buffers branch updated

2012-02-09 Thread Max Mikhanosha
In case anyone is trying out g...@github.com:7max/org-mode.git sticky agendas functionality, I pushed some bug fixes. M-x org-toggle-sticky-agenda now works correctly when its turned on when agenda buffer already exists. When refreshing agenda buffers, prefix format was being pickup up from the l

Re: [O] Frames and the agenda

2012-02-24 Thread Max Mikhanosha
Check out my multiple-agenda-buffers branch from http://github.com/7max/org-mode Its designed exactly for that (multiple independent agenda buffers living together). to enable it use, M-x org-toggle-sticky-agenda You will have to set different agenda names for different agenda views in your org-a

Re: [O] Frames and the agenda

2012-02-28 Thread Max Mikhanosha
rg-mode its hard to be completely synced up all the time. Regards, Max

[O] Rebased to the latest tip

2012-02-29 Thread Max Mikhanosha
ent smoothly, and pushed to https://github.com/7max/org-mode Regards, Max

Re: [O] Sticky Agenda buffer: Announcement and request for testing

2012-03-14 Thread Max Mikhanosha
name will take precedence over the automatic method. Regards, Max

Re: [O] [Sticky Agenda] How to create Agenda Buffers in functions

2012-04-03 Thread Max Mikhanosha
At 3 Apr 2012 19:10:30 +0200, Sven Bretfeld wrote: > > Hi all > > The Sticky Agenda is something I have been waiting for since a long > time. Thank you very much! > > I want to write a function that creates a new frame with several > windows, each displaying a different Agenda Views. I fail to f

Re: [O] speeding up org (was How could I mix COMMENT and TODO?)

2012-04-06 Thread Max Mikhanosha
uot;a few days" task. But if someone takes up task of speeding up agenda generation, IMHO the idea of re-factoring the scanning functions to avoid re-scanning .org files that had not changed, will have best chance of producing results. Regards, Max

Re: [O] Sticky agenda status?

2012-04-13 Thread Max Mikhanosha
At Fri, 13 Apr 2012 06:54:30 +0200, Bastien wrote: > Max, Carsten, please go ahead with the merge against master when you > think it's time: from what I've tested, the feature is stable/mature > enough. I'll update it to master later today, and use it a over the weekend

Re: [O] Sticky agenda status?

2012-04-13 Thread Max Mikhanosha
gt; and it looks like the branch has bitrotted against the trunk now. Was > kinda looking forward to it as a feature. :) > I had merged origin/master into max-sticky-agenda, can you try it out so that there is more then one person running it? If everything looks good I'll push it to

[O] Sticky agenda branch merged

2012-04-16 Thread Max Mikhanosha
I had just pushed a merge of max-sticky-agenda branch to master, let me know if there are any problems, also feel free to hack/iterate on it, if you have question as to why something was done, I'll do my best to answer. In particular I just seen a new commit introducing filter on categories

Re: [O] Sticky agenda branch merged

2012-04-16 Thread Max Mikhanosha
At Mon, 16 Apr 2012 19:44:54 +0200, Tassilo Horn wrote: > > > I had just pushed a merge of max-sticky-agenda branch to master, let > > me know if there are any problems,... > > since the merge, I get an error on emacs startup. The error is caused > by invoking `org-

Re: [O] Sticky agenda branch merged

2012-04-17 Thread Max Mikhanosha
At Tue, 17 Apr 2012 12:09:40 +0200, Rainer Stengele wrote: > > Am 16.04.2012 11:47, schrieb Max Mikhanosha: > > I had just pushed a merge of max-sticky-agenda branch to master, let > > me know if there are any problems, also feel free to hack/iterate on > > I see

Re: [O] Sticky agenda branch merged

2012-04-17 Thread Max Mikhanosha
Hi Rainer, At Tue, 17 Apr 2012 15:23:00 +0200, Rainer Stengele wrote: > > Am 17.04.2012 14:29, schrieb Max Mikhanosha: > > At Tue, 17 Apr 2012 12:09:40 +0200, > > Rainer Stengele wrote: > >> Am 16.04.2012 11:47, schrieb Max Mikhanosha: > >>> I had just pus

[O] BUG: Agenda clock related "v" for multi-block agendas

2012-04-17 Thread Max Mikhanosha
stingly enough the block separator line (the ) has agenda type text property of nil, so you only get the "type nil" message when you do "v r" or "v c" with point on the separator line. Regards, Max

Re: [O] starting agenda gives: "Selecting deleted buffer"

2012-04-18 Thread Max Mikhanosha
org-compile-prefix-format', but there is no code path through `org-agenda' -> `org-prepare-agenda' that does not set org-agenda-buffer variable. I just updated to latest master, and I can't reproduce it. Could it be that you somehow forgot to recompile .elc files? Regards, Max

Re: [O] [Sticky Agenda] How to create Agenda Buffers in functions

2012-04-19 Thread Max Mikhanosha
; org-agenda-goto-today() > my-gtd-frame() > call-interactively(my-gtd-frame) > ... > Am I missing something? > The call to (org-agenda-goto-today) is before it created the agenda, I think it should be inside the catch, after the (org-batch-agenda) call. Regards, Max

Re: [O] List all habits with consistency graph

2012-05-28 Thread Max Mikhanosha
ented the above functionality, and pushed it to master. There is new customization variable `org-habit-show-all-today' which when set to t, will show all habits (even if they are scheduled for the future) on today's agenda. In fact I kind of like it, so wondering maybe it should be made `t' by default? Regards, Max

Re: [O] [bug] org-habit-show-all-today undefined

2012-05-29 Thread Max Mikhanosha
it-show-all-today) > > I fixed it (or maybe I should say: I "fixed" it :-) ) by giving an > initial value to the variable in org-agenda.el: > > (defvar org-habit-show-all-today nil > "... doc string ...") Sorry, forgot to test without 'org-habit loaded, should be fixed now. Regards, Max

Re: [Orgmode] org-refile hack to show headings

2007-11-30 Thread Max Mikhanosha
In my setup (I think this is a default too) TAB does the prefix completion (like Emacs), but Shift-Tab matches the regexp. So when refiling Emacs related entries all I have to do is type is ema and it completes it to "Using Org-mode in Emacs". Regards, Max ___

[Orgmode] BUG: blank lines when cutting and pasting

2008-01-09 Thread Max Mikhanosha
extra new lines. Regards, Max ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] FR: headline iteration API

2008-07-16 Thread Max Mikhanosha
org-skip-forward (- arg))) The idea is that point is moved to the next visible boundary where outline level changes. This is useful when you have your file in collapsed state with only a few trees expanded. Above command allows one to quickly jump between such trees. Also useful for navigating

[Orgmode] Bug in customize for org-agenda-custom-commands

2008-07-17 Thread Max Mikhanosha
n it works fine. This is with .git version Regards, Max ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Bug: Undo does not work in org-agenda-todo when logging a note

2008-07-18 Thread Max Mikhanosha
If I press 't' in the agenda buffer and the state change is logged with a note, undo in the agenda buffer only undoes a note line in the org buffer, leaving the item state changed, and now being out of sync with agenda. If there is no note, then undo works fine. Rega

Re: [Orgmode] Bug: Undo does not work in org-agenda-todo when logging a note

2008-07-19 Thread Max Mikhanosha
At Sat, 19 Jul 2008 08:27:21 -0700, Carsten Dominik wrote: > > > On Jul 18, 2008, at 7:19 AM, Max Mikhanosha wrote: > > > If I press 't' in the agenda buffer and the state change is logged > > with a note, undo in the agenda buffer only undoes a note line in th

[Orgmode] dates fontification stickiness

2008-07-21 Thread Max Mikhanosha
#x27;org-nonsticky-props 'face), seems to work for me, will that cause problems? So far I have not noticed any artifacts from this change, but its only been a few minutes. Regards, Max ___ Emacs-orgmode mailing list Remember: use `Reply All&

[Orgmode] Re: dates fontification stickiness

2008-07-21 Thread Max Mikhanosha
Emacs 22.2.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of > 2008-04-27 on raven, modified by Debian > Org-mode version 6.06pre01 > > -Bernt > > Carsten Dominik <[EMAIL PROTECTED]> writes: > > > I am unable to reproduce this problem. Anyone? > > >

Re: [Orgmode] Re: dates fontification stickiness

2008-07-21 Thread Max Mikhanosha
After restarting emacs, I can't reproduce this any longer. One of the disadvantages of running multi-tty emacs is that its up for weeks, and accumulatively things can get misteriously non-working. At Mon, 21 Jul 2008 14:25:43 -0400, Max Mikhanosha wrote: > > Ok, with --no-init-file th

[O] PATCH: Habit consistency always show DONE days green option

2013-05-06 Thread Max Mikhanosha
l figure out if streak started after missing a deadline, by color of the previous day. Regards, Max From 5c7f9b63b6021631b19b883760340a18024e6344 Mon Sep 17 00:00:00 2001 From: Max Mikhanosha Date: Mon, 6 May 2013 09:26:10 -0400 Subject: [PATCH] Add option to always show DONE days as green

[O] RFQ - new contribution - org-screenshot.el

2013-05-16 Thread Max Mikhanosha
. To try it out, you'll need /usr/bin/scrot which is available as "scrot" package on most distributions. Then (require 'org-screenshot) and try C-c M-s (org-screenshot-take) in an Org File. Make sure to turn on inline image display (C-c C-x C-v) after taking the first screensh

Re: [O] RFQ - new contribution - org-screenshot.el

2013-05-17 Thread Max Mikhanosha
C-c C-x C-s, which is archive subtree (I initially had it there and moved after archiving subtree by mistake) Its its fine to go in as is, then its fine too, I'm pretty lazy :-) Regards, Max

Re: [O] RFQ - new contribution - org-screenshot.el

2013-05-17 Thread Max Mikhanosha
At Fri, 17 May 2013 15:05:05 +0200, Carsten Dominik wrote: > > > > Nice and very useful. Can this be included in /contrib? > > Certainly! Ok cool, I've already cleaned up the docstrings, I'll change some defvars to defcustoms and commit it later today. Regards, Max

Re: [O] RFQ - new contribution - org-screenshot.el

2013-05-17 Thread Max Mikhanosha
I have committed org-screenshot to master

Re: [O] RFQ - new contribution - org-screenshot.el

2013-05-17 Thread Max Mikhanosha
At Fri, 17 May 2013 13:20:16 -0400, Brett Viren wrote: > > Hi Max, > > Max Mikhanosha writes: > > > I have committed org-screenshot to master > > This sounds like a great idea. And just to prove that no good deed goes > unpunished, here is a bug report: >

Re: [O] RFQ - new contribution - org-screenshot.el

2013-05-20 Thread Max Mikhanosha
would crop the displayed image only (emacs supports that in properties), and then on RET will use image manipulation program to crop it 4. Have ability to inject screenshot via emacsclient, so that you can bind a global shortcut instead, it feels silly to go to emacs to take screenshot.. I prefer to make lots of screenshot first, and then use rotate keys to select ones I like most Regards, Max

Re: [O] Bug: Cannot export document to HTML or Markdown if it has a title [8.3.2 (8.3.2-59-g3d4c46-elpa @ /Users/matt/.emacs.d/elpa/org-20160104/)]

2016-02-03 Thread Max Linke
with ELPA's. I'm having the same problem. According to all hints in the FAQ I don't have a mixed installation. locate-library RET org -> 'Library is file ~/.emacs.d/elpa/org-20160201/org.elc' I have installed org-mode from elpa according to the FAQ. best Max

Re: [O] Bug: Cannot export document to HTML or Markdown if it has a title [8.3.2 (8.3.2-59-g3d4c46-elpa @ /Users/matt/.emacs.d/elpa/org-20160104/)]

2016-02-04 Thread Max Linke
On 02/04/2016 09:40 AM, Nicolas Goaziou wrote: Hello, Max Linke writes: On 01/31/2016 11:06 PM, Nicolas Goaziou wrote: Hello, Matt Moriarity writes: If I include a #+TITLE: directive at the top of my Org file, when I try to export it to HTML or markdown, I get an error: apply

Re: [O] scaling graphics in org-mode exported to latex

2016-06-30 Thread Max Linke
with a double point. best Max On 06/30/2016 02:42 PM, Sharon Kimble wrote: I'm trying to get a 'list of figures' in an org-mode export to latex, but I'm finding difficulties in inserting graphics in org-mode. My graphic insert code is - --8<---

[O] how to render align environment with mathjax in html-expot

2015-05-21 Thread Max Linke
all but the naked text is displayed in the html file. Do their exists some options to tell org-mode to wrap align environments for mathjax? Or do I have to wrap this in some special source block? best Max

[O] Literate programming in org

2015-08-26 Thread Max Linke
help with this. best Max

Re: [O] Literate programming in org

2015-08-26 Thread Max Linke
On 08/26/2015 12:36 PM, Sebastien Vauban wrote: See: - inline Babel calls: ... call_() ... and/or - inline code blocks: src_{}. Yes I'm currently using inline babel calls. * reruning specific cells only one time after emacs was started I have some cells that are long running and pro

[O] create vector-graphics with org-babel

2015-09-09 Thread Max Linke
hat svg is currently not supported. Is there a way to include svg (or another type of vector graphics) export into my document. Another interesting thing to know is how I can change the DPI of the produced png? best Max

Re: [O] create vector-graphics with org-babel

2015-09-13 Thread Max Linke
I found out that the error is related to the ob-ipython package. They currently only allow png's. Using the normal ob-python everything works. Thanks for the help though. On 09/09/2015 06:02 PM, Aaron Ecay wrote: Hi Max, What version of org are you using? Latex export should suppor

[O] [PATCH] org: Prevent loss of `re-search-forward' results

2019-09-12 Thread Max Mouratov
Hello! I got burned by this issue while implementing a custom link handler. 0001-org-Prevent-loss-of-re-search-forward-results.patch Description: Binary data

Bug: Org-babel can't capture the output of rg/ag/pt with org-babel on OS X [9.2.6 (9.2.6-4-ge30905-elpaplus @ /Users/maxflander/.emacs.d/elpa/org-plus-contrib-20191014/)]

2019-10-29 Thread Max Flander
I'm trying to capture the output of rg but I'm getting no output (I'm getting the message "Code block produced no output" in the minibuffer. I've also tried ag and pt which don't work either. It works with grep but this is too slow for my use-case. Example: #+BEGIN_SRC shell mkdir -p myproje

[O] Latex export of figure with multiline caption and label results in additional space

2018-09-03 Thread Max Beutelspacher
Hi, I have a problem when I'm exporting a figure with a multiline caption and a label to pdf via latex. Here is an example #+BEGIN_SRC org +LATEX_HEADER: \usepackage{caption} +LATEX_HEADER: #\captionsetup{format=hang} +NAME: test +CAPTION:Cras placerat #accumsan nulla. Aliquam posuere. Et

Re: [O] Latex export of figure with multiline caption and label results in additional space

2018-09-06 Thread Max Beutelspacher
t.png} \caption{\label{test} Cras placerat accumsan nulla. Aliquam posuere. Etiam laoreet quam sed arcu. Phasellus purus.} \end{figure} #+END_SRC Best regards, Nicolas Goaziou writes: Hello, Max Beutelspacher writes: I have a problem when I'm exporting a figure with a

Re: [Orgmode] 2nd org-done when invoked from Agenda bug

2007-08-11 Thread Max Mikhanosha
h suse 10.2, with only org.el loaded and with --no-init-file Regards, Max > - Carsten > > On Aug 3, 2007, at 23:17, [EMAIL PROTECTED] wrote: > > > $ cat ~/org-bug.el > > > > (add-to-list 'load-path "~/org-5.04") > > (require 'org) >

[Orgmode] PATCH: include in-progress/started todos into daily agenda

2007-09-26 Thread Max Mikhanosha
rmixed with the items scheduled for today until you close them. If you like to postpone the item, you put it as TODO again, and it would disappear. Proposed patch is as plain text below, feel free to rewrite/change as the method I've used may not have been optimal. Regards, Max diff -rp -x &#

[Orgmode] Re: PATCH: include in-progress/started todos into daily agenda

2007-09-27 Thread Max Mikhanosha
; method of managing the in-progress items, ie re-scheduling them every day until done with them. At Wed, 26 Sep 2007 16:50:15 -0400, Max Mikhanosha wrote: > > I had always used the day/weekly/mothly agenda vs the searchable > agenda separately and sometimes missed things because they were

Re: [Orgmode] Re: PATCH: include in-progress/started todos into daily agenda

2007-09-27 Thread Max Mikhanosha
uraging and makes one feel like falling behind all the time. Seeing "INPROGRESS Finish coding feature X" instead does not discourage me as I don't have to be reminded that I had already wasted 2 weeks on it, it just reminds me to continue to work on it today. Regards, Max > &g

Re: [Orgmode] Moving an item to a precise place

2007-10-02 Thread Max Mikhanosha
from "Project 1" to "Project 3" directly > -i.e. move by "name" I'm catching up on reading my mailing lists, therefore you may have already found a different way to do it, but just in case below is what I wrote for myself for same functionality that you asked

Re: [Orgmode] PATCH: include in-progress/started todos into daily agenda

2007-10-09 Thread Max Mikhanosha
he "google it first" community (ppl who solve most of their problems by googling it and finding someone already posted a fix/patch/idea for it on some mailing list). Regards, Max > On Sep 26, 2007, at 22:50, Max Mikhanosha wrote: > > > I had always used the day/weekly/m

[PATCH] org-manual.org: Some correction of Installation section

2021-09-29 Thread Max Nikulin
84d Mon Sep 17 00:00:00 2001 From: Max Nikulin Date: Wed, 29 Sep 2021 23:22:51 +0700 Subject: [PATCH 1/3] org-manual.el: Restore `load-path' for git version * doc/org-manual.org (Using Org's git repository): Add example of `load-path' adjustment that was earlier in the previous

worg: org-protocol.html - 404 Not Found

2021-09-30 Thread Max Nikulin
It seems, something is wrong with worg deployment curl -I https://orgmode.org/worg/org-contrib/org-protocol.html HTTP/1.1 404 Not Found Server: nginx/1.14.2 Date: Thu, 30 Sep 2021 12:10:08 GMT Content-Type: text/html; charset=UTF-8 Content-Length: 169 Connection: keep-alive org-contrib/org-proto

Re: Bug: Percentage in caption (even escaped) does not work in LaTeX export

2021-09-30 Thread Max Nikulin
On 25/09/2021 23:04, Bastien wrote: (I'm marking this as a confirmed bug, even if a first patch as been applied.) Since it was there earlier, it is tracked twice now: - User input is combined with format string in org-latex-src-block - Bug: Percentage in caption does not work in LaTeX export L

Re: [BUG] Conflict between org-emphasis and org-latex

2021-09-30 Thread Max Nikulin
On 27/09/2021 00:05, Léo Ackermann wrote: Le 26 sept. 2021 à 19:01, Timothy a écrit : You write: Nevertheless, I think that this bug has been introduced recently (I never noticed it before) and has to be corrected properly (as this is a really basic use of org-mode). Unfortunately, I can barel

Re: [new patch] Re: [PATCH] make org-notify support for macOS desktop notification

2021-09-30 Thread Max Nikulin
On 26/09/2021 15:52, Bastien wrote: stardiviner writes: Here is the new patch which invokes notifications though Emacs built-in API `ns-do-applescript`. Applied in the main branch, thanks. Notice that applied patch has a minor issue: backslashes are not escaped before argument is passed to

Re: worg: org-protocol.html - 404 Not Found

2021-10-01 Thread Max Nikulin
On 30/09/2021 22:53, Bastien wrote: Max Nikulin writes: It seems, something is wrong with worg deployment https://builds.sr.ht/~bzg/job/598512 hints that a link was unresolved. I just fixed this link, the export should process fine. I have not noticed .buid.yml at first. So the actual

Re: Grabbing the link to a message on the archive

2021-10-01 Thread Max Nikulin
On 30/09/2021 12:18, Timothy wrote: Hi Greg, i love the searching on list.orgmode.org, but i have this recurrent dream: that some day each e-mail message will come with a header listing the URL for that message on . (though i also worry this might open us up to some s

Re: Release 9.5

2021-10-02 Thread Max Nikulin
On 01/10/2021 10:53, Jarmo Hurri wrote: Bastien writes: I just ran 'git pull' and got a warning and an error: warning: redirecting to https://git.savannah.gnu.org/git/emacs/org-mode.git/ Your configuration specifies to merge with the ref 'refs/heads/maint' from the remote, but no such ref was f

Org syntax: \[ \] as block element instead of inline object

2021-10-02 Thread Max Nikulin
I like Timothy's idea that \[ \] markup should behave like block-level element rather than inline object. On the other hand, Nicolas convinced me that the problem is not only with filling paragraphs in Emacs using M-q and it requires change of Org grammar. That is why I do not think that sugges

  1   2   3   4   5   6   7   8   9   10   >