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
s it me or could this be an org-mode bug?
Thanks for your effort in advance!
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
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
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
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
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
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
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
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
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' -
Oh-- and pass `processing-type' to `org-create-formula-image'
explicitly.
--
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
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
>> * [[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
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
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
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.
>>
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
ecial (and org-cycle-global-at-bob (not arg) (bobp)
(not (looking-at outline-regexp
(org-cycle-hook
(if bob-special
Michael
___
Emacs-org
-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
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
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
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.
___
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
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
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
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.
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ä
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.
:
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
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
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
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.
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
-+
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
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
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
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
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
_
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
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/
|
| [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
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
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
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
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
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
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
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
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
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
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
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'
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
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
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
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
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
)" "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
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
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
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
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
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
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
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
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
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
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
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.
__
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
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
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
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
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-
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
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
oving the line tagged :ARCHIVE: makes the bug
disappear.
This bug did not occur in Org-mode 6.27a.
Michael
* A
*** B
* Archive :ARCHIVE:
***
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
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
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
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
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
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
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
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
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 *
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 /
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
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
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
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
' 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
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
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
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
___
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'
#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'
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 - 100 of 1973 matches
Mail list logo