kiwanami / emacs-calfw

A calendar framework for Emacs
1.17k stars 101 forks source link

org links break the layout #16

Closed haselwarter closed 9 years ago

haselwarter commented 12 years ago

Hi,

right now org-style links like [[https://github.com][github]] break the layout of the agenda table, it would be great if these could be displayed correctly.

regards, philipp

kiwanami commented 12 years ago

Thank you for your report. I will check it soon.

Jiehong commented 11 years ago

My emacslisp knowledge is very limited, but I guess I would have 2 solutions to offer:

Current Display:

Org-section: [[place][name of org link]] file_name.org

Current behaviour:

Temporary solution:

Tweaking cfw:org-extract-summary could lead to change what is displayed only to that: Org-section: name_of_org_link file_name.org

Real solution:

Changing the way the line behaves by:

I hope this project is still "alive" though.

skyer9 commented 11 years ago

added this function.

kiwanami commented 11 years ago

Hi, @skyer9 Thank you for your patch.

@Jiehong, please try latest code for calfw-org.el.

Jiehong commented 11 years ago

I've just tried, and it's the new calfw-org.el is just great now. Thanks.

kiwanami commented 11 years ago

@Jiehong, thank you for your confirmation!