Re: [O] Inline code :results replace not working

2014-11-13 Thread Michael
Ista Zahn gmail.com> writes: > > On Mon, Nov 10, 2014 at 3:04 PM, Grant Rettke wisdomandwonder.com> wrote: > > On Mon, Nov 10, 2014 at 11:03 AM, Ista Zahn gmail.com> wrote: > >> On Mon, Nov 10, 2014 at 11:23 AM, Charles C. Berry ucsd.edu> wrote: > >>> On Mon, 10 Nov 2014, Andreas Leha wr

[O] Vertical bars in org file break export to ics

2019-05-30 Thread michael
s it me or could this be an org-mode bug? Thanks for your effort in advance! Michael

[Orgmode] Table questions

2006-12-14 Thread Michael
think the table minor mode would be a fantastic tool in editing tables in a LaTeX file. I wonder whether it is possible to let orgtbl recognize \begin{tabular}\end{tabular} and use & as column delimiter rather than | (also respect end of line \\)? Thanks, Mic

[Orgmode] Re: Table questions

2006-12-15 Thread Michael
On 15 Dec 2006, Eddward DeVilla wrote: > I'll follow this up with a few more wishes. Could the table minor > mode maybe be extended to allow the user to define delimiters? Yes, it would be nice to edit .csv files directly in org-table mode

[Orgmode] Re: Table questions

2006-12-19 Thread Michael
On 18 Dec 2006, Carsten Dominik wrote: > On Dec 14, 2006, at 17:19, Michael wrote: > > 1. In table calculation, how to refer to a cell in a different column and > >different row? Specifically, I want column 8 row 5 to be the ratio of > >column 7 row 5 and column 7

[Orgmode] strip date in agenda view

2007-06-14 Thread Michael
Right now the agenda view looks like: Wednesday 13 June 2007 Work:15:30-17:00 Meeting <2007-06-13 Wed > I would think the time stamp between <> is redundant. Can we remove it from display in the agenda buffer? It makes long text entry look nic

[Orgmode] Re: Org-mode 4.78

2007-06-19 Thread Michael
ast one hour (to show in the agenda)? It can be set to nil if people don't like this kind of behavior. Michael ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[PATCH] Run latex more than once for LaTeX src block evaluation

2024-03-22 Thread Michael
ed in the docstring for `org-latex-pdf-process' which itself runs latex three times by default. This patch just brings the former variable into parity with the latter. >From 7b297f61ee6dfb74e64c9b2a706982638a69e7f0 Mon Sep 17 00:00:00 2001 From: Michael Herstine Date: Thu, 21 Mar 2024 1

Re: [PATCH] Run latex more than once for LaTeX src block evaluation

2024-03-22 Thread Michael
rows needed to be drawn). Oh-- and it's not just previews (sorry if I gave that impression)-- it's also required for "evaluating" LaTeX source blocks. CCing Timothy and Kathik - I see that https://code.tecosaur.net/tec/org-mode/src/branch/dev/lisp/org-latex-preview.el#L102 still uses a single compiler invocation. -- Michael

Re: [PATCH] Run latex more than once for LaTeX src block evaluation

2024-03-27 Thread Michael
Max Nikulin writes: On 24/03/2024 15:58, Ihor Radchenko wrote: Max Nikulin writes: On 22/03/2024 05:55, Michael wrote: I have a small patch for `org-preview-latex-process-alist' making the default setting for LaTeX source block evaluation be running latex three times (instead o

Re: [PATCH] Run latex more than once for LaTeX src block evaluation

2024-04-04 Thread Michael
Ihor Radchenko writes: Michael writes: Should we perhaps have different variables for preview & Org source block evaluation? Likely yes. In fact, ob-latex is making use of `org-preview-latex-process-alist' only in a single cond branch in `org-babel-execute:latex' -

Re: [PATCH] Run latex more than once for LaTeX src block evaluation

2024-04-04 Thread Michael
Oh-- and pass `processing-type' to `org-create-formula-image' explicitly. -- Michael

Re: [PATCH] Run latex more than once for LaTeX src block evaluation

