code.
https://github.com/kiwanami/emacs-edbi/blob/master/edbi-demo.el
I don't have a time to integrate it into org-mode,
if someone would write the code, I think I can help a little.
Regards
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
At Sun, 18 Aug 2013 16:06:43 +0200,
Johan W
iew styles, however I think it
is not easy to implement. Anyway, I will consider the function
cfw:export-view-to-org which is mentioned by the another message.
Regards,
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
27;m an author of calfw. I would help you about calfw.
After displaying your calfw buffer, you can get a HTML buffer
with M-x htmlfontify-buffer.
Regards,
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
ow can I help you?
thank you,
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
ummarizing the items and
calfw-org customization.
If you give me some idea or patches, I would include them.
(I may have to involve org-mode users for integration...)
Thank you,
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
Hi Tassilo,
Thank you for your advice!
I'm going to discuss this topic at emacs-anything ML.
Thanks,
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
Hi Bastien,
Thank you for your comment.
If I can contribute this program, I'll be glad.
How should I do, Tassilo?
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
At Sun, 11 Dec 2011 13:23:20 +0100,
Bastien wrote:
>
> Hi Masashi,
>
> SAKURAI Masashi writes:
>
))
Here is a screenshot.
https://cacoo.com/diagrams/pU53GOElYyHbXtpa-0D3F5.png
This program retrieves the reference card for text version.
http://orgmode.org/orgcard.txt
Then, parses simply and just makes it enumerate for anything.
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
vement, such as inserting a horizontal
line, applying different face on the first lines and shading like gnus
group buffer.
I will inform here again.
Thank you,
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
ng without no smart word-wrapping and hyphenation.
Thank you,
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
0))
(with-temp-buffer
(insert str)
(fill-region (point-min) (point-max))
(buffer-string)))
; =>
"The quick
brown fox
jumped
over the
lazy
dog. The
internationalization
and
Localization
are long
words. 日本
語を含むと
きの場合。"
#+end_src
So, I think I should study the word-wrapping algorithm.
If someone knows better algorithm or implementations, please let me
know.
Regards,
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
me to do other things.
Indeed, I have to write the document of calfw.
Regards,
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
ke sure that it is still
> works on a 800x600 display. Thus, it might be best to introduce a
> governing variable.
Yes. It is good idea.
Regards,
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
t; or:
> - Without referring to anything else, intrinsically,
> taken without qualifications,
Thanks for your commentary.
I could understand the meaning and that '/' means italic.
Thank you,
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
bout cache in the calfw side, such as an alist:
(date . [a list of contents]). Then, uses can refresh the cache
explicitly. It is easy to implement.
Is the plan(1) the same idea?
Regards,
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
. I will add a tag.
Regards
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
x27; for
the charactors and the real width of the font glyphs.
Indeed, the font setting in Emacs has been very difficult.
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
r line drawing chars.
- Added cfw:org-agenda-schedule-args variable to limit the schedule items.
- Schedule items in a day are sorted by time.
- SPC key is bound to org-agenda with day view.
- Range items are displayed by a band.
I will continue to improve calfw and org integration.
Please check it and let me know any ideas.
Thank you,
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
for me to discuss the abstract topic quickly in English.
Thank you
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
I think you can already do this independantly from Org's implementation.
Ok. I will try to design the customization. I think it should be done
together with the filter function discussed at another thread.
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
) append
(progn
(org-check-agenda-file file)
(apply 'org-agenda-get-day-entries
file date
cfw:org-agenda-schedule-args))
==
I will think about the customization of such filters.
If someone has a good idea or patch, please let me know.
Thank you,
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
> all the available space, when drawing the grid for the first time.
>
> I've implemented that in my fork.
>
> http://github.com/tsdh/emacs-calfw
>
> Masashi, feel free to pull if you think it's ok.
Thank you!
I will check and merge it.
Regards,
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
Unicode characters)
(setq cfw:fchar-junction ?╋
cfw:fchar-vertical-line ?┃
cfw:fchar-horizontal-line ?━
cfw:fchar-left-junction ?┣
cfw:fchar-right-junction ?┫
cfw:fchar-top-junction ?┯
cfw:fchar-top-left-corner ?┏
cfw:fchar-top-right-corner ?┓)
===
is very heavy spec, but
I think it may be a hint for designing query API for orgmode schedule
items.
Regards
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
tamp into the calfw view". Only getting SCHEDULED org tasks there
> > is a somewhat peculiar default.
>
> Agreed -- I used :scheduled in this example just to make sure to
> illustrate the filtering.
Thank you for your advice.
I merged and pushed it to master branch.
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
Hi Bastien
At Thu, 07 Jul 2011 17:32:44 +0200,
Bastien wrote:
> :
> SAKURAI Masashi writes:
>
> > Then, I use the function org-agenda-get-day-entries to get schedule
> > items of the org-agenda-files. The function can receive some arguments
> > to limit the tas
an error of cfw:open-calendar-buffer
- Improved: Customize grid characters
- Improved: Modified keymap
They are small changes.
However, I would continue improve calfw and org integration.
Thank you,
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
Hi, Tassilo
At Thu, 07 Jul 2011 09:24:33 +0200,
Tassilo Horn wrote:
>
> SAKURAI Masashi writes:
>
> Hi!
> :
> > I implemented calfw-org with consultation of the code of
> > org-agenda-list. I think it is difficult to make the speed faster with
> > a simple wa
At Wed, 6 Jul 2011 11:30:02 + (UTC),
Memnon Anon wrote:
>
> Bastien writes:
>
> > Thanks for this -- I guess you'll find a lot of dedicated testers here.
> [...]
> > Also explore the Agenda views (M-x org-agenda -- see the manual), your
> > package might give us new ideas on how to display a
At Wed, 6 Jul 2011 12:41:06 +0200,
Manuel Hermenegildo wrote:
> :
> > I particularly like having a graphical view of my commitments,
> > especially for a month, without worrying about detail. Org's
> > agenda view becomes cumbersome (for me) when going beyond a week's
> > view (or even a day s
At Wed, 06 Jul 2011 11:23:00 +0100,
Eric S Fraga wrote:
> :
> what I would like, however, is that the detailed view that is accessible
> from hitting the space bar in the cfw view put me into an agenda view
> for that day. that would then give me full access to org! this should
> be quite simple:
texts of org items is the variable
cfw:org-schedule-summary-transformer or the function
cfw:org-summary-format. Because I have used orgmode not so heavily,
the current integration is very simple.
I think calfw can display the items in any way how you want.
I would implement simple ideas as soon as possible.
Thank you.
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
At Wed, 06 Jul 2011 09:16:32 +0200,
Tassilo Horn wrote:
> :
> Christopher Allan Webber writes:
>
> Hi Christopher,
>
> > Also, cfw:open-org-calendar works, but things seem really slow... it
> > looks like you're recalculating the entire orgmode agenda for every
> > day. I wonder if things could
n JST, so I will reply to subsequent discussions
tomorrow. Sorry that I could not catch up your discussion speed...
Thank you,
--
SAKURAI, Masashi (family, given)
m.saku...@kiwanami.net
At Tue, 05 Jul 2011 15:33:53 +0100,
Eric S Fraga wrote:
>
> SAKURAI Masashi writes:
>
> [...]
>
> >> > https://github.com/kiwanami/emacs-calfw
>
> [...]
>
> >
> > Just yesterday in JST, I released calfw v1.0.
>
> This is brillian
At Tue, 05 Jul 2011 13:49:15 +0200,
Niels Giesen wrote:
> :
> > I have not used orgmode so far, so I'm not good at the schedule management
> > in
> > the orgmode. Comments and patches are welcome.
>
> Ok. Here you go:
> :
> 2. For people using org-google-weather and using icons to spicen up
> t
Hi, all
Thank you for many comments.
I'm so glad to know many people are interesting in calfw.
I'm working on my job in daytime, so I will reply later.
like the Quicklook in Mac.
The handling of the time grid is a new task.
Because the calfw is designed with focusing on the replacement of the
calendar.el, I should consider the extending schedule data.
I have not used orgmode so far, so I'm not good at the schedule management in
the orgmode. Comments and patches are welcome.
--
SAKURAI Masashi
38 matches
Mail list logo