Ok, I post too quickly. It's already planned on Org-ql side:
<https://github.com/alphapapa/org-ql/issues/409>
Sorry.
Le 30 juillet 2024 05:32:39 GMT+02:00, Seb g a écrit :
>Hello,
>
>Is there a plan to include org-ql upstream, into org-mode ?
>
>It is a very good t
Hello,
Is there a plan to include org-ql upstream, into org-mode ?
It is a very good tools to search in org-mode files or to build custom tables
from org-mode files.
Some functions like org-ql-search could become org-search, a main Org-mode
search engine.
And Org-ql could be used to make Org-
Hello,
I plan to use org-publish to make a website from org-mode files.
And I search an efficient way to make the website menu.
I know that I have to put the menu in the webpages preamble. But I don't like
the idea of writting the website menu in raw HTML. I would love to define this
menu as a
ng 3"
have their counter cookies set to [0/0] which is not the desired behavior.
On Tuesday, September 26, 2023 at 02:33:52 AM PDT, Ihor Radchenko
wrote:
"J. G." writes:
> Hi, this patch reduces the scope of the function
> org-reset-checkbox-state-
Hi, this patch reduces the scope of the function
org-reset-checkbox-state-subtree to just the subtree per its name and
documentation.From f7b0e67935f7677fe2c238a17bf4f70ac962ab08 Mon Sep 17 00:00:00 2001
From: JG
Date: Sun, 24 Sep 2023 16:17:45 -0700
Subject: [PATCH] org-list.el: Reduce scope to
I've now added org-test-with-time-locale so that the test results are
independent of the running machine. I think it's much cleaner this way
than using .*
On 14/08/2023 14.51, Ihor Radchenko wrote:
"Valentin G. J. Herrmann" writes:
Ok, so I guess I was stupid in another
In the attachments is a better version with tests that also addresses
your latest critique.
On 13/08/2023 14.44, Ihor Radchenko wrote:
> Ihor Radchenko writes:
>
>>> (while (or (= nshift 0)
>>> - (not (time-less-p nil time)))
>>> +
In the attachments is a better version with tests that also addresses
your latest critique.
On 13/08/2023 14.44, Ihor Radchenko wrote:
> Ihor Radchenko writes:
>
>>> (while (or (= nshift 0)
>>> - (not (time-less-p nil time)))
>>> +
Hi, I'm trying to figure out why I'm getting consistent failures using
org-bibtex-yank. This appears to be identical to the problem posted here:
https://stackoverflow.com/questions/31174281/org-bibtex-yank-fails-with-wrong-type-argument-stringp-nil
On my system I am using a fresh Ubuntu 23.04 VM
On Friday, August 11, 2023 at 09:34:31 AM PDT, J. G.
wrote:
> Hi, I'm trying to figure out why I'm getting consistent failures using
> org-bibtex-yank. This appears to be identical to the problem posted here:
On further investigation I have pinpointed the precise error as re
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
---
Radchenko
wrote:
"J. G." writes:
> * TODO My late recurring todoSCHEDULED: <2023-04-12 Wed ++1w> DEADLINE:
> <2023-04-13 Thu ++1w>
> Right now it is Wednesday (2023-04-26 to be precise), and as shown above, my
> task had a scheduled timestamp on a Wednesday f
Hi everyone, I just stumbled across a surprising behavior with combined
SCHEDULED and DEADLINE timestamps that repeat. Here is the example org file
contents:
* TODO My late recurring todoSCHEDULED: <2023-04-12 Wed ++1w> DEADLINE:
<2023-04-13 Thu ++1w>
Right now it is Wednesday (2023-04-26 to be
>
> 2.2.3 Catching invisible edits
>
> Sometimes you may inadvertently edit an invisible part of the buffer and
> be confused on what has been edited and how to undo the mistake. Setting
> org-fold-catch-invisible-edits to non-nil helps preventing this. See the
> docstring of this option on how Org
Nice. 😉
Thanks to everyone. 😁
Did you know if the videos are also on Peertube ?
Le 6 décembre 2020 00:05:27 GMT+01:00, Amin Bandali a écrit :
>Hello fellow Emacsians!
>
>[ I originally sent this mail to the EmacsConf lists and emacs-tangents,
> but thought some folks on emacs-devel and emacs
Hi all,
I would like my source blocks to be exported to HTML as textareas with a
class attribute -- so I can later use this in my javascript code. I can
use ":textarea t" [1], but it seems that other attributes except width
and height are ignored:
#+ATTR_HTML: :textarea t :class testing
#+BE
no. I did not. How do checkout the "next" branch?
thx
On Mon, 3 Dec 2018 at 12:15 Nicolas Goaziou wrote:
> Hello,
>
> "Ulrich G. Wortmann" writes:
>
> > I made a few more tweaks. The function now recognizes modifiers as to
> which
> > float envi
t-get attr
:center)
(plist-get info :latex-tables-centered
(if (not centerp) output
(if (string= "" caption)
(format (concat "\\begin{center}\n"
"%s\n"
"\\end{center}\n") output)
(format (concat "\\begin{"table-env&quo
tering\n"
+ "%s\n"
+ "\\end{table}\n") output))
+ ))
(defun org-latex--math-table (table info)
"Return appropriate LaTeX code for a matrix.
On Mon, 26 Nov 2018 at 16:02 Nicolas Goaziou wrote:
>
, 24 Nov 2018 at 04:37 Nicolas Goaziou wrote:
> Hello,
>
> "Ulrich G. Wortmann" writes:
>
> > the following problem occurs reproducibly with GNU Emacs 26.1 (see below
> > for details), even when starting emacs with -Q
> >
> > If I use a table in my o
Thanks for the feedback. Makes sense if the latex code in the tabular
environment is generated by table.el. I wonder however why the export to
ASCII produces a caption.
Cheers
Uli
On Sat, 24 Nov 2018 at 04:37 Nicolas Goaziou wrote:
> Hello,
>
> "Ulrich G. Wortmann"
Dear All,
the following problem occurs reproducibly with GNU Emacs 26.1 (see below
for details), even when starting emacs with -Q
If I use a table in my org file and convert that table to table.el the
caption is not exported into either the HTML or Latex File. Export to ASCII
works as expected.
comments.html, this line won't be
tangled, because there are no other source code blocks after this line,
but before the next heading.
--
Sincerely yours,
Yury G. Kudryashov
, so I'm not sure whether I'll manage
to implement these features myself.
--
Sincerely yours,
Yury G. Kudryashov
> > Backspace works as expected, however.
> I'm afraid that as of org-20160516 on ELPA, backspace also does not
> overwrite whitespace.
Oh, it seems like backspace works fine in text modes like
fundamental-mode and message-mode, but not prog-derived modes. I'd say
that's another bug.
A git bisec
On 04/21/2016 06:10 PM, John Kitchin wrote:
> Probably you need to put this in an init file:
>
> (require 'ox-odt)
>
Thank you very much! It worked!
-Lohan
> Lohan G writes:
>
>> I am running org-mode version 8.3.4 with Emacs 24.5.1. I believe this is
>> th
I am running org-mode version 8.3.4 with Emacs 24.5.1. I believe this is
the latest stable version of org-mode. I want to export some of my org
files to Open Document format. But it does not show the option to export
to Open Document ("export as OpenDocument Text")
BUT, I got another machine that
Great work, Ista!
Cheers,
Jay
--
G. Jay Kerns, Ph.D.
Youngstown State University
http://gkerns.people.ysu.edu/
On 06/24/14 15:52, Ista Zahn wrote:
> I just hacked up a rudimentary ob-stata.el by replacing "julia" with
> "stata" in ob-julia.el by G. Jay Kerns (an
missed
this generic setting for all exports.
Probably this will do it. I'll check.
Best
Martin
--
~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
Hi Bastien,
thanks for getting back to this. Meanwhile I can live with exporting the
whole agenda to ics.
Am 21.03.2014 09:03, schrieb Bastien:
Hi,
"G. Martin Butz" writes:
While importing and viewing one of my org files, I do get strange results:
+ I only see dates from DO
---8<--
This is the ical export:
--8<--
BEGIN:VCALENDAR
VERSION:2.0
X-WR-CALNAME:test
PRODID:-//G. Martin Butz//Emacs with Org mode//EN
X-WR-TIMEZONE:CET
X-WR-CAL
")
(org-icalendar-categories (quote (todo-state)))
(org-icalendar-include-todo t)
(org-icalendar-store-UID t)
(org-icalendar-use-plain-timestamp nil)
My org-mode-version is 8.2.4 with Emacs 24.3.1
Can anyone provide a hint, what am I doing wrong?
Best Regards
Martin
--
~~
Hello Sebastian,
Am 23.09.2013 09:46, schrieb Sebastien Vauban:
Hello,
"G. Martin Butz" wrote:
In case I try to reschedule a date from the weekly agenda view I get the
following backtrace; I am under the impression, that this seems not to be the
bug, which I have tried to describe i
he point to the newly created window after splitting."
(other-window 1))
---8<
Martin
Am 20.09.2013 21:12, schrieb G. Martin Butz:
Hi,
I tried to describe this error a while ago, but did not get any response
- probably due to
-
(I post the full backtrace message as txt-attachment).
Thanks
Martin
Am 20.09.2013 21:12, schrieb G. Martin Butz:
Hi,
I tried to describe this error a while ago, but did not get any response
- probably due to the fact, that I can not find out, how to securely
reproduce this ve
endar.png>
--
~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
t this behaviour is about?
Thanks
Martin
--
~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
org" or "/org/"
ist not an org-file (which is obviously true and tells me that the
directory and the regex is not concatenated, but how should it look?)
Many thanks for pointers to the right direction!
Thanks
Martin
--
[1] http://lists.gnu.org/archive/html/emacs-orgmode/2011-09/msg00267.html
--
~~
| G. Martin Butz | m.b...@hfk-bremen.de | www.mkblog.org |
~~
I was wondering what you guys do for syncing org files between PC's, Os's,
devices (android etc)..
Best
Itai
--
~~~~~~
| G. Martin Butz | m.b...@hfk-bremen.de | www.mkblog.org |
~~
Xebar Saram gmail.com> writes:
> Alan, a unison guide focused on org would be great as some of the guys
mentioned.
As an example, I use the following ~/.unison/Org.prf file to sync files
between Org folders on a Debian Linux laptop and an Android phone:
# Unison preferences
label = Org-mode
roo
Hi list,
diff --git a/lisp/ox-html.el b/lisp/ox-html.el
index 365802f..90d6a5d 100644
--- a/lisp/ox-html.el
+++ b/lisp/ox-html.el
@@ -1719,7 +1719,7 @@ holding export options."
"\n"
(let ((link-up (org-trim (plist-get info :html-link-up)))
(link-home (org-trim (plist-get info :ht
On Tue, Mar 5, 2013 at 4:30 PM, Bastien wrote:
> Hi,
>
> "Nagarjuna G." writes:
>
> > I am happy to inform you that we have implemented a collaboratively
> > editable wiki pages using a simple javascript editor based on Jay
> > Salvat's MarkItU
On Sun, Mar 3, 2013 at 11:58 PM, Achim Gratz wrote:
> Jambunathan K writes:
> > Always use utf-8 for HTML export (No support for other coding systems).
> >
> > For or against. Please register your views.
>
>
I am not sure if it effects our project. We use org and Emacs for
post-processing our
;s code at https://github.com/gnowgi/gnowsys-studio
--
Nagarjuna G.
http://beta.metaStudio.org/
ryption to see whether it works.
But as my org-mode-files contain private data (as is probably the usual
case), I do not feel like storing these on a remote server without any
encryption.
Thanks for your answer
Martin
--
~~~~
| G. Mart
Sorry for the false alarm. Some messup in my org mode installation.
Definitely not a problem of 7.9.2.
Martin
Am 14.10.2012 11:05, schrieb G. Martin Butz:
Hi,
I recently upgraded to org 7.9.2. A simple search (e.g. for "Jullien")
now brings the following error (which does not
at I can do about it?
Cheers
Martin
--
~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
fix this with inline code-segment header arguments
which will override buffer-wide or system wide settings. So, for
example, you could do
src_R[:results raw]{2 + 2}
which will return 4 and not =4=.
I hope this helps,
Jay
--
*
G. Jay Kerns, Ph.D.
Associate Professor
Mathematics and Statistics
http://people.ysu.edu/~gkerns/
Hi,
I am using Emacs 24.1 in Win7 (64bit) and Org 7.8.11.
I would like to have a capture template that just puts me at the end of
my journal in plain text (although date tree) after a custom time stamp
(e.g. 09:13). I tried the following
("p" "Plain Journal" plain (file+datetree
"C:/Users/
to a short
title for the reference? The category appears in the agenda and you can use
it as a sort strategy.
--
Darlan
At Mon, 14 May 2012 09:42:23 +0200,
"G. Martin Butz" wrote:
Hallo to all,
as I have quite a few bibliographic references scattered around several
files, I build my
.org
m_item | x.org
n_item | y.org
aso.
Or - if this is not possible - can I at least show a short version of
the file name (like in the ordinary agenda view)? Right now the column
"file" displays the full file path which I do not need.
Can anybody help?
Many thanks in advance
Martin
-
Attached is a patch that gives the option to show the clock and timer
information in the frame title as well as the mode line (or both or
neither). I find this useful as there is often not enough room in the
mode line but there is enough in the frame title.
I am in the process of assigning my cop
Dear Jan
On Fri, Sep 23, 2011 at 3:51 AM, Jan Böcker wrote:
>
> Hi Jay,
>
> I faced the same problem about a year ago.
> See this thread in the mailing list archive:
>
> http://thread.gmane.org/gmane.emacs.orgmode/24227
>
> The HTML exporter will refuse to include a TOC if body-only is t; the
>
Dear Org Mode list,
First: congratulations on Org mode; it is truly dynamite.
I am publishing a project to HTML for the purposes of Jekyll
post-processing. For this, I need to set :body-only t so I can put
the YAML frontmatter at the top of my file. However, I would also
like to have the TOC ex
On Fri, Mar 18, 2011 at 8:25 PM, Martin Weigele wrote:
> Hi all,
>
> I've run into some texts about "gnowsys" as a major mode extending org,
>
> e.g.
> -
> http://sunsite.informatik.rwth-aachen.de/Publications/CEUR-WS/Vol-514/paper12.pdf
> - http://lab.gnowledge.org/documentation
>
> which seems
I have seen this OpenOffice extension
http://extensions.services.openoffice.org/en/project/wikipublisher,
and it is included by default when you install libreOffice
http://www.libreoffice.org/.
It gave me the idea that why not we can consider making an
orgpublisher on similar lines. What other th
I thought of trying this extension done by Bastien. I get the error
Symbol's function definition is void: org-export-handle-include-files-recurse
I am loading the two files org-mediawiki.el and org-export.el from a
directory in my homes.
Am I doing anything wrong?
--
GN
__
Hi,
I just got myself a HTC Z, but I cannot get mobileorg to sync. The error
message I get when pressing the sync button is:
The file /sdcard/dropbox/org/index.org was not found.
Here is what I did to get the error:
- Installed Dropbox from Android Market. (Downloaded org-files to
/sdcard
(sans the remaining
examples, naturally). I cannot seem to pin it to one particular R chunk. I
would like to generate the example PDF in its entirety. Any suggestions or
thoughts?
Thank you,
G.
___
Emacs-orgmode mailing list
Please use `Reply All' t
On 29/09/10 17:58, Carsten Dominik wrote:
Hi Martin,
On Sep 25, 2010, at 6:02 PM, Martin G. Skjæveland wrote:
Hi,
is there a quick way for moving a cell about in a table? I enjoy
swapping the order of rows and columns in a table using Meta +
[arrow], but I have not found a ways of doing the
On 26/09/10 00:24, Nick Dokos wrote:
Charles C. Berry wrote:
is there a quick way for moving a cell about in a table? I enjoy
swapping the order of rows and columns in a table using Meta +
[arrow], but I have not found a ways of doing the same for a single
cell. Is it possible?
Example, with
Hi,
is there a quick way for moving a cell about in a table? I enjoy
swapping the order of rows and columns in a table using Meta + [arrow],
but I have not found a ways of doing the same for a single cell. Is it
possible?
Example, with the cursor on '2' in the following table
| A | B | C |
On Fri, May 21, 2010 at 3:48 AM, Sandro Giessl
wrote:
> Hi Nagarjuna,
>
> I happily discovered that a student was assigned to this project [1] in
> this year's GSoC:
>
> GNOWSYS emacs web services for The GNU Project
>
> Abstract: Idea is to develop an emacs like editor with the org
> specifi
Dan Davison wrote:
"Martin G. Skjæveland" writes:
Hi,
running tangle with the following values
#+begin_src xml :tangle test.rdf
...
#+end_src
used to create a file called test.rdf. However, after a fresh git pull
today this now tangles to the file test.rdf.xml, which is
Hi,
running tangle with the following values
#+begin_src xml :tangle test.rdf
...
#+end_src
used to create a file called test.rdf. However, after a fresh git pull
today this now tangles to the file test.rdf.xml, which is not what I want.
I think I could add rdf as a language babel woul
Hi,
when I export
---start
* test
#+begin_src xml -n -r -l ""
#+end_src
Line no. [[(imp)]] is important!
---end
to html I get (copying from my browser)
---start
1 test
1:
2:
3:
Lin
Hi,
when I export the following to html
-start
* test
#+srcname: test1
#+begin_src n3 -n
subject predicate object
#+end_src
#+begin_src n3 -n
subject predicate object
#+end_src
-end
the two source blocks are exported as (
Hi,
I thought I'd share some stuff I'm quite happy with so that others can
enjoy it if it is good, and so that I can stop using or improve it if it
is not so good! :)
I am writing a set of exercises for a course and publishing a chapter
once a week in both pdf and html. I like having the exe
Hi,
I have two questions regarding org-babel-tangle and Makefile.
Running org-babel-tangle on the following file
--start
* test
#+begin_src makefile :tangle Makefile
test:
echo "hello"
#+end_src
--end
writes a file 'M
Sébastien Vauban wrote:
Hi Martin,
"Martin G. Skjæveland" wrote:
Sébastien Vauban wrote:
"Martin G. Skjæveland" wrote:
is it possible to change how hyperlinks are exported to LaTex without
going into to org-latex.el, but setting by a variable or similar in my
.emacs fi
Hi,
I pulled a fresh copy of org-mode this morning and got an error I did
not have before the pull.
When I export the following to pdf
--begin
* test
#+begin_src java -n :exports none :tangle test.java
private void abcdefghi throws IOException
Carsten Dominik wrote:
Hi Martin,
OK, please pull and then use the variable
`org-export-latex-hyperref-format'.
Hi Carsten,
setting
(setq org-export-latex-hyperref-format "\\myhref{%s}{%s}")
works like a charm. Thanks!
Martin
___
Emacs-orgmo
Sébastien Vauban wrote:
Hi Martin,
"Martin G. Skjæveland" wrote:
is it possible to change how hyperlinks are exported to LaTex without going
into to org-latex.el, but setting by a variable or similar in my .emacs
file?
I would like to export hyperlinks in Latex as \myhref (or some
Hi,
is it possible to change how hyperlinks are exported to LaTex without
going into to org-latex.el, but setting by a variable or similar in my
.emacs file?
I would like to export hyperlinks in Latex as \myhref (or something
else) instead of \href, so that I can redefine \myhref using \href
e-sensitively
git bisect good 7062a884107fd8ab261fc098096a7d5918b40229
$
Carsten Dominik wrote:
Hi Martin,
could I ask you to use "git bisect" it identify the commit when this
went wrong? That would be most helpful!
Thanks
- Carsten
On Jan 14, 2010, at 12:01 PM, Martin G. Skjæveland wrote:
Remembe
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
Hi,
I found people are using org-mode for diary writing in recent mlist
archive, but wasn't able to find such tutorials.
Anyone can enlighten me with such tutorial, which is for org-mode newbies
and focusing on how to make most use of applicable org-mode features, and
maybe a bonus "best-prac
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
-
Hi,
I just found out this wonderful tool, and have gone through all the
tutorials. What I haven't figured out is how to browse todo items by
priority or creation date. Let me explain in details.
On reading the tutorials, I just found that that I've developed a
methodology to handle things I ne
Hi all,
I use the -r -l option for source blocks to change the format of labels.
This works in org-mode without org-babel, but this does not fully work
with org-babel (and I really like org-babel, so that's a shame :) )
The following
--start-
#+begin_src xml -n -r -l ""
Hi all,
I have a problem including dot generated graphics in my export.
The code is
#+begin_src dot :file ./test.pdf :cmdline -Tpdf
digraph test {
Hello -> World;
};
#+end_src
When I export to latex it turns into
\hyperref[./test.pdf]{file:./test.pdf}
However, then I tried this in a separat
Martin G. Skjæveland wrote:
andrea Crotti wrote:
I'm with org-mode 6.31a, I was trying to
get output in the exported files but I never see the output.
Writing "begin_src" in lowercase or uppercase makes a difference. I am
not sure if this is a feature or a bug.
Oh, forgo
andrea Crotti wrote:
I'm with org-mode 6.31a, I was trying to
get output in the exported files but I never see the output.
Hi,
not sure if this is related -- or helpful, but here goes!
When I export the following file:
start---
* lowercase
#+begin_src python :expo
Hi,
Then I write
some text some text ~<>~.
because I want "<>" written as verbatim in my latex
export, I get, in latex,
\texttt{\textbackslash{}label\{some\_src\_block\_name\}some\_src\_block\_name}.
which gives me the text
\label{some_src_block_name}some_src_block_name
in verbatim.
I have
Hi all,
when I import the file
--8<---cut here---start->8---
-
| grandmother |
=
| sim:Jackeline |
| sim:Mona |
-
--8<---cut here---end->8---
using the command
#+INCLU
Hi all,
I'm using org-babel to tangle XML documents. That works fine (thanks to
help from Eric S. on this list yesterday), except it adds(?) space in
the beginning (and end) of the output document and front of the xml
declaration thus making an invalid XML document. Is it possible to trim
thi
Hi all,
I am quite new to the wonderful world of org-mode and org-babel. Right
now I am using org-mode to make exercises for a semantic web programming
course. org-mode and its friends give me a efficient writing tool, a
presentation tool, export for web, export for print and a literate
progr
2009/10/16 Sébastien Vauban :
> I absolutely want to change this, but the path is not easy. I cannot tell my
> boss: just install and use Emacs, Org-mode, LaTeX and SVN, and you're good.
>
We need an efficient middleware that transforms org buffer into
html/pdf/latex as a web service.This, to
yes, using batchmode will have high latency. I will give a serious
attempt to further this line of work. It is useful for us.
--
Nagarjuna G.
http://www.gnowledge.org/
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the
org offers multiple ways of solving problems. worg, blorg, and
Manoj's perl script, and I am sure there will be others. I am now
thinking on the following idea:
Using the new features (babel) added in the fresh release of org, it
is indeed possible to provide a minor mode in gnowsys-mode (see t
On Wed, Sep 30, 2009 at 6:53 AM, Samuel Wales wrote:
>
> I haven't posted most of my related ideas yet, but I proposed
> something similar (a prerequisite for it) called ID markers, in
> http://www.mail-archive.com/emacs-orgmode@gnu.org/msg11845.html . I
> still need to reply to the replies, and
On Wed, Sep 30, 2009 at 5:49 AM, Nagarjuna G. wrote:
>
> 1. We use Emacs as a client to collaboratively create, update
> knowledge networks in plain text. The knowledge network is
> created by adding nodes (rendered in orgmode as a note item) and
> named relatio
Dear orgmode developers and users
This is a note to share with you our adventure with org.
We, at gnowledge.org, began a project that extends orgmode (without
spoiling or loosing any of the orgmode features) to support
collaborative knowledge organization and networking using the GNOWSYS
storage
On Tue, Jun 23, 2009 at 12:58:00PM +0200, Carsten Dominik wrote:
>
> Hi all,
>
> the voting for the sourceforge community choice awards has started at
>
> http://sourceforge.net/community/cca09/vote
>
> We are up against, among others, Freemind. Which means that we have a
> formidable opponent
Thomas Baumann <[EMAIL PROTECTED]> writes:
> Richard G Riley <[EMAIL PROTECTED]> writes:
>
>> Here is a straightforward spreadsheet:
>>
>>
>> * Test org-mode spreadsheet for cash books
>&g
Here is a straightforward spreadsheet:
* Test org-mode spreadsheet for cash books
| | Name | Cash |
|---+--+|
| _ | |cashforward |
| | | 68000 |
| _ | | cashtake |
|
Carsten Dominik <[EMAIL PROTECTED]> writes:
> On Aug 3, 2008, at 1:21 PM, Richard G Riley wrote:
>
> Possibly a small bug. In the agenda all scheduled items appear to use
> the face org-scheduled-today even if they are scheduled a day or two in
> the future.
>
Richard G Riley <[EMAIL PROTECTED]> writes:
> I keep all diary stuff in an org file. I have turned off including the
> external .diary file into org.
>
> However my .diary file (which feeds the calendar) looks like:
>
> &%%(org-diary)
> Oct 13, 2008 hello
>
&
I keep all diary stuff in an org file. I have turned off including the
external .diary file into org.
However my .diary file (which feeds the calendar) looks like:
&%%(org-diary)
Oct 13, 2008 hello
Should anniversaries (bbdb) and todos etc not be hilited in the calendar as
"hello" above is?
"Peter Westlake" <[EMAIL PROTECTED]> writes:
> On Sun, 31 Aug 2008 12:19:23 +0200, "Richard G Riley"
> <[EMAIL PROTECTED]> said:
>>
>> caveat : I do not know if this is optimal or even recommended but it now
>> works for me.
>>
>
1 - 100 of 243 matches
Mail list logo