2024-06-09 Thread Michael
Ihor Radchenko writes: Michael writes: ... So, it makes sense for `org-babel-execute:latex' to override `org-preview-latex-default-process' temporarily, to something actually generating .png file. Sorry-- got sidetracked by something else. I see what you mean. OK, so the p

Re: [PATCH] Run latex more than once for LaTeX src block evaluation

2024-06-10 Thread Michael
Ihor Radchenko writes: Michael writes: Sorry-- got sidetracked by something else. I see what you mean. OK, so the proposal is: change the ".png" branch in `org-babel-execute:latex' to override `org-preview-process-alist' with something that will: - actually pro

Re: [Orgmode] Re: "No link found" error during export of source block when headline has link

2010-10-04 Thread Michael Brand
>> * [[http://www.example.com][example]] There is an other issue with this, let me name it issue2: It is not yet possible to link to such a heading with something like e. g. [[*%5b%5bhttp://www.example.com%5d%5bexample%5d%5d][example]] although I think the syntax is not ambiguous and allows to d

Re: [Orgmode] Re: "No link found" error during export of source block when headline has link

2010-10-07 Thread Michael Brand
On Wed, Oct 6, 2010 at 16:52, Eric Schulte wrote: > This issue should now be fixed. I can confirm for the issue with the export, thanks. issue2 is not resolved yet. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Ema

[Orgmode] Re: org-freemind.el and rx

2010-10-14 Thread Michael Sperber
Carsten Dominik writes: > Hi Lennart, > > I am trying to keep org-mode also workable with XEmacs. One problem > here is that XEmacs does not have rx. Would you object if I replace > the rx macro calls with the string representations of the regular > expressions in org-freemi

Re: [Orgmode] paralyzing bug: orgmode typeface gibberish

2010-10-14 Thread Michael Gilbert
within Aquamacs didn't fix it. But, good enough! Thank you, again. — Michael > On Wed, Oct 13, 2010 at 7:59 PM, Michael Gilbert wrote: >> >> My setup: Aquamacs 2.1 (Emacs 23), Orgmode 7.01h. This came about a few >> minutes ago, after a routine reboot. >>

[Orgmode] question: how to refile labeled with origin?

2010-10-15 Thread Michael Brand
blabla 2 * project a * project b A use case for this is reading subjects from several RSS/atom news feeds timely sorted with the nice org-sort. Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send

Re: [Orgmode] VISIBILITY property and C-u C-u

2010-10-23 Thread Michael Brand
ecial (and org-cycle-global-at-bob (not arg) (bobp) (not (looking-at outline-regexp (org-cycle-hook (if bob-special Michael ___ Emacs-org

[Orgmode] update of snapshot release broken?

2010-10-24 Thread Michael Brand
-development Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: update of snapshot release broken?

2010-10-24 Thread Michael Brand
On Sun, Oct 24, 2010 at 12:41, Jambunathan K wrote: > 1. Look for snapshot links in >   - http://repo.or.cz/w/org-mode.git. I'm sorry, I was not able to find such links there. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

[Orgmode] Re: update of snapshot release broken?

2010-10-24 Thread Michael Brand
On Sun, Oct 24, 2010 at 13:09, Jambunathan K wrote: > git archive --format=tar --prefix=project/ HEAD | gzip >latest.tar.gz Thanks, that helps me already to install the currently very latest version to a different machine at some time later. But even better for me would be to git-pull the very la

[Orgmode] Re: update of snapshot release broken?

2010-10-24 Thread Michael Brand
On Sun, Oct 24, 2010 at 15:58, Bernt Hansen wrote: > git pull on one machine > git describe to get short SHA1 > git checkout SHA1 on other machine > should give you exactly the same codebase on each. > [...] > HTH, Yes, exactly what I have been looking for, thank you for the description. ___

Re: [Orgmode] VISIBILITY property and C-u C-u

2010-10-24 Thread Michael Brand
On Sun, Oct 24, 2010 at 18:09, Gez wrote: > I'm still getting the same behaviour (i.e. not fixed), using org-latest.zip I guess only because this snapshot is not recent enough because its update is broken. If the download contains old files like e. g. org.el from mid of October you might read her

[Orgmode] Re: update of snapshot release broken?

2010-10-24 Thread Michael Brand
On Sun, Oct 24, 2010 at 17:05, Jambunathan K wrote: > Michael Brand writes: >> On Sun, Oct 24, 2010 at 12:41, Jambunathan K wrote: >>> 1. Look for snapshot links in >>>   - http://repo.or.cz/w/org-mode.git. >> I'm sorry, I was not able to find such

Re: [Orgmode] VISIBILITY property and C-u C-u

2010-10-24 Thread Michael Brand
On Sun, Oct 24, 2010 at 18:09, Gez wrote: >> Would you like to make a patch? > I would like to and I > read http://orgmode.org/worg/org-contribute.php#sec-3 but I don't have git. If you would like to this can also be hacked without git. For the first few patches on only one or two files I just do

Re: [Orgmode] Re: 7.01 & Xemacs 21.4.22: decompose-region is not known

2010-10-25 Thread Michael Sperber
Carsten Dominik writes: > On Oct 24, 2010, at 7:28 PM, Uwe Brauer wrote: > Regarding Re: [Orgmode] Re: 7.01 & Xemacs 21.4.22: decompose- region is not known; Carsten Dominik adds: >> >>> Hi Uwe, >> >>> Does the latest Org-mode git version work for you now? >> >> For xemacs 21.4.

Re: [Orgmode] Re: 7.01 & Xemacs 21.4.22: decompose-region is not known

2010-10-25 Thread Michael Sperber
Carsten Dominik writes: > But I believe you told me that this outline.el has provide statements > for both outline and noutline, right? Yes. But if it's not loaded yet, you need to call it by "outline". (I.e. it's in file outline.el, not noutline.el.) -- Cheers =8-} Mike Friede, Völkerverstä

[Orgmode] Babel & DOS

2010-11-16 Thread Michael Gauland
I'm having trouble executing a shell script under Microsoft Windows using org-babel. When I evaluate this: #+begin_src sh :results output echo Hello #+end_src I get this: #+results: : Microsoft Windows XP [Version 5.1.2600] : (C) Copyright 1985-2001 Microsoft Corp. :

[Orgmode] Stack overflow in regexp matcher

2010-11-20 Thread Michael Brand
tch by myself but in this case I don't understand more than to find out that the many TABs are the problem and have to be removed or to be not copied. Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the li

Re: [Orgmode] Bastien is going to become the maintainer of Org mode in January

2010-11-20 Thread Michael Brand
ven to the community. I am looking forward that you will still be available for Org-mode. > I am very excited that I have found Guerry willing > to take over. Bastien, thank you very much for taking over as the new maintainer of Org-mode, I wish you all the be

Re: [Orgmode] [PATCH] Change C-' behaviour on #+TBLFM: line

2010-11-20 Thread Michael Brand
led exactly upon this detail. Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Acknowledgements

2010-11-26 Thread Michael Brand
On Fri, Nov 26, 2010 at 08:50, Carsten Dominik wrote: >  * Christian Egli converted the documentation into Texinfo format, >    patched CSS formatting into the HTML exporter, and inspired the >    agenda. Christian Egli also created the export to TaskJuggler.

Re: [Orgmode] template to auto complete the imdb entry address.

2010-11-27 Thread Michael Brand
ersion: #+LINK: imdb http://www.imdb.com/title/ | Domicile conjugal | [[imdb:tt0065651]] | 20 | 1970 | France | | Douze hommes en colère | [[imdb:tt0050083]] | 20 | 1957 | Etats Unis | Michael ___ Emacs-orgmode mailing list Please use `Reply All&#x

Re: [Orgmode] Problem with tables

2010-11-29 Thread Michael Brand
-+ S-Up/Down are only for tables on the orgtbl format like | x | y | |---+---| | 1 | 2 | | 3 | 4 | Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Problem with tables

2010-11-29 Thread Michael Brand
On Mon, Nov 29, 2010 at 18:43, Gaspaio wrote: > When i do S-UP/DOWN i get the normal emacs region expanding > behavior For Org tables it is either M-Up/Down/Left/Right to move or S-M-Up/Down/Left/Right to delete/insert. Michael ___ Emacs-o

Re: [Orgmode] Shift-arrow and M-arrow bindings in OSX port of Emacs 23

2010-12-01 Thread Michael Brand
q ns-option-modifier 'none)) Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Shift-arrow and M-arrow bindings in OSX port of Emacs 23

2010-12-01 Thread Michael Brand
hiftup/down ... commands to something line ? Can you try what `C-h c S-up' tells in an Org buffer of an Emacs started without any config? A Cocoa Emacs 23.2 tells ` runs the command org-shiftup', both with shift-select-mode set to t or nil. Michael

Re: [Orgmode] spreadsheet sum a column

2010-12-02 Thread Michael Brand
ne after every change: | foo | amount | |---+| | hello |100 | | again |200 | | once more |300 | |---+| | | 600 | #+TBLFM: $LR2 = vsum(@i$...@-1$2) I don't think `<5>' is of any use in this case. Michael _

Re: [Orgmode] [OT] recutils

2010-12-03 Thread Michael Brand
n read/write. I will follow up with an example of what I plan to do for my collection of music, the database table relations squeezed hierarchically into Org as a first attempt. Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: SQLite in 7.01h?

2010-12-04 Thread Michael Gauland
I believe all you need to do is change 'Sqlite' to 'sqlite' (all lower case) in the +BEGIN_SRC line. --Mike ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/

Re: [Orgmode] Date calculations in spreadsheet

2010-12-04 Thread Michael Brand
| | [2010-12-03 Fri] | 365 | | [2010-12-06 Mon] | 3 | #+TBLFM: $2 = date(<$1>) - date(<@-1$1>) :: @2$2 = string("") Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] [OT] recutils

2010-12-05 Thread Michael Brand
s instead :) Ok, maybe I expected a bit too much for the initial version 1.0. But is it already possible or planned to allow recsel deliver field values from two tables, joined together with a foreign key or what does the manual mean with "the ability of records to refer to other records (so

[Orgmode] Re: Babel & sh & Windows

2010-12-09 Thread Michael Gauland
Srinivas yahoo.com> writes: > I tried the following: > #+srcname: directory-tree > #+BEGIN_SRC sh :dir /bin :results output org replace :exports results > tree > #+END_SRC > > The output is as given below: > > #+results: directory-tree > c:\bin>More? > I've played with babel a little bit on W

Re: [Orgmode] What is the proper way to set the time span for a diary-float appointment?

2010-12-09 Thread Michael Brand
gt; diary-float with the ability to also specify a time interval. One possibility is * Regular Meeting SCHEDULED: <%%(diary-float t 2 1) 13:00-14:00> Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list

Re: [Orgmode] [OT] recutils

2010-12-20 Thread Michael Brand
ou for pointing this out. And there in the link section is also mentioned "You can now use CSV files as the storage backend for MySQL": http://dev.mysql.com/tech-resources/articles/csv-storage-engine.html Michael ___ Emacs-orgmode mailing list

[Orgmode] Single quote and inline formatting

2010-12-20 Thread Michael Gauland
Enclosing text in '=' symbols generally causes the text to be formatted as code. I've found this fails if the last character in the text is a single quote ('): + =This works= + =So does 'this= + =But not this'= The text in the first two lines appears in the 'code' face (gray), and i

Re: [Orgmode] [PATCH] org-agenda: rewrite mode-line

2010-12-21 Thread Michael Sperber
Carsten Dominik writes: > Hi XEmacs users > > I am about to apply this patch, but I am still wondering > if :eval in the mode line is working on XEmacs? Sorry, missed that one: XEmacs does not currently have :eval. This might be a good reason to add it to XEmacs, but it would probably take me

[Orgmode] [PATCH] Fix minor glitches on XEmacs

2010-12-22 Thread Michael Sperber
I had to apply this patch to make things work on XEmacs. First hunk: `calc-trail' does not appear to be used in `ob-calc' Second hunk: This seems to be a genuine bug (I don't see a '+' syntax class on GNU Emacs, either), and this is just my guess as to the fix. -- Cheers =8-} Mike Friede, Völk

Re: [Orgmode] @# not working

2010-12-23 Thread Michael Brand
Hi Longzhu On Thu, Dec 23, 2010 at 22:35, Longzhu wrote: >  #+TBLFM: $1=if(@# % 2, $#, string("")) > [...] > Error:  Expected a number I hope this is only because the org-version is too old to support this feature added 2010-03-14. Check M-x or

Re: [Orgmode] org-mode keybinding conflicts with user keybinding : C-tab

2010-12-26 Thread Michael Brand
uot;Org Disputed Keys", enabling > org-replace-disputed-keys and adding : > > ([(control tab)] . [(meta control tab)]) This is most likely not the smartest solution but at least I expect it to do what you want: (org-defkey org-mode-map (kbd "") 'other-window) (org-def

[Orgmode] Convert iCalendar files to org files

2010-12-30 Thread Michael Markert
x27;m aware of Doug Hellmann's `ical2org', but for the functionality it didn't fulfill my needs and for the name, well I didn't come to a better one yet, suggestions are welcome. The same holds for the code, patches or ideas to fix the shortcomings are highly appreciated. Mich

Re: [Orgmode] Convert iCalendar files to org files

2010-12-31 Thread Michael Markert
have to bother with that nasty corner case, thank you. I just released version 0.2.1, now with support for recurrences. Support for "duration" is coming in the future (0.3). Michael ___ Emacs-orgmode mailing list Please use `Reply All'

Re: [Orgmode] Display of time/date ranges in the agenda

2011-01-05 Thread Michael Brand
ime, one is that the start day as a whole is shown only if the current day in the agenda is 2010-01-17 itself: DEADLINE: <2011-01-18 Tue 13:30 -1d> And adding a SCHEDULED: <2011-01-17 Mon 12:00> would result in a `Sched. 2x:' in the ag

[Orgmode] Re: Convert iCalendar files to org files

2011-01-06 Thread Michael Markert
the time of entries. Is there something of use missing? Are there more sensible defaults? Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Viper-mode + orgmode + emacs 23.xx on OSX, slowness in insert-mode

2011-01-10 Thread Michael Brand
s disappears. When I uncomment only one of the two lines above with the viper-*-state-cursor-color and restart Emacs the slowness is back. When I stay in the buffer and change its major mode from org-mode to fundamental-mode the slowness disappears again. In a Linux GNU Emacs 23.2.1 I

Re: [Orgmode] Viper-mode + orgmode + emacs 23.xx on OSX, slowness in insert-mode

2011-01-11 Thread Michael Brand
is not Mac OS X Cocoa and/or it is not Emacs 23. Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Hiding deadlines for completed (but not DONE) tasks

2011-01-12 Thread Michael Brand
d like to > hide as well. Is there a way to do this? I guess you need to configure your todo keywords with the vertical bar, see http://orgmode.org/manual/Workflow-states.html#Workflow-states Michael ___ Emacs-orgmode mailing list Please use `Reply

Re: [Orgmode] Hiding deadlines for completed (but not DONE) tasks

2011-01-12 Thread Michael Brand
)" "QUOTED(Q!)" "|" "APPROVED(A@)" "EXPIRED(E@)" > "REJECTED(R@)" > > When I tag an item as CANCELLED, the agenda hides it; when I tag it as CHIUSO > it still shows up. I can not see anything wrong with this configuration and I hope that someone else can tell more. Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] org-agenda-show-current-time-in-grid and automatic refresh

