And sabrewo...@gmail.com writes:
> What is the best way of dealing with scenarios where (1) the meeting "next
> week" is on the Wednesday and (2) the meeting "two weeks" after that (or
> whatever) is canceled?
Right now, I keep the typical meeting (titled with "Standing: ")
and add exceptions as s
And David Engster writes:
> Google has changed authentication on the new endpoint to
> OAuth. Julien has written an OAuth2 client implementation,
> which is in GNU ELPA, but I didn't have time to look at it
> yet. Not sure when I get to it; I hope someone beats me to it.
Ok, well understood. Than
And Eric S. Fraga writes:
> Can you expand on this? I am not sure what you mean by
> endpoint. I use org-caldav-sync several times a day and it
> generally works very well with Google's calendar service.
Google has deprecated the URL in org-caldav, and that old URL
does not work for me. The new
And Eric Abrahamsen writes:
> I've got a table I'm trying to insert into a sqlite
> database. I've been looking at orgtbl-sqlinsert and this
> page[fn:1], but I suspect all that is out of date.
FYI, I have changed employers and thus no longer have up-to-date
paperwork at the FSF for assignment. T
Does anyone have org-caldav working with the new Google endpoint
or Zimbra? The former errors out (there's an issue on github,
but I don't want a github account to ask there), and the latter
uses a different URL scheme...
Zimbra's URL scheme is
https://server.example.com/dav/username/calendarna
And Carsten Dominik writes:
>> I can smuggle the value in by adding an entry to
>> org-export-plist-vars referring to
>> org-export-latex-image-default-option and pulling the value from
>> the plist, but that feels incorrect.
>
> To me it sounds correct, actually. I have added this, and will
> add
I'm trying to change org-export-latex-image-default-option to
"width=.7\\linewidth" in a file local variable. It's set correctly as a
buffer local variable, and it's having no effect on the export. My
guess is that the buffer-local property is stopping it as soon as
org-export-as-latex runs set-b
Just fixing a typo. The :group should be org-export-latex and not
org-export-html.
Signed-off-by: Jason Riedy
---
lisp/org-latex.el |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lisp/org-latex.el b/lisp/org-latex.el
index 718fc56..edf5069 100644
--- a/lisp/org
And Carsten Dominik writes:
>> git://repo.or.cz/org-mode/ejr.git master
>
> Can you explain to step by step what I would have to do to
> pull these changes from your repository into a local branch in my own
> repository? Thanks.
One long-term version is to add that repo as a named remote:
git r
#+TITLE: Using Org-Mode Table Formatting Functions
#+AUTHOR: Jason Riedy
#+EMAIL: [EMAIL PROTECTED]
#+LANGUAGE: en
#+TEXT: *Abstract:* Org-mode's ability to slice one table into many
#+TEXT: separately formatted destinations helps keep documentation
#+TEXT: and data in sync. We provide an ex
Passing explicit nils to leave out start and end strings feels
natural. Also, transforming org-mode tables into other org-mode
tables can use :tstart and :tend to specify directives, so I
don't want to change the default splice setting for those.
Signed-off-by: Jason Riedy <[EMAIL P
x27;t needed it.
All these can be pulled from
git://repo.or.cz/org-mode/ejr.git master
BTW, Bruno Haible's git ChangeLog merger has been working
wonderfully for me. It also is in gnulib; see the message
for how to generate it with gnulib-tool:
http://article.gmane.org/gmane.comp.lib.gnul
Use the default fmt function, collect only the first header
line for field names, and don't call plist-get for the table
name on every line.
Signed-off-by: Jason Riedy <[EMAIL PROTECTED]>
---
contrib/ChangeLog|7 +++
contrib/lisp/orgtbl-sqlinser
Useful for documenting orgtbl transformation and formatting
functions.
Signed-off-by: Jason Riedy <[EMAIL PROTECTED]>
---
ChangeLog |2 ++
lisp/org-table.el | 16
2 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index d
The *orgtbl-default-fmt* is a hook for orgtbl transformations to
ensure a destination-sensible default for columns not present in
a fmt plist. The leaving the value at nil changes no existing
behavior.
Signed-off-by: Jason Riedy <[EMAIL PROTECTED]>
---
ChangeLog |6 ++
li
The string safety is a bit iffy, but it works for converting
TeX descriptions into SQL-safe strings.
Signed-off-by: Jason Riedy <[EMAIL PROTECTED]>
---
Needs the table-format-functions series. Also available as
git://repo.or.cz/org-mode/ejr.git orgtbl-sqlinsert
And I forgot to m
This is lead-up to a contrib function that generates SQL insertions
from a table. Using functions for some of the orgtbl parameters opens
up many possibilities.
Jason Riedy (4):
Refactor orgtbl-to-generic; explicitly separate heading from body.
Support last-line specializers.
Allow
Useful if the header formatting is used purely for side-effects.
Signed-off-by: Jason Riedy <[EMAIL PROTECTED]>
---
ChangeLog |5 +
lisp/org-table.el |7 ++-
2 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1347715..1
Functions and dynamic binding permit some fun uses, including
gathering up header names for use in SQL insert statements.
Signed-off-by: Jason Riedy <[EMAIL PROTECTED]>
---
ChangeLog | 14 +++
doc/org.texi |5 +++-
lisp/org-table.el
Each of lstart, lend, and lfmt permits a last-line specialization
called llstart, etc. with corresponding heading versions.
Signed-off-by: Jason Riedy <[EMAIL PROTECTED]>
---
ChangeLog | 10 ++
lisp/org-table.el | 32
2 files chang
Parameters are fluidly bound as early as possible. Added one
helper function, orgtbl-format-section, and removed one,
org-get-param. Also cleaned org-format-line.
Signed-off-by: Jason Riedy <[EMAIL PROTECTED]>
---
ChangeLog | 16 +++
lisp/org-table.el
another function
to update all destinations from all sources.
Signed-off-by: Jason Riedy <[EMAIL PROTECTED]>
---
This also can be fetched by pulling
git://repo.or.cz/org-mode/ejr.git multitarget-radio-table
ChangeLog | 11 +
doc/org.texi |6 ++-
lisp/org-ta
I haven't tried debugging this one, and I'm still not sure how I
figured out the problem.
I accidentally set org-agenda-files to a directory "~/.orgs"
rather than (list "~/.orgs"). So something tried to read
the directory as a list of files... And then org-remember
breaks in utterly confusing wa
A quick search turned up Bruno Haible's git-merge-changelog:
http://git.sv.gnu.org/gitweb/?p=gnulib.git;a=blob;f=lib/git-merge-changelog.c
Potentially very useful.
Jason
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to th
Little, copyright-less change appended.
BTW, while I'm waiting for completion of my copyright assignment,
my little orgtbl changes are sitting in a fork on repo.or.gz:
http://repo.or.cz/w/org-mode/ejr.git
The changes have been updated to the new structure, and
everything *appears* to work.
You
This code is only partially baked, but it's working for me at the
moment. I'm using my multi-target changes to generate both a
LaTeX description of the values as well as SQL insert statements
in separate noweb chunks. The code leaves a spare blank line
in place of the header and cannot handle mor
Functions and dynamic binding permit some fun uses, including
gathering up header names for use in SQL insert statements.
Signed-off-by: Jason Riedy <[EMAIL PROTECTED]>
---
org.el | 38 ++
org.texi |5 -
2 files changed, 34 insertions
You can slice a single table full of calculations in different ways
into separate destinations. Or you can format the table differently.
There are many fun and exciting possible uses.
Signed-off-by: Jason Riedy <[EMAIL PROTECTED]>
---
> I think the easiest would be to write a li
And Carsten Dominik writes:
> Would you like to fix this minor issue and then resubmit your patch?
Heh. Took a few minutes and refactored the relevant routines.
Will post shortly.
Jason
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send
Each of lstart, lend, and lfmt permits a last-line specialization
called llstart, etc. with corresponding heading versions.
Signed-off-by: Jason Riedy <[EMAIL PROTECTED]>
---
I forgot to save the message id for my rearrangement patch, but
this patch relies on that one.
org.el
Parameters are fluidly bound as early as possible. Added one
helper function, orgtbl-format-section, and removed one,
org-get-param. Also cleaned org-format-line.
Signed-off-by: Jason Riedy <[EMAIL PROTECTED]>
---
org.el | 100 +---
Anyone have a clever way to generate multiple outputs from one
table? It's pretty clear that orgtbl-send-table doesn't handle
multiple ORGTBL lines, and I'm not clever enough to hack in a
loop over multiple clauses on one ORGTBL line.
The context is a probably too clever mechanism to generate bot
If the last line ends with the default :lend in LaTeX (\\),
a horizontal line placed after the table will have too much
preceeding vertical space.
Signed-off-by: Jason Riedy <[EMAIL PROTECTED]>
---
Yeah, this is the cheap version. The "better" version
would break the loop
And Russell Adams writes:
> When I was selecting a VC, I narrowed it down to Bazaar or Git. Being
> a prior Arch user, Bazaar fixed most of my complaints while using the
> same architecture.
The Arch architecture doesn't fit everyone. In particular, a
colleague and I used tla to shoot changes bac
For various reasons, I need both a TEST todo tag and a
header named TESTING in the same document. The current
org-mode correctly distinguishes between them internally,
but not for export.
The appended patch works for me with a recent Emacs
snapshot, but my org-mode uses are pretty trivial (for n
35 matches
Mail list logo