2011-01-12 Thread Michael Brand
pdate can take an unpredictably large amount of CPU time for a larger set of larger agenda files. Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] [OT] Have you also got hooked by Vim?

2011-01-12 Thread Michael Brand
n a machine where Emacs is not available and Emacs with viper-mode for all other tasks, also as my only IDE for developing C in large projects. Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode

Re: [Orgmode] Re: [OT] Have you also got hooked by Vim?

2011-01-13 Thread Michael Brand
and Emacs together in one place. Just for fun I imagine it being a vi with one mode additional as an extension to the native vi modes like command mode, insert mode, replace mode: the "Emacs mode". viper shows the letter V, I, R or E for these four viper modes i

Re: [Orgmode] [OT] Have you also got hooked by Vim?

2011-01-13 Thread Michael Brand
the Emacs keys are active like e. g. `f' to open the file in a new buffer or p/n to go up/down. Back in dired and after C-z the viper state changes to meaning viper. In this mode the vi keys are active like e. g. `f' to find a certain character or k/j to g

[Orgmode] outline path in links

2011-01-13 Thread Michael Brand
filing with outline path and the variable org-refile-use-outline-path could be dropped. Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: [OT] Have you also got hooked by Vim?

2011-01-20 Thread Michael Markert
r empty like this causes emacs --daemon to be run before and _then_ connect to it. More at `man emacsclient' As for the topic: I came from Vim, shuddered at seeing the keybindings, joyed at finding viper and vimpulse and stayed for emacs is a fantastic platform. So yes, I'm on th

[Orgmode] Re: Do we still have XEmacs users?

2009-10-10 Thread Michael Sperber
Carsten Dominik writes: > Do we still have XEmacs users around here? Yes. -- Cheers =8-} Mike Friede, Völkerverständigung und überhaupt blabla ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu

[Orgmode] Re: `C-u 2 S-Tab' with `#+STARTUP: odd'

2009-10-12 Thread Michael Brand
2009, at 1:48 PM, Michael Brand wrote: I like the org-indent-mode with the soft-indentation but even more I like the hard-indentation with `#+STARTUP: odd hidestars' instead for which I have a question. This is the content of the example file oddeven: -*- mode: org -*- #+STARTUP: oddeven

[Orgmode] Re: `C-u 2 S-Tab' with `#+STARTUP: odd'

2009-10-12 Thread Michael Brand
I wonder how the function org-outline-level is intended to work. Should it show the outline level or count the stars like in org-version 6.31a and one has to take into account `odd' himself to get the outline level when implementing own stuff which use e. g. the function org-shifttab? org-out

[Orgmode] Re: `C-u 2 S-Tab' with `#+STARTUP: odd'

2009-10-13 Thread Michael Brand
There is something more with org-outline-level in org-version 6.31a which I still don't understand because I am not aware of some functions used in its implementation. I drilled down the quite special situation to the following file content. I hope that the indentation of x by three spaces does

[Orgmode] Re: `C-u 2 S-Tab' with `#+STARTUP: odd'

2009-10-14 Thread Michael Brand
Here I am lost and would like some help. I was not able to find out how to determine if the cursor is on a line with an outline heading or not. I think you can use the function org-on-heading-p to determine if you are on a heading or not. Thank you, exactly what I have missed. __

[Orgmode] Re: suggestion: simplify depth stepping of document structure (outline) visibility

2009-10-14 Thread Michael Brand
Hi all, One reply is not that much feedback yet..., maybe I tried to be detailed but was not clear enough? Ok, I thought after having submitted a few bug reports before, it would be good to contribute in a way a bit more constructive this time ;-) and implemented what I have described in my pr

[Orgmode] Re: `C-u 2 S-Tab' with `#+STARTUP: odd'

2009-10-14 Thread Michael Brand
I have troube understanding what you mean. An outline heading looks like this *** heading If the cursor is at the first character of that line, org-outline-level will return 3. I want `3' _independently_ of on which column the cursor is on that line and therefore use (save-excursion (beginn

[Orgmode] agenda with only deadlines?

2009-10-19 Thread Michael Gilbert
tems that have deadlines in the future, displaying them as scheduled. Yes, many items item have both timestamps. Suggestions? TIA! -- Michael P.S. Also, the documentation often lists various settings as "examples". I am not an experienced emacs user, so I am curious... h

[Orgmode] directory tree size browsing with column view

2009-10-24 Thread Michael Brand
Hi all, I would like to use the column view for browsing a hierarchical tree with a summed up property like e. g. the directory sizes (inclusive cluster waste and subdirectories from `du -sk`) of a directory tree. Just similar (only unsorted) to the upper left pane of this GUI screenshot of Wi

Re: [Orgmode] directory tree size browsing with column view

2009-10-25 Thread Michael Brand
OK, I have added support for including file attributes as properties to org-fstree. You will need to use the merge_jtd_smiths_patch branch. Once you have loaded org-fstree put the following in an orgfile and fill in the directory name. --8<---cut here---start-

[Orgmode] org-agenda-skip-entry-if 'notdeadline?

2009-10-25 Thread Michael Gilbert
thing obvious, but ... any advice? -- Michael ___ 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] agenda actions unexpectedly open files

2009-10-28 Thread Michael Gilbert
lace along my upgrade process, but I can't put my finger on when. I'm running Aquamacs Distribution 2.0preview3 (GNU Emacs 23.0.94.1) with org-mode 6.32, but this has been happening for a few weeks now. Any advice? -- Michael ___ E

[Orgmode] Org-mode version 6.32b; org-sparse-tree does not unfold all occurrences

2009-11-10 Thread Michael Hohmuth
oving the line tagged :ARCHIVE: makes the bug disappear. This bug did not occur in Org-mode 6.27a. Michael * A *** B * Archive :ARCHIVE: ***

Re: [Orgmode] Re: Org mode and Collaboration with others.

2009-12-03 Thread Michael Gilbert
a few cases, it can import. Can that be taken further? I just wanted to add my two cents for OM "playing well with others" and I'm curious as to what people are trying. -- Michael Michael C. Gilbert -- m...@gilbert.org The Gilbert Center -- http://gilbert.org Nonprofit

[Orgmode] org-mode and gnuplot

2010-01-29 Thread Lauterbach Michael
back to emacs. Emacs version 23.1 gnuplot-mode 0.6.0 gnuplot version 4.4 Mit freundlichen Gruessen / Kind regards Dipl.-Ing. Michael Lauterbach KMT D CC Converter Communication KROHNE Messtechnik GmbH Ludwig-Krohne-Straße 5 47058 Duisburg, Germany Tel.: +49

[Orgmode] org-babel-sh and Microsoft Windows

2010-02-07 Thread Michael Gauland
I tried using org-babel-sh at work, where I run emacs under Microsoft Windows, but only received an oddly-formatted message about (quote sh) not being recognised as a command. After mucking around with org-babel-sh.el, I modified the call to shell-command-on-region, changing the hard-coded "sh" to

[Orgmode] Tables in ASCII export

2010-02-07 Thread Michael Gauland
When I export tables to ASCII, I'd like the rows to expand as necessary so the full contents is visible. I've has a look at org-exp.el, but I'm at a bit of a loss as to where to start mucking in. Any pointers would be greatly appreciated! Thanks, Mike

Re: [Orgmode] org-babel-sh and Microsoft Windows

2010-02-07 Thread Michael Gauland
Thanks! I'll give that a go! ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Org-mode related bug reintroduced in Aquamacs (was: Refile error - Kill is not a (set of) trees)

2010-02-15 Thread Michael Gilbert
Carsten - In August of last year, you cleared up a big with the Aquamacs team (see below). It seems that this bug has been reintroduced with latest builds of Aquamacs. -- Michael On Aug 15,2009, at 9:15 AM, Carsten Dominik wrote: > Hi Michael, hi Stefan, > > I have now finally

Re: [Orgmode] Tables in ASCII export

2010-02-19 Thread Michael Gauland
carsten.dominik> this behavior is now the default, controlled by the new user option carsten.dominik> `org-export-ascii-table-widen-columns'. Thanks. That's a start, but what I really want is to have long cells folded, so that one table row might become several lines in the ASCII export. For exam

[Orgmode] Precision setting for spreadsheet calculation

2010-02-26 Thread Michael Brand
p20 What am I missing? org-version is the current 6.34c, GNU Emacs version is 21.1.1 Thanks, Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Precision setting for spreadsheet calculation

2010-02-26 Thread Michael Brand
Carsten Dominik wrote: You need p20f20 p20 is for internal computation, f20 for youput, and the table gets the value through output. Confusing, yes | 0.1667 | #+TBLFM: $1 = 1 / 2 * 3; %.16f p20 f20 like expected. But instead of | 0.10 | #+TBLFM: $1 = 1 / 2 *

Re: [Orgmode] Precision setting for spreadsheet calculation

2010-02-26 Thread Michael Brand
Carsten Dominik wrote: these are the internals of calc, about which I cannot do much. But | 0.1667 | #+TBLFM: $1 = 1 / 2 * 3; p20 f20 shows that the internals of calc are ok, isn't it? Michael Brand wrote: But instead of | 0.10 | #+TBLFM: $1 = 1 /

Re: [Orgmode] Precision setting for spreadsheet calculation

2010-02-27 Thread Michael Brand
Carsten Dominik wrote: > when using a printf format specifier, the number > is first converted into a Lisp number, which is > a double, with 16 significant digits Thanks for the clarification. Maybe you find this interesting enough so that I can persuade you to write a FAQ entry about these issu

Re: [Orgmode] Precision setting for spreadsheet calculation

2010-03-02 Thread Michael Brand
Hi Carsten Michael Brand wrote: Yes, within a few days I will come back with this and/or a texinfo patch for the Org info manual, at least chapter "3.5.2 Formula syntax for Calc". The patch below is my proposal for the manual. Please feel free to improve it. I also played around q

[Orgmode] workflow objective... how to display ONE task, take notes on it, etc

2010-03-10 Thread Michael Gilbert
would be most appreciated. TIA — Michael ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Precision setting for spreadsheet calculation

2010-03-11 Thread Michael Brand
Eric S Fraga wrote: Either destination within index.html is obviously fine (at least to me!). I guess Michael's query must have been due to the fact that depending on where you click from, you get placed in a different place in the index.html file? Almost yes. Even the _same_ section_link can

[Orgmode] new spreadsheet features: field coordinates, multi line TBLFM with comments

2010-03-13 Thread Michael Brand
' if done as in my proposal above b) the Calc input radix Example: | (1, 1) | (1, 2) | 256 | #+BEGIN_TBLFM $1 = (@#, $#) :: $2 = (@#, $#) :: # a) numbers of row and column $3 = 16#100 # b) Calc input radix with hash char #+END_TBLFM I'm no

[Orgmode] Clarification request: description of org-goto-local-search-headings

2010-03-13 Thread Michael Crouch
I wanted to ask if the function description of org-goto-local-search-headings (in org.el) could be elaborated, explaining how it determines whether to search forward or backward when called. This function apparently used to be called org-goto-local-search-forward-headings, and always searched forw

[Orgmode] Re: new spreadsheet features: field coordinates, multi line TBLFM with comments

2010-03-14 Thread Michael Brand
Carsten Dominik wrote: 1) field coordinates: [...] +...@subsubheading Field coordinates [...] That does look reasonable, and I am going to take that patch. Thank you. Maybe this change of the above would make it clearer: +...@subsubheading Field coordinates in formulas 2) self-edited mult

[Orgmode] "due today" agenda command stopped working

2010-03-14 Thread Michael Gilbert
just isn't clear to me. I'm wondering if something this command depends upon has changed. Well, probably it has, but the questions are: What changed? And is there another solution to the "due today" custom command? Any thoughts? — Michael ___

Re: [Orgmode] workflow objective... how to display ONE task, take notes on it, etc

2010-03-24 Thread Michael Gilbert
Thank you to Tycho & Bernt. You both got be down the right rode. I've now managed to find several acceptable ways to do this. — Michael On Mar 10,2010, at 3:32 PM, Michael Gilbert wrote: > Org-mode just keeps growing on me. Now I have workflow I want to check out. > It'

[Orgmode] spreadsheet: column width behavior(s)

2010-03-25 Thread Michael Brand
#x27;. My vote for org-table would be the same: That it should support `fixed width' and that this is sufficient as the only variant. What is the opinion of other users? - Michael ___ Emacs-orgmode mailing list Please use `Reply All'

Re: [Orgmode] spreadsheet: column width behavior(s)

2010-03-27 Thread Michael Brand
Are there reasons to only narrow but not to widen columns? I think this is really the only thing that makes sense. Why would you want it any wider, given the limited amount of screen real estate we have here? I don't think it would be difficult to make it behave the way you request, but I don'

  1   2   3   4   5   6   7   8   9   10   >